ujwal dhakal·Nov 22, 2022Application Resilience: 4 Ways to Build ItDo you ever wonder if you could keep your application from experiencing any failures or downtime at all?
ujwal dhakal·Jul 4, 2022Realtime sync k8s pod with OktetoEver wonder if there are feedback loop cycle that is shorter while working with kubernetes. What if you could sync k8s pod in real-time…
ujwal dhakal·Apr 4, 2022Manage Multiple Cron with Helm Flow ControlIf you want to set up a Cron on your application, using a cron in Kubernetes is straightforward. All you need to do is copy the CronJob…
ujwal dhakal·Dec 20, 2021How to use Protobuf with Go?Have you ever been in a situation where you do not know the structure of data that services are either consuming or publishing?
ujwal dhakal·May 3, 2021Build a simple automated deployment pipeline for Cloud Run (Step by step tutorial)Automating the deployment pipeline is always a challenging thing. It requires a lot of effort in setting up the server for multiple…
ujwal dhakal·Feb 28, 2021Manage Dot Files (Config Files)Whenever I migrated from an old laptop to a new laptop or re-installed the whole OS, I always ended up copying all the config files(Ide…
ujwal dhakal·Aug 3, 20207 Easiest Ways To Introduce Technical DebtsThings that are left undone for making quality software due to various circumstances. Poor management, decisions making & process are…
ujwal dhakal·Jul 24, 2020Fast Prototyping with Lighthouse LaravelLaravel is a full-fledged framework which is suitable for any kind of application from small, medium to large. And what so special about…
ujwal dhakal·May 17, 2020Deploy Sapper on Google Cloud RunSvelte is the next cool thing for frontend if you don't believe me just try it out and feel the experience of developing web applications…