Sidenotes can make a plain text richer. Here's how you can implement them with HTML and CSS alone. (more…)
Read more »
One of the first things API developers learn is HTTP codes. From these 3xx are special, as they redirect users from A to B. But what if I told you there is a way to do it without HTTP codes? (more…)
Read more »
Go check out Daily Developer Jokes, my latest project! Here's the joke from today: JavaScript is a very lenient language in terms of how it is interpreted. For example: x = 5; Is not valid JavaScript code, and should be written as var x = 5 (or const... (more…)
Read more »
A curated list of 10 fresh articles from the JavaScript world: React and Angular to TypeScript and ReasonML. (more…)
Read more »
A utility class for working with colors in JavaScript - GitHub - Automattic/Color.js: A utility class for working with colors in JavaScript... (more…)
Read more »