subsync.hashnode.devIntroducing SubSync, Your Subscription AssistantHello, Welcome to SubSync. We are building a Subscription manager for you. It is aimed at providing you with all the tools required to take charge of your personal finance. Recurring digital costs tend to fill up the majority of your debit/credit car...Nov 18, 2024·1 min read
idrislawal.comHow to use the Manager pattern in LaravelHi there Titans (ooh used it finally)! For the piece, I'll be showing you how you can use the Manager pattern in Laravel. I'll assume you already know the basics of the framework and the underlying language (PHP). Right? Cool. Every now and then in L...Aug 6, 2023·5 min read
idrislawal.comSimple WebSocket Calls in Laravel & Vanilla JS using Ably and Laravel EchoHi there, In this article, we will explore how to set up WebSocket calls between Laravel and a Vanilla JS application (as the client) using Ably and the Laravel Echo package. The use cases for WebSocket communication differ. In some cases, it may be ...Jul 9, 2023·8 min read
idrislawal.comMy VSCode Setup For PHP / LaravelHello, We all need some suggestions once in a while about what tools to make our work easier as software engineers. Hence, I am sharing what my VSCode setup looks like as a PHP/Laravel developer. Debugging I currently use Xdebug. There are some suppo...Feb 14, 2023·2 min read
idrislawal.comLaravel Security FeaturesLaravel is a popular web framework that is known for its security features. Some of the best security features of Laravel include: Encryption: Laravel provides a built-in encryption mechanism that allows you to encrypt and decrypt data. This can be ...Dec 11, 2022·3 min read