Exploring why React.Fragment is used and how we can create a custom Fragment component.
Computer Science learning blog
Exploring why React.Fragment is used and how we can create a custom Fragment component.
Review of Computer Systems: A Programmer’s Perspective book. This book introduces fundamental concepts of computer architecture geared towards becoming a better programmer.
An example of command injection in a vulnerable setuid program.
Hints to solve Natas (OTW) challenges without giving away the solutions.
Explanation of a basic shell that implements job control written in C. It uses the fork and execve functions and handles SIGINT and SIGTSTP signals.