programming
The Law of Demeter
The Law of Demeter advises objects to only talk to their immediate friends—avoiding chained calls—to reduce coupling and improve code modularity, maintainability, and flexibility.
read more...
Code Kata: The Art of Code
Improve programming skills with Code Katas: practice Test Driven Development and refine coding.
read more...
What is JWT (JSON Web Token)?
The JWT (JSON Web Token) is a self-contained means of securely transferring information between two parties. It is often used to verify user identity in web applications.
read more...
Four simple projects for beginner programmers
If you're starting your journey into the world of programming, it's essential to choose projects that will help enhance your skills. Here are four project ideas for beginner programmers, along with the technologies and techniques you can use for each of them
read more...
Three (3) rules for readable code
How to make your code more readable? Follow the three simple rules
read more...