My
Dev
Journey
All Posts
Posts
Tags
Debugging in Code: Applying the Scientific Method to Software Engineering
February 1st, 2024 | 4 mins
A unique perspective on how systematic problem-solving in code is similar to the scientific method popularized in healthcare.
Sirasit Punnanithi
#programming
Deploying a Vite React App to Azure App Service: A Step-by-Step Guide
January 30th, 2024 | 3 mins
Deploying a modern Vite React app on Azure App Service has become a seamless process.
Sirasit Punnanithi
#reactjs
#cloud
#microsoft-azure
Testing Page Styling Using Sanity.io CMS and Custom Rendering Component
January 30th, 2024 | 1 mins
Testing the rendering output of different types of text using Sanity.io CMS.
Sirasit Punnanithi
#javascript
#nextjs
#misc