Tip Beginner Bug, Error, Defect, Failure Explained October 15, 2020 Often, terms like error, bug, defect, failure are used interchangeably. But each one has its own meaning. In this post, I will explain the differences.
Softskills What is a Senior Developer *Really*? October 13, 2020 There is a common misconception of what a senior developer is. Some may tell you it's the years of experience; others may say it's the "bugfixes per second." It's none of those.
Node.js Scheduling Tasks In Node.js With Cron July 9, 2020 In this post, we take a look a how we can use cronjobs to schedule tasks in Node.js
Vue.js JavaScript Build An App With Your Own Mini-Vue May 23, 2020 In the last few posts, we learned how the virtual DOM and reactivity works in Vue.js. In this post, we're bringing it all together.
Vue.js JavaScript Create Your Own State Reactivity April 25, 2020 The most important part of a framework like Vue is its reactivity. In this post, we build our own Vue.js-like reactivity step by step.
Vue.js JavaScript Create Your Own Virtual DOM March 29, 2020 In this third part of the series, we get our hands dirty and build a virtual DOM engine in less than 100 lines of code. Each step explained in detail.
Tip 7 Essential Tips for Working From Home March 25, 2020 Working from home, especially when you're starting, is not always an easy task. This post will highlight 7 of my best tips to make working from home a delight.
Vue.js JavaScript Virtual DOM Basics March 16, 2020 In this second part of the series, we look more closely to the virtual DOM and learn some basics about it. We also prepare some things to get ready for implementing the VDOM engine.