RSSAmplifier

Blog

Naeem Mahmood

Site Reliability Engineer

naeemrana.comRSS feed ↗4 posts

Latest posts

Kubernetes Build and Deploy NodeJS Application and Scale It

Kubernetes has become the de facto standard for container orchestration. If you re looking to scale a NodeJS application efficiently while ensuring high availability, Kubernetes is the perfect solution. In this guide, we’ll walk you through building, deploying, and scaling a NodeJS application using Kubernetes. Let’s dive in step by step! Let’s jump right into deploying [ ] The post Kubernetes…

Centralized vs. Decentralized Configuration Management: Using Ansible for Both

When managing IT infrastructure, configuration management is key to automating system setup and maintenance. Two common approaches are centralized and decentralized configuration management. This article explores both, showing how Ansible can be used for both strategies, with practical playbook examples and target nodes to avoid common formatting issues. What is Centralized Configuration…

Progressive web apps – offline web applications using service worker

Google documentation describes service workers as a way to bring features, typically reserved for native apps, to the web—such as offline experiences, background syncs, and push notifications. These functions depend on the technical backbone that service workers provide. Think of a service worker like an assistant running in the background, capable of performing tasks that [ ] The post Progressive…

Transfer Google Drive data between accounts using Google scripts

I had a number of important files on a google drive account administered by other organization. Now that I ve completed the job, I believe that my account will be deleted in the near future, and I m hoping to move my files to my new google drive account administered by me or my other Google account. If [ ] The post Transfer Google Drive data between accounts using Google scripts appeared first on…