top of page
Blog


Encrypting TCP Traffic Without Changing Your App using "stunnel"
In modern systems, security is no longer optional. Many legacy or lightweight applications still communicate over plain TCP without encryption. This is where stunnel becomes extremely useful. This article explains: What stunnel is How it works internally Two common real-world architectures with clear examples Common mistakes to avoid What is stunnel? stunnel is a lightweight proxy that adds TLS/SSL encryption to TCP-based applications. It acts as a secure tunnel betwee
Avinash Ghadshi
Jan 125 min read


VirtualBox Network Modes Explained: NAT, Bridged, NAT Network, Host-Only & Internal
Confused by VirtualBox network settings? You're not alone. We’ve created high-quality diagrams to visualize exactly how your data moves in every mode. Check out the guide to finally master VM connectivity!
Avinash Ghadshi
Dec 2, 20254 min read


HTTP Security Headers: Your Practical Guide to Safer Web Apps (Part 2)
In Part 1, we covered the essential HTTP headers every web app needs.
Now in Part 2, we go deeper—exploring advanced headers like Permission-Policy, CORP, COOP, COEP, and Cache-Control. Learn how these headers strengthen browser isolation, control cross-origin risks, and give you fine-grained control over caching. Perfect for developers who want to take their web security from good to bulletproof.
Avinash Ghadshi
Aug 23, 20255 min read


HTTP Security Headers: Your Practical Guide to Safer Web Apps (Part 1)
HTTP Security Headers are server response headers that instruct browsers on how to handle your web application's content securely. They...
Avinash Ghadshi
Jul 7, 20255 min read


Swagger ( OpenAPI ) for Go Developers: From Code to Fully Documented Gin APIs with Complete Annotation Guide
This blog demonstrates how to build a secure user management REST API using Go, Gin, and Swagger with SQLite integration. It covers API documentation, routing, annotation, and token-based login restricted to registered users only.
Avinash Ghadshi
Jun 15, 20254 min read


From Bug Fixes to Features: Everything You Need to Know About Patch Files
Patch files are a lightweight and powerful way to manage and share code changes, especially in collaborative environments. Whether you're...
Avinash Ghadshi
Jun 3, 20254 min read


API Security: Best Practices for Protecting Your Digital Gateways
In today’s digital era, API (Application Programming Interface) is the fundamental part of modern software systems, mobile apps, and...
Avinash Ghadshi
May 26, 20253 min read


The API Ecosystem: Standards, Implementation, and Best Practices
API stands for Application Programming Interface. An API is a set of rules and protocols that connects software systems with different...
Avinash Ghadshi
May 24, 20253 min read
bottom of page
