Cloud hosting for developers
If you are looking for a cloud hosting where you don't need to setup bunch of things before you even start deploying app, there is a solution...
If you are looking for a cloud hosting where you don't need to setup bunch of things before you even start deploying app, there is a solution...
People say we Serbs are building houses like we're going to live for thousands of years but we live every day like it's our last. When developing apps, most programmers take a similar approach...
I'd always been interested in automated provisioning tools, but they all seemed overly complicated to me. I was astounded when a friend explained in 5 minutes how Ansible works and how simple it is to set up a new project...
It's fine to talk about technology when interviewing someone, however, it's common to find that when you scratch the surface with some exercises, candidates don't really understand concepts...
Grid systems can be quite complicated. 960.gs, the mother of all grid systems, contains over 600 lines of code! And it's one of the simpler pure-CSS grid systems...
Developers use Foundation or Bootstrap unnecessarily, and they don't know what the output of their CSS code is. I will try to explain my viewpoint about these kinds of frameworks, what their flaws are, and when might be a good time to use them...
We can create a "one column fixed and one column fluid" layout using various techniques, but most of these solutions are hacky and have flaws such as magic numbers, hard coded values, and so on...
As web developers have become more concerned about browser performance a technique called “image spriting” has emerged that is designed to reduce the number of requests made to the server. As it turns out, fewer requests made the server (when there is no significant difference in the combined size of the files delivered) can make a big difference in how fast a page appears to download...
It's a minor issue, but I've seen it in beginner tutorials and it bothers me. In the same function, people iterate over collections and create Item views...