In this blog we are going to explore a POC that I did with eBPF . I have a basic express server which has a route /env which exposes a secret key, I...
What is a URL Shortener? let's assume we want to put a link in our resume which is very long, long URLs are hard to remember and seem ugly. URL...
What is Apache Zookeeper Imagine we have two or more application servers of the same or different application instances and they need to share some...
In this project, we are going to build a simple code runner that will be able to run nodejs , golang and python code we are going to use Express for...
Some information in our project is secret (like API keys, secrets, etc.), so we cannot use them directly, so we store them in a .env file and push the...