SSundaraminsundaram1904.hashnode.dev·Jun 7 · 7 min readWorking with locations in expoIn my previous article, I talked about how using ngrok made it incredibly easy to test my app directly on a physical device (Read it here). Now that the testing environment is sorted, it’s time to sta00
SSundaraminsundaram2001.hashnode.dev·May 31 · 3 min readHow using ngrok helped meProblem: I recently dove into React Native with Expo on my 8GB MacBook Air M1. Mobile dev usually means running heavy Android emulators, but a quick scroll through Reddit confirmed that doing so on an00
SSundaraminsundaram2001.hashnode.dev·Sep 14, 2025 · 5 min readA Docker Guide for BeginnersWhy Docker? We've all been there. You're building an application, and everything's working perfectly on your computer. But the moment a teammate tries to run it, they run into a series of errors, leading to the dreaded phrase: "It works on my machine...00
SSundaraminsundaram2001.hashnode.dev·Jan 12, 2025 · 5 min readGolang and Cron Jobs: Simplify Your Task SchedulingWhat are cron jobs? Cron jobs also known as time based jobs , are automated processes that perform a certain task at a predefined time interval.Cron jobs are handled by “cron daemon” called crond, which handles the execution of these tasks. Working o...00
SSundaraminsundaram2001.hashnode.dev·Sep 1, 2024 · 7 min readSvelteKit: Where Speed Meets Simplicity in Web Development(Part-2)In the previous blog, we covered the basics of Sveltekit (features, project structure ), in this blog we will be implementing a simple login page with validation using Zod, a library used for validation. Check out this blog for basics of Sveltekit! I...00