We're TheJat
Glad You're Here
Don’t miss out on the latest in tech — coding tutorials, DSA problems, and courses to level up your skills.

Yoda Notation: A Coding Style for Safety
In this article we will talk about a serious error of misassignment in programming, the one of the main reason for introduction of bugs. Later, we discuss how to find this issue with yoda notation and get it fixed.
Read MoreUnderstanding Complex C/C++ Declarations
Master complex C/C++ declarations easily! Learn to read arrays, pointers, and functions in variable declarations with simple rules, real-world examples, and tips
Read More