Playing with Monad or How to enjoy functional style in Java
Playing with Monad or How to enjoy functional style in Java,These days using functional style is, well, kinda trendy. There are a lot of tutorials/articles/posts/etc. with explanat...
How to Read Java Bytecode (with examples)
How to Read Java Bytecode (with examples),Cover image courtesy of divinetechygirl When working with the JVM ecosystem, it's important to spend some time and understand what is happ...
Udemy Courses Need More Exercises
Udemy Courses Need More Exercises,Udemy is an awesome platform for learning programming languages. I've bought to date 26 courses, mostly programming ones. (I got stuck in Udemy Co...
Inheritance vs Composition
Inheritance vs Composition,With the introduction of OOPs, Inheritance and Composition entered our senses and still confusing us. Choosing between Composition and Inheritance is not...
Miguel needs our help – Day 7 of the #25DaysOfServerless Challenge
Miguel needs our help - Day 7 of the #25DaysOfServerless Challenge, This article is part of #25DaysOfServerless. New challenges will be published every day from Microsoft Cloud Adv...
How to add/remove the ChoiceBox, TextField, and Label when clicking on the Add/Remove button in javaFx.
How to add/remove the ChoiceBox, TextField, and Label when clicking on the Add/Remove button in javaFx., How to add the ChoiceBox, TextField, and Label when clicking on the Add but...
Two Weeks of Java: No Decaf
Two Weeks of Java: No Decaf,I've been doing the #100daysOfCode challenge on tweeter, currently 56 days in. About 2 weeks ago (15 days to be exact) I switched from struggling in Jav...
Adapter Design Pattern
Adapter Design Pattern,We all have written code where we needed just few functionality from a class but because of object incompatibility we'll have to create a new class and dupli...