Menambahkan ESLint, Prettier, dan Husky Git Hook ke dalam project berbasis JavaScript
https://dev.to/smetankajakub/how-to-integrate-husky-eslint-prettier-to-project-in-less-than-15-minutes-5gh
#eslint #prettier #husky
https://dev.to/smetankajakub/how-to-integrate-husky-eslint-prettier-to-project-in-less-than-15-minutes-5gh
#eslint #prettier #husky
DEV Community
How to integrate Husky, ESLint, Prettier to project in less than 15 minutes (step-by-step guide)
Usage of code formatter increases the readability of code and helps to keep the same style in the...
Cara menggunakan LocalStorage bersama React Hooks
https://www.freecodecamp.org/news/how-to-use-localstorage-with-react-hooks-to-set-and-get-items/
---
Contoh pertanyaan interview kerja bagi React Developer
https://www.freecodecamp.org/news/react-interview-questions-to-know/
---
Menambahkan ESLint, Prettier, dan Husky Git Hooks ke dalam project React
https://javascript.plainenglish.io/react-js-adding-eslint-with-prettier-husky-git-hook-480ad39e65e9
---
#hooks #localstorage #prettier #husky #git #interview
https://www.freecodecamp.org/news/how-to-use-localstorage-with-react-hooks-to-set-and-get-items/
---
Contoh pertanyaan interview kerja bagi React Developer
https://www.freecodecamp.org/news/react-interview-questions-to-know/
---
Menambahkan ESLint, Prettier, dan Husky Git Hooks ke dalam project React
https://javascript.plainenglish.io/react-js-adding-eslint-with-prettier-husky-git-hook-480ad39e65e9
---
#hooks #localstorage #prettier #husky #git #interview
freeCodeCamp.org
How to Use localStorage with React Hooks to Set and Get Items
localStorage is a web storage object that allows JavaScript sites and apps to keep key-value pairs in a web browser with no expiration date. This means the data survives page refreshes (sessionStorage) and even browser restarts. This indicates that t...
👍2
Melakukan format merapikan kode saat Git commit dengan Husky, ESLint, dan Prettier
https://dev.to/ruppysuppy/automatically-format-your-code-on-git-commit-using-husky-eslint-prettier-in-9-minutes-45eg
#git #commit #husky #eslint #prettier
https://dev.to/ruppysuppy/automatically-format-your-code-on-git-commit-using-husky-eslint-prettier-in-9-minutes-45eg
#git #commit #husky #eslint #prettier
DEV Community
Automatically Format your code on Git Commit using Husky, ESLint, Prettier in 9 minutes
When collaborating on a project with several other developers, maintaining a consistent code style...
How to Set Up a CI/CD Pipeline with Husky and GitHub Actions
https://www.freecodecamp.org/news/how-to-set-up-a-ci-cd-pipeline-with-husky-and-github-actions/
---
Building Docker Images
https://dev.to/kalkwst/building-docker-images-55f1
---
#deploy #docker #husky
https://www.freecodecamp.org/news/how-to-set-up-a-ci-cd-pipeline-with-husky-and-github-actions/
---
Building Docker Images
https://dev.to/kalkwst/building-docker-images-55f1
---
#deploy #docker #husky
freeCodeCamp.org
How to Set Up a CI/CD Pipeline with Husky and GitHub Actions
CI/CD is a core practice in the modern software development ecosystem. It helps agile teams deliver high-quality software in short release cycles. In this tutorial, you'll learn what CI/CD is, and I'll help you set up a CI/CD pipeline using Husky and...