Posts tagged with
dev-tools
What is Vite? & Vite vs Webpack
We will explore what is Vite.js and compare it to Webpack.
git diff - Comparing Changes in Git
We'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.
git switch and git checkout – How to switch branches in git
We will go through different use cases and examples for using git checkout and git switch.
How to Delete Local and Remote Git Branches
We will take a look the example of deleting local and remote Git branches.
What is Turborepo and Why Should You Care?
The advantages of using Turborepo for monorepo development.
esbuild - Next-generation JavaScript bundler
The advantages of using esbuild and how to use it in your project.
Why you should prefer using pnpm over npm and yarn?
The advantages of pnpm and comparison guide.
Creating testable React applications with Playwright
We'll take a look at how to create testable React applications with Playwright.
Using Google Lighthouse to improve app performance
Learn how to use the Google Chrome Lighthouse performance audit tool to identify and improve problems with your app.