aderchox

aderchox @aderchox

About: Web developer. Lover of Typescript. Also comfortable with a bunch of other shiny languages and "big-brain tech tools" to flex about at parties! ( ´・・)ノ(._.`)

Joined:
Dec 15, 2019

aderchox
articles - 6 total

What is "the time"? ⏳ ...and what is meant by UTC in date.toUTCString()?

Background Pretty much in all major programming languages there's support for working with...

Learn More 0 0May 31 '23

What is the DEBUG 🐛 environment variable in Node.js, and how to use it?

(The credit for the cover image goes to coralogix) You might have seen a command like this while...

Learn More 4 0Apr 4 '23

Create a pure Node.js and TypeScript app + Getting node-fetch ESM-only (version 3) up and running

Introduction Node.js is a browserless (server-only) runtime environment for JavaScript...

Learn More 8 0Mar 16 '23

Let's learn Solid.js quickly, by creating a useDebounce hook

Disclaimer: I'm not a Solid.js affiliate in any ways, and also I'm not experienced enough...

Learn More 14 2Mar 2 '23

Multiple GitHub Accounts On One Machine - A Quick Guide 🤹‍♀️🚀

Let's say we need one GitHub account for our personal use, and another one for our work/professional...

Learn More 1 1Feb 25 '23

Weird thing I missed about Async/Await: Implicit Returns

Weird I didn't know this so far, because I've been using async/await syntax for a while now, but I've...

Learn More 11 0Jul 17 '22