Andreas Ludvigsson

Bridging Code and Commerce

  • Creating an AI-Powered Resume Maker SaaS with Laravel – Part 2 – Getting started with the Backend

    Welcome back to our series on creating an AI-Powered Resume Maker SaaS with Laravel. In the previous part, we created an appealing landing page to attract users to our platform. In this post, we’ll start working on the backend of our application. Please note that this post will contain a significant amount of files and…

  • Creating an AI-Powered Resume Maker SaaS with Laravel – Part 1

    Hey there! Are you ready to take your Laravel skills to the next level? In this exciting SaaS series, we’ll embark on a journey to create a powerful Resume Maker that harnesses the capabilities of AI to enhance the resume creation process for users. Whether you choose to follow along step by step or simply…

  • Real-time Chatroom with Laravel Reverb Advanced: Users and Database

    TLDR: This article provides a comprehensive guide on building an advanced real-time chatroom application using Laravel Reverb, with user authentication and database storage for messages. It covers setting up the project, implementing authentication, creating the chat functionality, integrating real-time messaging, and persisting messages in the database. For the complete code and project files, visit the…

  • Creating a Real-time Chatroom with Laravel 11 and Laravel Reverb

    Today, I’ll be guiding you through the process of creating a real-time chatroom application using the latest version of the Laravel framework, Laravel 11, and the powerful Laravel Reverb package. Laravel 11 offers a powerful solution in the form of Laravel Reverb. This innovative package brings blazing-fast and scalable real-time WebSocket communication directly to your…

  • Laravel 11 and Laravel Reverb is now released

    Laravel 11 has been released, introducing several enhancements and a new component called Laravel Reverb. Key features of Laravel 11 include a simplified application structure, SQLite as the default database, health routing, per-second rate limiting, encryption key rotation without service interruption, improved queue testing, new Artisan commands, the addition of Resend mail transport, and the…

  • Pricing Tables with Tailwind CSS – 31 Days of Tailwind

    In the competitive world of online businesses and services, having an attractive and user-friendly pricing table is essential for engaging potential customers. Tailwind CSS, a utility-first CSS framework, empowers designers to create responsive and visually appealing pricing tables with ease. In this article, we’ll showcase three unique pricing table designs built with Tailwind CSS, demonstrating…