Articles
Notes on frontend engineering, tooling, and the things I learn while building.
- 7 min read|31 Dec 2025
Setting Up ESLint, Prettier, Husky, and Commitlint in Your Expo React Native Project: A Complete Guide
Setting up ESLint, Prettier, Husky, and Commitlint in your Expo React Native project is a crucial step towards maintaining code quality and consistency across your development team. These tools help enforce coding standards, catch potential errors early, and ensure that your codebase remains clean and maintainable as your project grows.
#mobile#development#security - 10 min read|21 Feb 2023
Version Control System - Introduction to Git & GitHub for beginners
Teamwork and collaboration are core parts of being a developer.With the help of a version control system, this has been made easier.
#development - 2 min read|15 Feb 2023
Firebase Cloud Storage
Firebase Cloud Storage is a service that developers can use to store and download files generated directly by clients.No server - side code is needed.
#firebase - 3 min read|13 Feb 2023
Firebase Authentication
Google Firebase is a Google - backed application development software that enables developers to develop iOS, Android, and Web apps.
#firebase - 1 min read|14 Oct 2022
How to send bearer token in header with Axios
#api - 3 min read|26 Aug 2022
Deploy a Full-Stack Application with AWS
#devops - 4 min read|03 Aug 2022
Javascript Variable
#javascript - 4 min read|20 May 2022
HTML, and why it is a must for every website
#html