Blog
Thoughts, mental models, and tutorials about front-end development.
Choose topic:Skip tag
Fullstack App with Next.js, Prisma, and Vercel Postgres
25 min read––– viewsOctober 04, 2023
How to Build a Fullstack App with Next.js, Prisma, and Vercel Postgres
Building a calculator app with React Native and Tailwind CSS
7 min read––– viewsJuly 21, 2023
Building a calculator app with React Native and Tailwind CSS.
Amazing NextJS Libraries That Make Coding Easier
11 min read––– viewsJuly 14, 2023
NextJS libraries that make coding easier and improve the development speed.
Structure scalable Next.js project architecture
12 min read––– viewsJune 20, 2023
How to structure scalable Next.js project architecture.
React MUI Content Security Policy
3 min read––– viewsJune 07, 2023
React MUI content security to ensure that your app is secure against cross-site scripting (XSS).
Boost your UX Writing process with FigGPT, a ChatGPT Figma Plugin
6 min read––– viewsJune 01, 2023
Streamline Your UX Writing with FigGPT, the AI-Powered Figma Plugin.
Git hooks with husky & commitlint
2 min read––– viewsMay 19, 2023
These are commands i use to understand git/commit changes using husky.
JWT Authentication in React with react-router
15 min read––– viewsMay 02, 2023
Creating JWT Authentication in React with react-router.