top of page
Search
sandeepseeram
Mar 24, 20235 min read
REST API Security Considerations
REST is widely used architectural style for designing networked applications. It is used to build scalable and maintainable web services.
564 views
sandeepseeram
Mar 10, 20234 min read
From Pods to Clusters: Holistic Security Strategies for Kubernetes Environments
Let's examine security best practices at every level - from individual pods to entire Kubernetes clusters.
469 views
sandeepseeram
Feb 25, 20233 min read
Event-Driven Architecture: A Beginner's Guide for Developers
An Event-Driven Architecture (EDA) is an approach to building applications that uses events to trigger and communicate.
226 views

sandeepseeram
Feb 10, 20236 min read
Securing Terraform Secrets with CyberArk Conjur & Inject Secrets using Summon
In this article, we shall explore - an open-source alternative to securely store and retrieve secrets with Terraform.
823 views
sandeepseeram
Jan 19, 20233 min read
BPF Compiler Collection (BCC) for Observability, Performance, Monitoring, and Tracing
The BPF Compiler Collection (BCC) is a set of powerful tracing and performance analysis tools for Linux systems.
339 views
sandeepseeram
Jan 7, 20234 min read
"Roadmap Learning" - Efficient way to learn new technologies - Ex. DevSecOps Roadmap
One way to lay a strong foundational learning into something new, is to create and follow a roadmap.
440 views
sandeepseeram
Dec 24, 20225 min read
Open-Source Distributed Tracing Solutions
Jaeger vs. Zipkin vs. OpenTracing | Which Open-Source Distributed Tracing solution is best suited for your Organization?
301 views
sandeepseeram
Dec 9, 20223 min read
Observability Driven Development (ODD) with OpenTelemetry & Tracetest
Observability Driven Development (ODD) is considered as an evolutionary approach that emphasizes on the back-end code instrumentation.
312 views
sandeepseeram
Nov 26, 20223 min read
Smart Contracts Development & Testing with Brownie Framework
Brownie is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine (EVM).
281 views
sandeepseeram
Oct 15, 20224 min read
Horizontal partitioning (Sharding) on MongoDB - Cloud-Native Data Patterns
In many large-scale solutions, data is divided into partitions that can be managed and accessed separately. Partitioning can improve scalabi
368 views
bottom of page