Posts
-
Drawing Venn Diagrams
Today something struck me to attempt writing a venn diagram generator. The candidates were
-
Go TIL
A collection of points and gotchas that I learnt while learning Go.
-
Fix Spellings on Your Posts!
I find myself doing a lot of spelling mistakes! And, though there is awesome ecosystems on vim and Emacs, its been some time since I used vim, now that there is vscode. More on that later!
-
Crawler Challenge in Go
Better late than never. I've hopped on to Tour Of Go now and then, but digress quiet too often. Now I got the time and mind think to actually complete the exercises.
-
Playing with Tables in Postgres
Inspired by unlogged tables, I set out to do some experiments on them. This post details the learnings, and some questions around it I still have.
-
Average Monthly Balance
The crux of learning is doing. And to err is human; to repeat devilish. Hence you learn to create tools for fun and your own profit.
-
Graphql and Rest - Comparison Notes
Personally, I have zero experience on the topic of GraphQL whereas I've developed and coded against REST APIs for Dogfooding usecases at work. This is a living document, and updates on the content are noted as separate paragraphs.
- Games I Play
-
Being a Web Master
Being a good citizen in web world is a thing of past. Or rather a thing from the past.
-
Playing with Data and Candles
A Data Game.
Advent Of Code : Code :: Hanukkah Of Data : Data
. This is a who-dun-it via queries on a database. Had quite a bit of fun doing it! -
DOM Selector queue
A simple DSL suggestion for a pipeline to extract and format text from HTML. Working demo here
-
AWS - Does it?
Trading out capex is the USP of AWS and other cloud offerings. But it introduces operating expenses, capacity reservations. We are forced to think about cost efficiency while deciding on the solution. Automated controls require more measure and hence more costs. Is this a worthy trade-off ? Are we thinking about what to solve or how to solve ? Is the c loud offering value points same across customer sizes ?
-
Making a periscope
I've been thinking about constructing a periscope - the DIY way.
-
Getting back my system from a kernel crash
Upgrading a package from the pacman cache after a system crash on a new package install.
-
Man-in-the-middle for mitmproxy
This is about how I analyzed this bug in
mitmproxy
and learnt something new.