Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This guide will walk you through configuring a Vue.js project with ESLint 9.13.0, Prettier, and...
When developing a project, we spend a lot of time ensuring that our code is efficient, readable, and...
Keeping code clean and consistent is important in any project. That’s why we use tools like linters...
Introduction This guide walks you through configuring ESLint, Prettier, Stylelint, and...
Introduction Portuguese version: Typescript-eslint + prettier para padronização de código...
This tutorial shows how to configure ESLint and Prettier in a React + TypeScript project using Vite...
First of all, lets create a nextJs application: npx create-next-app@latest Then add this package to...
If you’re building a Next.js project, you already know how important clean, consistent, and...
In the It's Time to Separate series, I'll show you how separating concerns helps us simplify code....
Introdução English version: Typescript-eslint + prettier for code standardization in React...
In this post, I’ll show you how to use ESLint and Prettier in a Nuxt 4 project, step by step. ...
#Step 1 : Initialize the project mkdir my-project cd my-project npm init -y Enter...
Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...
npx prettier --write . Enter fullscreen mode Exit fullscreen mode ...
Introduction Portuguese version: Biblioteca de componentes React e typescript, parte 2:...
React Native ⚛️ is a powerful framework for building cross-platform mobile apps, but as projects...
This week, I expanded my knowledge on the importance of code formatting in software development. Just...
Whether you’re coding solo or working in a team, one thing becomes obvious fast: style...
Discover how the Old Fashioned CSS Formatter for VS Code brings order and elegance to your stylesheets. Learn why it’s the true successor to CSSComb.
Whether I’m building a quick prototype or working on a large-scale frontend application, two tools...
Discover how the Old Fashioned CSS Formatter for VS Code brings order and elegance to your stylesheets. Learn why it’s the true successor to CSSComb.
Tired of juggling ESLint, Prettier, and import sorters just to keep your code clean? You’re not...
Whether I’m building a quick prototype or working on a large-scale frontend application, two tools...
If this serves no other person than my future self, so be it. I find I'm always forgetting simple...
Introdução English version: React and typescript components lib, part 2: code...