This is a simple guide on navigating the jungle. The code jungle. You need to come with the right gear. The right attire and be ready to begin hacking yourself through till you can see the light. It will be hard, your strengths and weakness will be tested but once your are through; many will … Continue reading Seven ways to make legacy code your friend
Tag: code design
Four things you need to know when working with images
In web development images can be a tricky subject or any file upload really. That's why there are a lot of services to abstract out these issues. In this article I will review four things you want to take note of when dealing with images in your websites and web applications. Uploading an image and … Continue reading Four things you need to know when working with images
These common functions solve easy programming problems
Functions have a lot of relevance in programming. When developing code you might find these common usage of functions that solve some of your common problems. There is a right way to use functions but in the wild a lot of things are used differently that expected. Once the results and security is still in … Continue reading These common functions solve easy programming problems