Kalau kamu udah jago JavaScript, pastinya udah denger-denger dengan TypeScript. Bisa dibilang TypeScript adalah versi super-nya JavaScript dengan tambahan tipe data pada syntax-nya. TypeScript ini bis...
Hey Devs!My Object-Oriented Programming module just launched at uni — and while I’ve seen a fair bit of OOP before, this time I’m diving in properly with Java. Think of it like a revision sessio...
yo bro!So you’ve just stepped into Java, and people keep throwing around fancy terms like class and object… and you’re like:
"Bhai, what even is this?"
Don't worry. I'm gonna break this down for...
Before moving into the DRY principle, let's understand the goals of a good programmer:
Solving Problems
Writing Amazing Code
Maintainsability
Simplicity
Cleanliness
Optimization
🤔 Why ...
🔍 Description:This post introduces Java’s Object-Oriented Programming model by breaking down the four fundamental principles — Encapsulation, Inheritance, Polymorphism, and Abstraction — with...
You want to learn Meta-programming, or you don't know what Meta-programming is. In this post, I will a give a brief guide into learning the conceptMeta programming is writing programs that treats othe...