I have been experimenting with various Large Language Models (LLMs) for things like proof reading, code suggestions, learning Japanese using platforms...
Using Server Actions and Axios Interceptors · I worked on a Next.js app that connects to a NestJS backend for authentication using an access token and a...
Code on gitlab: https://gitlab.com/test-projects47/firestore-import-json Creating a Firestore database Register for a firebase account and go to...
Github: https://github.com/cherylli/devto-api-nextjs codesandbox: https://codesandbox.io/p/github/cherylli/devto-api-nextjs/main We will create a...
Week 1: Meet the Team, Choose a Project and Decide on the Stack I was put in a team with people in similar timezones. The team discord channel, github...
Automatically format on git commit · Husky allows scripts to run at various git lifecycle events. Here, we want to use the Husky pre-commit hook to run...