blog.suhaskhobragade.techHow to Initialize React Native Bare Workflow with Expo and TypeScriptFollow these steps to set up a React Native project with Expo's bare workflow and TypeScript support. Step 1: Create the Project Run the following command in your terminal from the directory where you want to initialize the project: npx create-expo-a...Aug 18, 2025·2 min read
blog.suhaskhobragade.techA Beginner's Guide to Simplifying Go API ValidationWhen building large web applications, one of the common tasks developers face is validating request body parameters and query parameters in APIs. Writing validation code for every single API can quickly become tedious and error-prone. In this tutoria...Dec 21, 2024·5 min read
blog.suhaskhobragade.techBuilding a Progressive Web App with React and ViteIntroduction Progressive Web Apps (PWAs) combine the best of web and mobile applications, offering a native app-like experience through web browsers. In this guide, we'll walk through creating a basic PWA using React and Vite, making your web applica...Dec 14, 2024·3 min read
blog.suhaskhobragade.techUnderstanding How Browsers Work: From HTML to Modern Web AppsModern web development can seem like magic, but understanding how browsers actually process and render our code is crucial for building efficient web applications. In this comprehensive guide, we'll break down the journey from HTML to pixels on your ...Dec 7, 2024·6 min read