Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Internet está lleno de tutoriales sobre cómo iniciar un proyecto web con React, sin embargo la...
In this part, I’ll walk you through configure Commitizen using Husky tool for automate version...
Setting up an automated workflow can greatly enhance code quality and consistency in your projects....
⚡Introduction Let's be honest, we've all seen some downright tragic commit messages. From...
If you’re building a Next.js project, you already know how important clean, consistent, and...
This configuration will help you maintain ideal code quality in Laravel and Vuejs application. The...
Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...
What’s a git hook and how we can manage them? Let’s assume that you already know what git...
En el desarrollo de proyectos JavaScript, mantener la consistencia del código y garantizar altos...
bash: ls .husky npx husky -v (if not installed) npm install husky --save-dev npx husky install
by Bruno Sartori Introduction The use of Semantic Versioning is very important to keep...
Introduction Portuguese version: Biblioteca de componentes React e typescript, parte 4:...
1. Husky: Git Hooks for Managing Git Workflow What is Husky? Husky is a tool used for...
Whether you’re coding solo or working in a team, one thing becomes obvious fast: style...
Introdução English version: React and typescript components lib, part 4: pre-commit with...