Web Development
Web Development
How to setup Typescript with Babel and Webpack
After seeing a lot of projects making the move to Typescript, I recently started to give it a shot as well. For...
Collaboration
3 Design Pro Tips From a Website Design Agency in England
Web design is an increasingly popular career path and for good reason. Considering how much our modern society depends on the internet,...
React
Using React.memo() in React 16.6
React 16.6 was released a couple of days and and it brings a couple of new features.One of these is React.lazy() which is something...
JavaScript
How to import/export ES6 modules in Node
If you have been following the javascript ecosystem for a while, you already know that even though ES6 modules are a thing, you still...
GraphQL
How React, Relay, and GraphQL fit together
If you are a javascript developer, chances are you would have heard about React, Relay, and GraphQL recently.And if you are a react developer who...
JavaScript
Using Prettier to format your JavaScript code
If you have been programming for a while, you would be familiar with the hassles of writing clean code and maintaining consistency across a...
Recent Articles
Chrome devtools: Using logpoints for logging messages directly
When it comes to debugging JavaScript in Chrome devtools, there are two different camps: the console.log fans and the debugger/breakpoint maximalist. I...
How to prevent npm install for unsupported Node.js versions
npm configurations allow us to do quite a lot of nifty things. One of them is to allow the project to set...
How to terminate a process on a port using the command line
Zombie processes are usually a pain to figure out. More often than not, I end up googling about how to terminate a...
Detecting dark mode preference using JavaScript
As dark themes have become popular across the web and across operating systems, we might want to check the user's operating system...
JavaScript: Split string and keep the separators
String.prototype.split() is a valuable method to split strings based on a delimiter. There often comes a scenario when we want to split...

Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.