A stupidly simple app for everyday use
In the age of AI, every software is laddened with one AI feature or another. Sometimes, you just want something dead simple for your regular use. I had such a need recently and decided to build UseCli
Search for a command to run...
In the age of AI, every software is laddened with one AI feature or another. Sometimes, you just want something dead simple for your regular use. I had such a need recently and decided to build UseCli

Hi 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...

Hi 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 ...

Hello, 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...

A brief about the in-built features that makes a Laravel application secure.

Hi there. Setting up local domains can be a serious pain. In this article, I will be providing insights into the process I have taken to set up domains and sub-domains locally using Nginx on MacOs (BigSur). Step 1 - Edit your hosts file On your termi...

Issue With Creating Postgres DB: The problem was that the instructor created a free tier PostgreSQL db, but it seemed AWS no longer had a free tier for PostgreSQL db because i couldn't see the options for free tier, so i had to create a paid one for ...

And how it relates to JavaScript

Node modules are basically libraries that gives you extra functionalities that is not available on the V8 engine runtime. There modules from libraries / packages developed as part of core Node.js. We will examine those default libraries in detail he...