PinnedPublished inCodeXOOPs Under the HoodThis new programming paradigm can be explained by a change in programming style. This requires us to revisit the memory allocation process…Oct 18, 2022Oct 18, 2022
Published inBits and PiecesEvent-Based Asynchronous ProgrammingNon-blocking nature of asynchronous programming, how IO interrupt events are used to make systems that can withstand tremendous workloadsMay 29, 2022May 29, 2022
Published inBits and PiecesThread Based Asynchronous ProgrammingDifferent strategies for reducing I/O overhead in IO heavy environmentApr 17, 2022Apr 17, 2022
Published inBits and PiecesReducing I/O overheadThe problem with different flows of code execution and how we can solve with it.Apr 11, 2022Apr 11, 2022
Published inBits and PiecesSequential vs Concurrent vs ParallelismHow code is executed in single-threaded and multi-threaded environmentsApr 10, 20222Apr 10, 20222
Published inCodeXWhy HTTP/3?To understand why we need HTTP/3, let’s take some time and first understand some basic network terminologies and then how the internet as a…Feb 4, 2022Feb 4, 2022
Published inCodeXContainers Under The HoodIn order to deploy our application, we can use the actual physical machines but the problem with that one application can interfere with…Dec 5, 2021Dec 5, 2021
Published inCodeXWhy Functional Programming?Let’s start by taking an example :Oct 17, 2021Oct 17, 2021