Posts: tech Jul 19, 2023 A note to engineering freshers A few guiding truths for fresh engineering students, to develop excellence and stand out. educationtech Feb 13, 2022 On limitations of human interface devices (HIDs) What would be the limiting factor when playing an arcade style space shooter via sensors and a hooked up keyboard? weekend-dev-puzzletech Feb 06, 2022 On predictability of seemingly simple code Does the time taken to count integers (less than a threshold) in an unordered array, remain the same, or vary? weekend-dev-puzzletech Jan 30, 2022 On availability aspects of microservices Does splitting a service into microservices, help or hurt the availability of overall system? weekend-dev-puzzletech Jan 23, 2022 How lambdas & closures are implemented Can closures+lambdas be implemented irrespective of whether the language is garbage collected? weekend-dev-puzzletech Jan 16, 2022 How debuggers work Debugger crashed before a breakpoint was hit. What happens to the program being debugged? weekend-dev-puzzletech Aug 10, 2020 DNS over HTTPS - Basic Necessity Why DNS over HTTPS has already become a basic necessity, not just for privacy but for a safer Internet tech-policytech