Blog Posts
2024-10-05
Typescript's Static Typing System
Predicting what the code will do before it runs
2024-09-05
Cross-Origin Resource Sharing
Circumstances under which is needed, and its benefits
2024-08-05
Object-Oriented Programming Paradigm
OOP is a paradigm focused on modeling systems as collections of objects, where each object represents a specific aspect of the system's data and behavior.