Learning a complex skill like programming can be tough. Doesn’t have to be. But when you’re starting out you will be experiencing those two block that will hold you back. And yes this is totally normal. Even developers that have years of experience under their belts will experience those block from time to time. It’s… Continue reading The two blocks holding you back from learning programming and how to overcome them.
Category: skill
How to debug your code
What to do when something goes wrong with a program you’re creating? You have to identify the problem and fix it. This is basically what’s debugging is all about. And there are many ways you can go about it. Here you will learn one of the simplest yet very effective method to debug your code… Continue reading How to debug your code
All GIS begins with data,so how you can learn to control it?
Data is in the center of every GIS system, so when you know how to control it it’s like having GIS super powers. Let’s see what does that actually mean. What’s control anyway? First, let’s clarify what does it mean to have control over data. In think that in the context of GIS it means… Continue reading All GIS begins with data,so how you can learn to control it?
If you think that you’re not learning programming fast enough
The speed of learning a new skill is very individual thing. If you think that you should learn quicker than you do, you might think that you’re not smart enough or not capable enough. I don’t think that’s the case at all. In other words you have certain expectations about how much time do you… Continue reading If you think that you’re not learning programming fast enough
Your First Steps To Mastering SQL (and spatial queries too)
If you feel overwhelmed by the amount of SQL resources out there, this simple tutorial is for you. I will show how to easily play around with SQL without installing anything. You will learn how to avoid common errors and keep your queries nice and clean. I will show how SQL relates to a spatial… Continue reading Your First Steps To Mastering SQL (and spatial queries too)