Posts
All the articles I've posted.
- Posted on:September 5, 2023 |
Strategic Refactoring of Legacy Codebase
As a developer, you've likely come across legacy code at some point in your career, most of the time updating legacy code can be a challenging task. I am recently working on refactoring of a legacy Laravel application. Having dealt with such a challenge in the past, I knew it would require patience and an incremental approach.
- Posted on:August 25, 2023 |
Migrating My Blog to Astro with the Astro Paper Theme
Last week I took some time and migrated my blog from Jigsaw to Astro using the Astro Paper starter theme. Overall, it was a great experience and I'm pleased with how my updated blog is shaping up.
- Posted on:August 10, 2023 |
Setting Up OAuth Client to Connect with Multiple OAuth Servers in Laravel
In this article, I will share how to configure Laravel application to act as an OAuth client, connecting to two other laravel projects which will act as OAuth servers.