Going through my bachelors degree in computer science, the more and more i think about where I stand in this entire web of systems it's more and more into a communication position but I know communication in computer science? o no that never happens it's all about … [Read more...] about Why learn about Software Requirements?
How to setup a LAMP stack using ubuntu server
Why even bother with Linux? Whenever working on a client to server architecture it is always good practice ( in my opinion) to test and implement virtual environments of the actual production of the software project being deployed. In this blog post, I will be … [Read more...] about How to setup a LAMP stack using ubuntu server
No longer employable
Why am I no longer employable? This is an interesting question, my last employer did not fire me nor did I quit. I just simply left the reason for was because my employer no longer could stand my unmanageable balance of a life and frankly I could not care any less … [Read more...] about No longer employable
What is computer science?
The definition of computer science can differ depending on who is answering the question. I have studied computer science for over 2 years, and i think i am getting closer to understanding what it's all about. Here is the thing computer science gets confused with … [Read more...] about What is computer science?
Touching the limits
The film How Long is a Piece of String, was in interesting watch. Because one i knew little to no information about physics let alone quantum mechanics, but somehow throughout the film as they explained what it was by trying to solve the problem of the string it … [Read more...] about Touching the limits
Are you really in control?
“The secret you” film, was or is an interesting film to watch. From getting know or even understanding that their is an inner world inside your head that is special and unique to every individual to knowing how selfware of the the presence of the body with the mind … [Read more...] about Are you really in control?
How to get started with Redis
Overview: What is redis? Install redis Get to know the cli Create simple C# console App using redis Production Keep learning What is redis? Redis is what we like to call an in-memory database that offers a ridicules read and write … [Read more...] about How to get started with Redis
How to get an image scrolling on WordPress with js?
User: Have an image on the projects page that scrolls down showing off binary tree. Fix the binary tree spelling Write inline JS to figure out how WordPress works Fix boxing size issue with titles to put them in one box Create an image that fits post-18 … [Read more...] about How to get an image scrolling on WordPress with js?
How to get the perfect aspect ratio for YouTube videos?
First, let's figure out what YouTube want's here is a great starting point Calculator Now that we have the size that would be the best optimal for YouTube videos, now it's time to resize and do some math Since everyone can possibly have all types of monitors the … [Read more...] about How to get the perfect aspect ratio for YouTube videos?
How to echo out Zend select to SQL statement?
echo $select->__toString(); die(); … [Read more...] about How to echo out Zend select to SQL statement?