Performant Code
January 13, 2023 | Nilanjan BhowmikThe Public Keyword
January 12, 2023 | Nilanjan BhowmikThe Private keyword
This post is about a very crucial element of Object Oriented Programming known as Data…January 11, 2023 | Nilanjan BhowmikStacks
January 9, 2023 | Nilanjan BhowmikHanging by a Thread
In programming games we often come across situations where some code is very cpu heavy,…January 9, 2023 | Nilanjan BhowmikLoops
Okay do you like doing repetitive tasks? No? Well you're not alone then. Humans in…January 6, 2023 | Nilanjan BhowmikStatic in Programming
January 3, 2023 | Nilanjan BhowmikA Simple Vertex Shader
In game development knowing how to write vertex shader is of utmost importance. Vertex shaders…January 3, 2023 | Nilanjan BhowmikAn Intro To Pointers
Before we talk about what are pointers,lets talk a bit about memory one of the…December 27, 2022 | Nilanjan BhowmikParallel Resistor Calculator
What is Resistor? Resistor itself says resist, an electrical component that resist or limits the…December 25, 2022 | Ratnadeep Hore