When I started developing no one was talking about “compiling” their JavaScript sources. Everyone just wrote a couple of scripts […]
The power of front-end web development is growing at a steady pace. We can do things with HTML, CSS and […]
How to make an MVP that doesn’t suck In 2014, I began my first internship. It was my first time […]
When building web applications, it is almost impossible to avoid encountering bugs. This could range from a typo to a […]
Redux is a very popular state container used in so many modern frontend JavaScript applications. It is framework agnostic and […]
TL;DR: Some dude gave away his popular Node.js repo to a hacker, and that hacker added code to it that […]
A computer science professor of mine once said, “For me to understand your code, show me your data.” The design […]
You have probably heard about a recent incident where a popular npm package, event-stream, included malicious code that could have […]
How to write clear product specs There is no use delaying the disappointment: telling you how to write clear product specifications […]
Never guess about project history again When it comes to productivity in software development, knowledge is power. The industry of […]
As a developer, you can greatly improve your process using continuous integration. You want to continually ship little changes you […]
Chrome developer tools is a browser-based console that comes prepacked with Google Chrome. Not only does it come with a […]