Fast Python Prime Counting using Optimised Sieve of EratosthenesHarnessing the slice ability of PythonOct 24, 2022Oct 24, 2022
FAQ of Bitwise Manipulation and their SemanticsI am bad at bitwise operations. So what better way then to create an aide memoir of my learnings. I will update as life goes along.Sep 15, 2022Sep 15, 2022
How Negative Numbers are Represented in Python?We all learn our binary representation of integers in high school or Introduction to Programming 101 classes.Sep 14, 2022Sep 14, 2022
Golang: Creating Images and Drawing — Simply Explained (Part 2)Drawing functions to unleash your creativityApr 3, 2022Apr 3, 2022
Golang: Creating Images and Drawing — Simply Explained (Part 1)Let your right brain work with your left to unleash your artistic talentMar 24, 2022Mar 24, 2022
Published inSystem WeaknessGolang: Understanding how Go HTML template system prevents Crossed Site Attack (XSS)We often hear about XSS attacks and the importance of escaping user-submitted content. These attacks are deemed basic and developers may…Feb 10, 2022Feb 10, 2022
Published inTowards DevGolang: Using buffered channel like a mutexIn the sync library that’s part of the official Go package, the following statement is made:Feb 3, 20224Feb 3, 20224