DEV Community

Object Oriented Programming

"...because thinking inside the box is okay, as long as it's a black box."

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
GoF Functionalized

GoF Functionalized

Comments
9 min read
Series Belajar Solid Principle - Liskov Substitution Principle (LSP)

Series Belajar Solid Principle - Liskov Substitution Principle (LSP)

Comments
2 min read
When traits conflict

When traits conflict

Comments
1 min read
Property vs field farqi nimada?

Property vs field farqi nimada?

Comments
1 min read
Object-Oriented Programming in Java: A Practical Guide 🚀☕

Object-Oriented Programming in Java: A Practical Guide 🚀☕

Comments
2 min read
SOLID Principles with Swift by building Library Management System

SOLID Principles with Swift by building Library Management System

Comments
5 min read
Series Belajar Solid Principle - Open Close Principle (OCP)

Series Belajar Solid Principle - Open Close Principle (OCP)

Comments
3 min read
How to Build an Online Banking System – Python Object-Oriented Programming Tutorial

How to Build an Online Banking System – Python Object-Oriented Programming Tutorial

Comments
1 min read
And I OOP (Object-oriented Programming)

And I OOP (Object-oriented Programming)

Comments
5 min read
Mengenal SOLID: Memahami Setiap Prinsip dan Menerapkannya Secara Efektif

Mengenal SOLID: Memahami Setiap Prinsip dan Menerapkannya Secara Efektif

5
Comments
6 min read
OOP (Object-Oriented Programming) in JavaScript

OOP (Object-Oriented Programming) in JavaScript

Comments
3 min read
Object-Oriented Go: Unraveling the Power of OOP in Golang

Object-Oriented Go: Unraveling the Power of OOP in Golang

7
Comments 1
6 min read
From Novice to Ninja: Mastering SOLID Principles in Object-Oriented Programming

From Novice to Ninja: Mastering SOLID Principles in Object-Oriented Programming

Comments
4 min read
Python Property() and Descriptors

Python Property() and Descriptors

Comments
5 min read
OOP Simplified!

OOP Simplified!

2
Comments
8 min read
Ruby Attributes VS Instance variables

Ruby Attributes VS Instance variables

Comments
2 min read
Introduction to system design patterns

Introduction to system design patterns

Comments
4 min read
Polymorphism and abstract class easily explained in Java

Polymorphism and abstract class easily explained in Java

1
Comments
2 min read
Python : advanced way to reduce the amount of repetitive code

Python : advanced way to reduce the amount of repetitive code

2
Comments
2 min read
Do you really need Dependency Injection? OOP roundtrip journey.

Do you really need Dependency Injection? OOP roundtrip journey.

Comments
6 min read
Basic SOLID: must to do

Basic SOLID: must to do

1
Comments
2 min read
Introduction To OOP: Objects

Introduction To OOP: Objects

5
Comments
7 min read
What is Encapsulation

What is Encapsulation

3
Comments 2
5 min read
Open/Closed Principle (OCP) By Using PHP : SOLID Principle

Open/Closed Principle (OCP) By Using PHP : SOLID Principle

Comments
5 min read
🤝 Strategy pattern at the service of SOLID Open-Closed principle

🤝 Strategy pattern at the service of SOLID Open-Closed principle

Comments
3 min read
Is Dependency Injection the Missing Technique That's Holding Your Career Back?

Is Dependency Injection the Missing Technique That's Holding Your Career Back?

4
Comments
13 min read
Traits In PHP

Traits In PHP

Comments 2
1 min read
The Liskov Substitution Principle Demystified

The Liskov Substitution Principle Demystified

Comments
2 min read
Prototypal inheritance; what really happens under the hood.

Prototypal inheritance; what really happens under the hood.

Comments
6 min read
Unlocking Code Reusability and Flexibility with Upcasting in Java

Unlocking Code Reusability and Flexibility with Upcasting in Java

3
Comments 1
2 min read
Single Responsibility Principle (SRP) By Using PHP : SOLID Principle

Single Responsibility Principle (SRP) By Using PHP : SOLID Principle

Comments
4 min read
Object-Oriented Programming with Python (OOP)

Object-Oriented Programming with Python (OOP)

2
Comments
5 min read
Decoding the Law of Demeter through Real-World Example

Decoding the Law of Demeter through Real-World Example

Comments
1 min read
OOP Concepts C# : Mastering

OOP Concepts C# : Mastering

1
Comments
4 min read
SOLID - Software Design Principles

SOLID - Software Design Principles

1
Comments
3 min read
'this' and its ever changing context.

'this' and its ever changing context.

1
Comments
4 min read
OOP via FP : functional nature of classes and objects

OOP via FP : functional nature of classes and objects

2
Comments 14
4 min read
OOP, the right way: Message Passing and the Four Pillars

OOP, the right way: Message Passing and the Four Pillars

Comments
2 min read
The "Service hell" and how you can avoid it

The "Service hell" and how you can avoid it

Comments
2 min read
Object Oriented Programming With JavaScript - Part 1 🚀

Object Oriented Programming With JavaScript - Part 1 🚀

18
Comments 5
3 min read
Object Oriented Programming With JavaScript - Part 2 🚀

Object Oriented Programming With JavaScript - Part 2 🚀

3
Comments 3
2 min read
Test Doubles: A Quick Guide to Boost Your Testing Skills

Test Doubles: A Quick Guide to Boost Your Testing Skills

Comments
4 min read
Interface Segregation Principle (ISP) By Using PHP : SOLID Principle

Interface Segregation Principle (ISP) By Using PHP : SOLID Principle

2
Comments
4 min read
Writing Typescript unit tests with ArchiTest

Writing Typescript unit tests with ArchiTest

Comments
2 min read
Inheritance Vs Composition

Inheritance Vs Composition

5
Comments
2 min read
Understanding Getter, Setter and Private variables in Python

Understanding Getter, Setter and Private variables in Python

1
Comments
2 min read
S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

133
Comments 12
9 min read
Dto, Vm, Vo, Entity, Domain, Bean, and Pojo reference Table 💫

Dto, Vm, Vo, Entity, Domain, Bean, and Pojo reference Table 💫

1
Comments
2 min read
Attributes in Object-Oriented Programming Languages and their UML representation (on the Java example)

Attributes in Object-Oriented Programming Languages and their UML representation (on the Java example)

Comments
6 min read
Demystifying GoF Design Patterns: Essential Techniques for Crafting Maintainable and Scalable Software Solutions

Demystifying GoF Design Patterns: Essential Techniques for Crafting Maintainable and Scalable Software Solutions

Comments
7 min read
SOLID Principles of Object-Oriented Programming in Laravel

SOLID Principles of Object-Oriented Programming in Laravel

4
Comments 2
6 min read
Introduction to Object-Oriented Programming (OOP) in Python: Simplified

Introduction to Object-Oriented Programming (OOP) in Python: Simplified

Comments
2 min read
Python's magic methods

Python's magic methods

3
Comments
3 min read
Dynamic API Versioning in Laravel

Dynamic API Versioning in Laravel

11
Comments 4
3 min read
OOP Fundamentals: Tell 📣, don't ask 🚫

OOP Fundamentals: Tell 📣, don't ask 🚫

1
Comments
2 min read
Object Oriented Express API

Object Oriented Express API

40
Comments 10
3 min read
Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

6
Comments
6 min read
Dependency Inversion Principle (DIP)

Dependency Inversion Principle (DIP)

2
Comments
1 min read
Efficient Data Validation and S3 Upload with Python: A Deep Dive into S3Loader Utility

Efficient Data Validation and S3 Upload with Python: A Deep Dive into S3Loader Utility

5
Comments
2 min read
Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Comments
2 min read
loading...