Saturday, December 29, 2012

Video Game Development Process

I thought I would introduce you to video game development process. How does it work and what is happening at each stage, both development and public point of view. So the steps are as follows:

Tuesday, December 18, 2012

Google Easter Eggs


Here's a couple of easter eggs that Google has to offer, they are search based, it means that you have to search them on google.

Wednesday, December 12, 2012

Writing Clean And Understandable Code


This post is about all the programming languages, wheter you are writing your code in C, C++, Python, Javascript, PHP, HTML, it doesn't matter, these tips apply to all of them.

What is clean and understandable code and why is it important ?

Reading bad code usually takes more time than it did writing it.

If you are a programmer and know the syntax, the code should be easy to read and shouldn't take much time to go through. You will have to teach yourself to improve your code writing skills, meaning that you will have to practice it and inspire yourself to take time and keep the code clean, even when writing a very simple and short code.

Code is clean, when the people, who don't understand programming or know the syntax, read the code and get an idea of what is happening on certain lines and places.

Thursday, December 6, 2012

DVD vs Blu-ray

This post is about the differences of DVD and Blu-ray. I am going to look at their meaning and qualities.

Tuesday, December 4, 2012

Tech Christmas Present Ideas Under 50 $

Hey everyone, christmas is almost here and i bet most of you don't have any gift ideas yet, but don't worry, I'm here to help you out by giving you some example ideas that would cost you less than 50 $ if you were to implement any of them.

Terrible websites

Have you ever stumbled upon a site that just hurts your eyes? Well now is your chance to take a look at some of them.

Monday, December 3, 2012

Electronic Books


What is an electronic book?

Also known as digital book, ebook. It is a book in a digital form, it looks like a tablet computer. It has a display screen and may have buttons.

An ebook from Sony

How To Google Effectively


Do you know how to use google search to get the best out of it?

Most people just type in words related to what they're looking for, but that might not give the result they were hoping for. Google got his name from the word "googol", which referes to a very large number ( number one and 100 zeros after that ) and google search gives you also a lot of results for one search case and it may not be very accurate because of your unprecise terms.

Today i will teach you how to make your google search more efficient. You can use many terms in one search, just separate them by empty space. Or if you want to use more than one word in a term, separate them by coma.

What To Think Of Cloud Computing

What cloud computing actually is?

Cloud Computing is basically using the computing resources of other machines that are connected with your computer through some kind of network ( usually the Internet ). It is very useful when you don't have capable enough machine to handle some sort of tasks.

Example: We need to sort a lot of data, we send it to the cloud, who then sorts it and sends it back to us.