check

Your own concepts

The easiest concept is probably the boolean concepts true and false.

How to sell well on Fiverr

As of today I’m a level 2 seller on Fiverr. In this article I would like to share some tips and tricks on how to sell well on Fiverr, how to deal with difficult customers and orders that you can’t do right.

Checklist for technical SEO

In my many years of experience running small niche blogs I’ve got a lot of knowledge on the topic of technical SEO. In this article I will share what works and what not and what can be done today in order for your blog to rank higher in search engines with a technical SEO checklist.

Master the Windows 10 Clean Up Tips

Though hard drives are getting larger in size, we still face issues such as filled up space, disorganized data, tons of clutter and duplicate files. The newly launched Windows 10 is also prone to host unwanted junk which should be removed occasionally to keep your computer running at its optimum performance. Here are the ways to deep-clean your system: :

Understanding git-add commands

Git is a distributed revision control system, in which you can manipulate Git-repositories on your computer. It was originally developed by Linus Torvalds, the principal author of Linux.

How to buy a website on Flippa – list of actions to check for scam

Many people dream of a business that earns money without doing anything. That is called passive income. Although it is the best thing that could happen to you, it is also the most difficult to achieve. It is almost always easier to find a dream job than to make something that gives you passive income, which you will be able to live from.

Video game animation


It was time to implement some animations in our game “Burnt Islands“. The task was to add a catapult that was going to throw stones at enemies from the distance. A catapult needs to rotate towards the goal and to throw stones in the right direction. The whole thing without animation would look really weird.

Java quiz: Object Orientation

1. What is encapsulation:
a) the ability to make changes in your implementation without breaking the code of others
b) keep instance variables accessible foe everyone
c) create getters and setters rather then give direct access to instance variables