Just some random posts.
Published on 2023-11-20, last modified on 2023-11-20
Derivation of the OpenGL perspective projection matrix from scratch with explanation.
Published on 2023-11-19, last modified on 2023-11-19
Published on 2018-09-14, last modified on 2021-08-01
A comprehensive programming guide on parsing CSV files in C language only using the standard libraries.
Published on 2019-09-09, last modified on 2019-09-09
Creating the legendary breakout (arkanoid) game in Python, using pygame and sprites.
Published on 2019-02-03, last modified on 2019-02-03
Crash course on how to quickly draw basic diagrams like bar chart, pie chart, line chart and scatter plot using matplotlib.
Published on 2018-08-30, last modified on 2019-01-30
This post helps you understand the linked list datastructure and when to use it through a phone book application.
Published on 2019-01-10, last modified on 2019-01-10
The strtok function is used to split strings in C, however, it has several disadvantages. This post shows you when to use it and when you should look for alternatives.
Published on 2018-11-01, last modified on 2019-01-01
A simple implementation for the Snake game with Pygame
Published on 2018-10-08, last modified on 2018-10-08
Pong game written in Python using pygame graphics library