Hello! I’m Sumit, a software engineer by day and a lunatic by night. This is my tech blog where I post about computers, programming, and things of that sort.
Oh and I also have another blog where I post half-baked random musings, if that’s your thing, feel free to check it out.
Below are some selected posts, go to the archive page to see all the posts on this blog.
-
Machine Learning Model Management in 2020 and Beyond
-
Creating a VM using Libvirt, Cloud Image and Cloud-Init
-
Virtualization and Hypervisors :: Explaining QEMU, KVM, and Libvirt
-
Building a Serverless Price Tracker for Amazon and Flipkart using AWS
-
Building a Serverless URL Shortener using Lambda, S3 and Cloudfront
-
Hijacking Library Functions and Injecting Code Using the Dynamic Linker
-
Using Uftrace to Trace Dynamic Library Calls
-
Listing External Functions Used// Exported by Executables and Shared Libraries
-
Parsing Dictionary-Like Key-Value Pairs Using Argparse in Python
-
Accessing Linux Partitions from Windows through a VM and Samba
-
Cryptanalysis Cheatsheet :: Notes from Overthewire Krypton
-
Multiprocessing vs. Threading in Python: What Every Data Scientist Needs to Know
-
Demystifying @decorators in Python
-
Embed a Metasploit Payload in an Original .apk File | Part 2 — Do it Manually