profile image

CODES REALM

A Software & Cloud Engineering Journal.

Quick Tags

C# / .Net

JavaScript / TypeScript

Azure

Kotlin / Java

Notes

Azure Certification Notes

Pillars of Objected-Oriented Programming

JavaScript 3 mins read

This post is part of a series of posts on JavaScript object-oriented programming. Link to the series are as follows: This series is as follows: Pillars of Objected-Oriented Programming JavaScript Objects, prototype, constructor, & Object constructor Object Creation in JavaScript JavaScript OOP…

Read more

Object-Oriented JavaScript

JavaScript 1 min read

For a while, the concept of OOP in Javascript bewildered me that I tried on several occasions to avoid it in the past. Avoiding it didn't help, it kept haunting me everywhere I turned as a software developer. Having been in such position, I will help you demystify Object Oriented Programming in Java…

Read more

S.O.L.I.D Principle of OOP

C#, Design Patterns 9 mins read

In this post, I try to leave out the intricacies of the SOLID principle and write about it succinctly in detail, but yet simple codes samples. Let’s get started The SOLID principle is a design pattern that enables and disciplines us to write reusable, decoupled, and maintainable code. That is as si…

Read more