Top 12 libraries to build CLI tools in Node.js

CLIs are often the core tools for automating tasks. If you find yourself doing the same things over and over again, chances are you can automate those steps with a CLI tool to save time.

Sep 06, 2021#node#libs#lists

Build Systems for Multi-Language Monorepo

Build systems are critical tools to create a repeatable, reproducible and consistent build process especially in a huge monorepos.

The Evolution of CSS in 3 Decades

Looking back at the evolution of CSS as one of three cornerstones of world wide web over almost 30 years.

Aug 17, 2021#css#history

TypeScript Pros, Cons, Faqs, and Myths

TypeScript inherits major pros of JavaScript, but also offers additional benefits coming from static typing and other concepts specific to TypeScript.

Jun 03, 2021#typescript#guides

How to Integrate TypeScript with Babel

A powerful combination between TypeScript and Babel will enable both type checking and complex JavaScript transformations.

Learn TypeScript with Redux Codebase

Redux open-source repository is one of the most beautiful well-documented beginner-friendly TypeScript codebase.

Technical Blogging, Part 3: Grammar

Grammar is an essential part of technical writing to create clear and grammatically correct articles.

May 11, 2021#career#writing

What CSS Versions Are You Talking About?

CSS versioning is a mess with countless separate modules, CSS3 literally refers to anything beyond CSS2.1, and there is no such thing as CSS4.

May 08, 2021#css#guides

On Implementation of CSS Parsers

Being able to process and transform CSS before running in browser is powerful and open to a lot of possibilities.

May 07, 2021#css#internals

Understanding CSS Fallback Behavior

Whether to use progressive enhancement or graceful degradation when providing CSS fallbacks for older browsers.

May 06, 2021#css#guides