Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Stop wasting time on code reviews discussing semicolons and spacing. Automate everything with PR...
Stop wasting time on code reviews discussing semicolons and spacing. Automate everything with PR...
Deep dive comparing Biome, ESLint+Prettier, Oxlint, and alternatives for code quality. Real benchmarks showing 20-50x speed improvements, migration guide, and decision framework for choosing the right linting solution.
The JavaScript ecosystem evolves rapidly, and with it, development tools. While ESLint has long...
Inspired by BulletProof React, I applied the codebase architecture concepts to the Umami...
In my last post, I wrote about initially dismissing TypeScript, viewing it as unnecessary complexity...
With the release of Next.js 16 and the latest ESLint updates, setting up a clean and consistent...
When working on a project, maintaining code quality and consistency is just as important as writing...
If you are a JavaScript developer, you might have ran into error messages like: Failed to extract...
I recently upgraded all the packages in our very large monorepo to the Ember 6.1 app blueprint. The...
After extensive research and hands-on work, I've refined the best approach to set up a new Node.js...
Introduction In this article, I'll show you how to introduce ESLint to your AWS CDK...
My config to enforce code style in a project with Next.JS, Tailwind, Drizzle, and - obviously - Typescript
Introduction Portuguese version: Typescript-eslint + prettier para padronização de código...
Introduction This guide walks you through configuring ESLint, Prettier, Stylelint, and...
TL;DR: A tiny Next.js 14 + Tailwind starter with Airbnb ESLint + Prettier, a clean layout, and a...
If you’re building a Next.js project, you already know how important clean, consistent, and...
Keeping code clean and consistent is important in any project. That’s why we use tools like linters...
ESLint taking 3-4 minutes? Use these flags and a new Rust-based tool to make it instant.
🤯 “Wait… Why Is undefined Allowed Here?” Meet Tchaaca - a junior developer working on a...
Every now and then, I start a new React project using my favorite setup: Development: Vite +...
First of all, lets create a nextJs application: npx create-next-app@latest Then add this package to...
As a front-end developer with over six years of experience, I’ve seen my fair share of TypeScript...
Writing clean, maintainable, and bug-free Node.js applications isn't just about experience—it’s about...
As a Frontend-Backend Engineer, I've seen projects struggle with code consistency and quality. Manual...
Building a backend API in Node.js? Setting up the project can be a bit of a slog - and enough to put...
In this post, I’ll show you how to use ESLint and Prettier in a Nuxt 4 project, step by step. ...
Introdução English version: Typescript-eslint + prettier for code standardization in React...
Whether you’re coding solo or working in a team, one thing becomes obvious fast: style...
When writing end-to-end or integration tests, how we select elements matters. A lot. If you've ever...