I build security automation tools and scanners in CloudSEK. I read, write and talk about developer tooling, distributed systems and software engineering. Please send an email for collaboration on projects or to chat.
LRU Cache with Expiry in Python
Code snippet implementing LRU cache with expiry in python
Enums with Attributes in Python
Code snippet implementing enums with attributes in python
Solving The Cryptopals Crypto Challenges (Set 1 - Challenge 3-5)
Logging my process of solving the cryptopals challenge
Weeknotes 14
A curated list of articles, tools and resources which I found interesting
Solving The Cryptopals Crypto Challenges (Set 1 - Challenge 1,2)
Logging my process of solving the cryptopals challenge
Security Signals: Making Web Security Posture Measurable At Scale
Security Signals is a framework used internally in Google which has helped them identify and prioritise security issues in their web applications.
Peculiar Python 1
Exploring NotImplemented and the Ellipsis operator
Deploying and Scaling HTTP APIs with Docker and NGINX
An explanation on deploying APIs in Docker behind NGINX and the things that make it possible
An Introduction to IPv6
An opinionated introduction to IPv6 and all it’s quirks
Developing a Simple gRPC API in Golang
A walkthrough about creating a simple gRPC API in Golang