Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
If you are a JavaScript developer, you might have ran into error messages like: Failed to extract...
This guide will walk you through configuring a Vue.js project with ESLint 9.13.0, Prettier, and...
Last September 23rd the ESLint team released the new version, 9.11.1. As we grow as developers and...
I recently upgraded all the packages in our very large monorepo to the Ember 6.1 app blueprint. The...
When working on a project, maintaining code quality and consistency is just as important as writing...
My config to enforce code style in a project with Next.JS, Tailwind, Drizzle, and - obviously - Typescript
Internet está lleno de tutoriales sobre cómo iniciar un proyecto web con React, sin embargo la...
As a front-end developer with over six years of experience, I’ve seen my fair share of TypeScript...
ESLint You’ve probably used ESLint (or at least heard of it) in your JavaScript or...
After extensive research and hands-on work, I've refined the best approach to set up a new Node.js...
Keeping code clean and consistent is important in any project. That’s why we use tools like linters...
Introduction Portuguese version: Typescript-eslint + prettier para padronização de código...
If you’re building a Next.js project, you already know how important clean, consistent, and...
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 our team is growing, we need more functional and aesthetic rules to keep our codebase less...
Writing clean and consistent code is super important, not just for you, but for your whole team....
At the time of writing the first 2 parts in this series, I was using Next 15.0.1. That version still...
ESLint has become a crucial part of modern JavaScript development. It helps maintain code quality,...
As a Frontend-Backend Engineer, I've seen projects struggle with code consistency and quality. Manual...
#Step 1 : Initialize the project mkdir my-project cd my-project npm init -y Enter...
Introdução English version: Typescript-eslint + prettier for code standardization in React...
Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...
El pasado 23 de septiembre el equipo de ESLint liberó la nueva versión, la 9.11.1. En la medida en...
eslint.config.js Enter fullscreen mode Exit fullscreen mode This file...
React Native ⚛️ is a powerful framework for building cross-platform mobile apps, but as projects...
Biasanya ketika saya membuat project saya selalu menggunalan auto formater, untuk membuat code saya...
This week, I expanded my knowledge on the importance of code formatting in software development. Just...
I guess you're reading this in the same shoes I found myself in before writing this article. I...