Published inTechJediMinimum platforms requiredLet us discuss a popular interview question-related DSA. The question is about ‘finding the minimum number of Platforms required for a…Nov 11, 2022Nov 11, 2022
Published inTechJediCommonly used GIT commands for developersWhen I started software development, my biggest concern was the source control system. There needs to be more detailed documentation, and…Oct 30, 2022Oct 30, 2022
Published inTechJediWhen to use Backtracking Approach in Algorithms?What is Backtracking?Oct 11, 2022Oct 11, 2022
Published inTechJediData Streams with AWS KinesisWhen talking about messaging and asynchronous data processing, it is very common you hear about the jargon “data stream”. Let us start with…Sep 7, 2022Sep 7, 2022
Published inTechJediMicro-services asynchronous communication— AWS SQSAsynchronous messagingSep 1, 2022Sep 1, 2022
Published inTechJediWhat is Serverless Architecture?TL;DR: Serverless removes the architecture responsibilities like hardware provisioning, scaling, and maintenance in cloud-based application…Jul 25, 2022Jul 25, 2022
Design Patterns in OS KernelMost of us know about design patterns. But let me give the crux of — what a design pattern is? before getting into the topic. Design…Nov 5, 2021Nov 5, 2021
Published inTechJediHands-on with Linear data structures with PythonData Structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. They can be broadly…May 25, 2021May 25, 2021
Character set encoding and rendering — ASCII/Unicode and code pageCharacter encoding — Why ?May 24, 2021May 24, 2021
Starting a Process from ELF executable fileWe all know that the standard file for representing executable, shared library and object file is ELF in UNIX based systems. In this post…May 24, 2021May 24, 2021
How Timer Interrupt works?Most of the system programmer used the Timer Interrupt for various reasons especially in synchronization. Some of the including me didn’t…May 24, 2021May 24, 2021