This is the last article about the SOLID principles and in my opinion the most important one. Dependency Inversion is […]
Tutorial Coding Blog
Java 9 Stream API Improvements
Four new operations are added to Stream API in Java 9. They are – takeWhile(), dropWhile(), ofNullable() and iterate(). takeWhile() […]
How to consume RESTful APIs in Laravel 8 and Laravel 7
Today, I am going to show you how to consume RESTful APIs, in my previous post I discuss How to […]
Eager Loading with Selected Columns in Laravel
Let’s say we have a case where we have a blog and each blog has authors and we need all […]
Work and play in PHP 7.4 & PHP 8.0
The classic Dev dilemma, you get comfortable in a language or tool and then there is an update. Do your […]
10 Programming Languages Side by Side (JS, Python, Ruby, PHP, GO, Rust, Dart, C#, Java, Ballerina)
Using the below you can see the basics of 10 different languages. For most of these langauges you should be […]
Benefits of Marketplace Connector Extension?
Marketplace integration tool by which we can connect our online store(Magento) with marketplace and upload as much as product as […]
4 Powerful IDEs That Nobody Is Talking About
As a developer, you will definitely have a lot of projects to work on, different issues, a lot of files […]
�� PHP: skill list for self-check
A skill tree for PHP developer Please, add learning materials for skills you know! It’s like a wikipedia! Community – […]
Build your Spring Boot microservice as a Docker image and deploy it to an Azure Container Instance
Spring Boot is the de facto standard for microservices development in the enterprise. And since version 2.3.x, you can now […]