Blogs

article

ReactJs Performance Optimization Techniques

Ways to measure performance, identify bottlenecks and optimize React apps

article

Perform Rollout Restarts In Kubernetes

Rollout restart updates the Pod's configurations by creating new Pods with updated settings and removing the old ones, one by one.

article

Mastering Low-Level Design

Learning to build an architecture that is maintainable and easily extensible

article

Using .env file in Docker Compose

Docker Compose substitutes the variables defined in .env file in the Compose file

article

Top AI Tools Revolutionizing Travel Planning and Itineraries for a Seamless Travel Experience

Nifty AI tools that can assist me in quickly and effortlessly devising my travel plans

article

Create Kubernetes Namespace With kubectl

In Kubernetes, namespaces provide a logical way to separate resources within an application, forming isolated virtual clusters within the Kubernetes cluster. For example, you can create namespaces for the development and production environments and manage their resources independently.

article

Restart Docker Containers

To restart one or more Docker containers, you can use the `docker restart` command