Web development

Posts related to web development snippets, courses, tips, and blog articles

March 21, 2021

TailwindCSS Dark Mode Using Class Mode

Adding the flexibility of changing a website's theme to dark mode is now a trend in web development. TailwindCSS V2 made that feature is extremely simple to do so. In this article, I'll show you how...

Read more

November 26, 2020

Serverless Framework - Learn How to Upload Files to AWS S3 Using NodeJs

Uploading files is a pretty common task for web applications. In this article, I'll share with you the simplest way to upload files (images/videos/PDF..) to AWS S3 using Serverless framework and let...

Read more

September 11, 2020

Laravel Jetstream Demo - Let's Build a SaaS URL Shortener

Recently Laravel 8 has been released with many features and improvements including Laravel Jetstream. To simplify what is Jetstream, let me ask you a question! are you familiar with default Laravel...

Read more

September 9, 2020

New version of LaRecipe 2.4 with Laravel 8 support

LaRecipe 2.4 is now released and includes many bugs fixes and Laravel 8 support. The new release includes the following updates and fixes with no breaking changes: Add support for Laravel 8 Permit...

Read more

June 11, 2020

Upload images and files using Laravel Livewire

This article has been updated for the latest content Recently I wrote this article with a quick workaround on implemeting file upload in LiveWire. Fortunately, LiveWire just released the official...

Read more

May 22, 2020

Add BCC to all outgoing emails from your Laravel application

Sometimes it's very helpful to debug all your outgoing emails -or part of them- from your Laravel app, especially in the early stage of the product's release. Please note: this method is good...

Read more