10 Rules of Studying Every Software Developer Should Follow
I recently changed jobs, and in this new company, we are working with a different tech stack than I was used to. I had to quickly learn the new technologies and it...
I recently changed jobs, and in this new company, we are working with a different tech stack than I was used to. I had to quickly learn the new technologies and it...
In this short post, I’m going to show you how to prevent the usage of npm or yarn, depending on your needs. This comes in handy when your team or organization has a preference...
If you’ve ever used Node.js, you must have used npm for sure. npm (node package manager) is the dependency/package manager you get out of the box when you install Node.js. It provides a way...
Macros are very useful tools within the World of Warcraft client which have been present since the beginning. They allow the user to combine multiple actions into a single button in order to easier...
Programming is hard and you will often find yourself in a love-hate relationship with it. You love what you do, but you hate it when you don’t get something right. There are sometimes issues...
Have you ever wondered if you can build cross-platform desktop apps with HTML, CSS, and JavaScript? It is possible with Electron. This article is a step-by-step guide that will help you understand some core...
Programming languages all have built-in data structures, but these often differ from one language to another. In the latest JavaScript (ECMAScript 6) standard defines 7 data types: Six data types that are primitives: Boolean...
The world needs increasingly more programmers with each passing day. If you decided that you want to change your career or you just simply want to learn new programming languages to widen your skillset...
Updating any WordPress version from 4.6.1 to 4.8.2 will most likely give you an error halfway through the process that will redirect you to the following link: https://yoursitename.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F This error makes your WordPress Admin...
It’s been decades since we’ve been using cards made with keypunch machines in order to program computers. Hopefully, we’ve come a long way since then and now we have text editors with which we...