In this article with the longest intro in the whole history of internet blogging, we will cover how to write and publish a Kotlin library on Maven Central Portal using Gradle as our build system. Read the full article
If you followed the Traefik docs you would have expected that it's going to work, but as it goes, it's never that straightforward. Let's go over the additional sneaky steps we have to do. Read the full article
This article is aimed at developers already familiar with Domain Driven Design who want to apply its principles to the most famous web framework in Ruby. Read the full article
The last year has been a rollercoaster for all of us thanks to a global pandemic, but to me, it was extra tumultuous! Now that the probation period is over I can break the self-imposed vow of silence. Read the full article
I'm a big proponent of Baby Steps Doctrine , yep I think I just coined this term. What do I mean by that? Short version I like keeping things simple, now let's get to the long one. Read the full article
Yes, I used one of those clickbait titles and no I'm not ashamed, not at all, because now that you've clicked you might as well read it, you obviously have no better things to do. Read the full article
It's time we talked about the phelephant in the room. *Ba Dum Tss! Get it? This is double wordplay, elephant in the room and php + elephant == phelephant. Ok, I'm gonna stop now... Read the full article
The aim of this article is to break down the major concepts of OOP for newbie developers in a more digestible format and I hope they will have a better understanding of the Object-Oriented Paradigm after reading it. Read the full article
While working for a client whose codebase had a lot of legacy code I faced an interesting challenge, I needed to change the database connection on an already instantiated query builder, and I couldn't do it the Laravel way. Read the full article
There are two approaches to sharing data across views in Laravel, view share and view composer. In this tuts I will give you a brief overview of both of them and more importantly what you should be careful about when using composer. Now, let's dive in. Read the full article