
In the last few years, JavaScript has gone through some major changes. The wider adoption of ES6 and the rise […]
You can almost always bet that a good piece of writing has been the benefactor of good editing. In this […]
The easiest way to keep your web apps accessible: Just use text The web is no longer just a collection of […]
A recent discovery of a hack suggested that at least 1,000 websites running on open-source eCommerce framework Magento were compromised […]
Code snippets are available in pretty much all code editors these days. They can be a great times saver allowing […]
Overview GraphQL is an exciting API for ad-hoc queries and manipulation of hierarchical data. It is extremely flexible, has great […]

In any non-trivial React app, CSS styles can become a problem if you don’t manage them correctly. Global style definitions, !important […]

Several years ago, it was becoming tiring (and annoying in the case where the changes do not render as expected) […]

HTML email: you may love it, you may hate it — but you have heard of it. I bet you have an […]
https://microsoft.github.io/language-server-protocol/ We’ve seen quite a lot of movement on the editor front in recent years. First, Sublime Text came to […]

Have you ever encountered a problem you felt could be solved with recursion, except you didn’t know where to start? […]
I vividly remember my entrance into the world of functional programming. Ironically, I was learning about class-based JavaScript in ES5. […]