prasannahn.hashnode.devLet's build a simple system calls monitoring dashboard using bpftrace and streamlitIf you are from Computer Science background probably you might have heard of "system calls" (also referred as "syscalls" to keep it short), if you haven't then you can read this interesting beginner friendly article on system calls. In general, syste...Apr 16, 2022·12 min read
prasannahn.hashnode.devBuilding a secondary index of 1.5 million words for search and auto-complete using Redis cacheRecently I was playing around with building a secondary index for some documents to make them easily searchable using a search interface with auto-complete suggestions. I was interested to explore Redis for this task because it stores data completely...Apr 16, 2022·18 min read