Java

Nov
06
Object Oriented Design (series) - Polymorphism

Object Oriented Design (series) - Polymorphism

Enter the Multi-Verse! 🕷 Intro Polymorphism describe the ability for an object to have multiple implementations for the same behaviour. 🤝  This
2 min read
Nov
02
Object Oriented Design (series) - Inheritance

Object Oriented Design (series) - Inheritance

This concept is all about having a base component and adding features over it. Intro 🧩  It best describes the idea
3 min read
Oct
24
Object Oriented Design (series) - Encapsulation

Object Oriented Design (series) - Encapsulation

You can look but you can't touch! 🥵 Intro This one is about exposing to the client only the
2 min read
Oct
21
Object Oriented Design (series) - Abstraction

Object Oriented Design (series) - Abstraction

Hide and seek! Intro 🤷‍♂️ When you make your favourite espresso, you don't really care about the sounds that
1 min read
Oct
11
Java Interview Questions (series) - Streams

Java Interview Questions (series) - Streams

Still using for loops? Maybe it's time for something new! Brief Having spoken about Functional Interfaces and Lambda
4 min read
Oct
02
Java Interview Questions (series) - Common Functional Interfaces

Java Interview Questions (series) - Common Functional Interfaces

80% of the time you use 20% of the @FunctionalInterfaces 👋 Brief 🤔  In a previous post, we spoke about the @FunctionalInterface
3 min read
Sep
20
Java Interview Questions (series) - Lambda expressions

Java Interview Questions (series) - Lambda expressions

Less is more when it comes to Java! 💯 Brief Following up on the previous post, today we'll cover:
2 min read
Sep
12
Functional Interfaces

Java Interview Questions (Series) - Functional Interface

The devil is always in the details! 😈 Brief If you are to join a new project that's using
2 min read
Sep
07
Java Interview Questions (Series) -  StringBuffer vs StringBuilder

Java Interview Questions (Series) - StringBuffer vs StringBuilder

Change is inevitable except from a vending machine. - Robert C. Gallagher Brief If you are a Java developer you
2 min read
Aug
28
Java Interview Questions (Series) - Immutable Class

Java Interview Questions (Series) - Immutable Class

Don't change her, she don't wanna be changed! 🧩 Brief At a certain point in most Java
4 min read