My thoughts about programming, blockchain and tech in general
An introduction to unix pipes
Pipes are a way for two ore more processes to communicate data. Let's see how to use them in C!
Aurélien Brabant
Pixel drawing with the miniblix
All you need to know about drawing pixels with the minilibx
Getting started with the minilibx
Learn how to begin with the minilibx to render graphics using the X Window System!
Managing events with the minilibx
A clear and comprehensive tutorial about managing events with the minilibx.
Setup session based authentication with NestJS
Learn how to set up authentication using sessions instead of JWTs in NestJS