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

CSS Error Handling

Error handling in CSS is taken care by CSS parsers where bad or unsupported syntax will be stripped off and recovered gracefully.

May 03, 2021#css#guides

Are You Actually Good at CSS?

Assess your CSS proficiency today after years of styling websites, you might be shocked at how much you don't know.

On Decision of Embracing Utility-First CSS

Whether you should start using utility-first CSS in general or Tailwind in more specific?.