Home

Related posts

Add Your Own Custom Rules to ESLint 9
ESLINT

Add Your Own Custom Rules to ESLint 9

  • eslint
  • linting
  • ast
  • code-quality

Create custom ESLint rules to enhance code quality and enforce project-specific standards

Read the article
Polymorphic Components in TypeScript
TYPESCRIPT

Polymorphic Components in TypeScript

  • typescript
  • react
  • polymorphism
  • props-based styling
  • type-constraints

Explore how to implement polymorphic components that can adapt to various design variants and customizable UI.

Read the article
Tree Shaking in JavaScript
JAVASCRIPT

Tree Shaking in JavaScript

  • javascript
  • bundler
  • Webpack
  • pure-functions
  • fundamentals

Wondering what tree shaking is and how it actually works?

Read the article
The Dynamic Duo of :is() and :has() Pseudo-Classes
CSS

The Dynamic Duo of :is() and :has() Pseudo-Classes

  • css
  • pseudo-classes
  • :has
  • :is
  • :where

Dive into capabilities of the new CSS pseudo-selectors. Examples included.

Read the article
Visualizing Inherited Interfaces and Types Properties
TYPESCRIPT

Visualizing Inherited Interfaces and Types Properties

  • typescript
  • utility-types
  • interfaces
  • types
  • inheritance

Discover how to reveal the properties of deeply nested types and interfaces. Simple approach.

Read the article
Snippets Creation in VSCode
VSCODE

Snippets Creation in VSCode

  • vscode
  • snippets

Improve your coding efficiency in Visual Studio Code by creating custom snippets with a step-by-step guide.

Read the article