Improving Container Security with Docker Hardened ImagesContainer security remains a significant concern. Base images are bloated and contain unnecessary/or too many tools and packages. Due to this, container images like Node, Ubuntu, etc, have a large attack surface in production. More packages = more CV...Dec 22, 2025·6 min read
Using ARM-based GitHub Actions Runners for WorkflowsAs we have observed a significant transition toward ARM-based CPUs, such as Apple’s M series and Snapdragon's X, it's essential to build, test, and deploy the product and software in a multi-architecture environment to replicate the exact behaviour e...Jan 30, 2025·2 min read
Securing Docker Images: A Comprehensive Guide to Integrating Docker Scout in GitHub Workflow"Docker Images are SECURE by default" - That's a misconception! In today's software development landscape, where speed and efficiency are most important, securing your Docker images and applications is a critical aspect of ensuring the integrity and ...Jan 8, 2025·7 min read
Publishing Multi-Arch Docker images to GHCR using Buildx and GitHub ActionsThe industry has seen a huge shift in machines towards using ARM base CPUs like Apple Silicon to Snapdragon X from X86, and it's become essential to build images that support multiple architectures and run containers that are compatible and aligned w...Dec 21, 2024·5 min read
Rate Limiting a Golang API using RedisTo put Rate Limiting in simpler words, it is a technique in which we limit the number of requests a user or client can make to an API within a given time frame. You might have encountered in the past getting a "rate limit exceeded" message when you t...Nov 13, 2024·6 min read
Publishing Multi-Arch Docker image to DockerHub using Buildx GitHub ActionsAs you know, we have seen a huge shift in machines towards using ARM base CPUs like Apple Silicon to Snapdragon X from X86, and it's become essential to build Docker Images that support multiple architectures and run containers that are compatible an...Oct 24, 2024·5 min read
Monitor your PostgreSQL performance with OpenTelemetry and OpenObserveDatabase monitoring is critical as it impacts the performance of the application, website, etc., which is serving it. It also helps us find the nuances and in-depth information about the processes happening so we can optimize and fine-tune it. In thi...Sep 29, 2024·6 min read