What are the are most important things for developers to know when it comes to microservices application development? Many organizations […]
Tag: # programming
AzureFunBytes Episode 62 – Supercharge your Java Apps on Azure with @rorypreddy
After a short break for some Microsoft streaming events, AzureFunBytes returns to LearnTV for another fun conversation about the products, […]
Have you Anemic or Rich Domain Model?
The Rich Domain Model is the technical part of Domain Driven Design. It is composed of many building blocks, but […]
History of Java And JavaScript names
Read the difference between Java & JavaScript https://buggyprogrammer.com/difference-between-java-and-javascript/
9 Useful PHP Tips and Code Snippets That Get The Jobs Done
Hi friends, my name is Ricardo Sawir. Follow and subscribe if you like to get more updates on what I […]
Backend Operations in PHP from 0 to Hero(Pt. 3 Heavy operations and AJAX)
In the last tutorial, we made a PHP script that performs customizable backend operations that take in user input. In […]
Tips On How to Learn Java at Home and Not to Get Nuts During The Process
The pandemic situation is the point when many people face the difficulties of remote work. It is also forcing more […]
Java Generics — Advanced Cases
Today we are going to discuss how to implement generics in your code in a most effective way. Don’t Use […]
OOP Principles
oop outline Building Blocks – Objects An object is an entity that has states and behaviors. Classes A class is […]
6 Responsibilities Of Controllers (Spring As An Example)
What Is A Controller Anyways? It acts as the entry point to our backend application from the outside world. By […]