Let's learn together! 🚀

Join me as I document my journey as a developer and decode the digital world, one line at a time.

Laravel logo Livewire logo Alpine.js logo Tailwind CSS logo Nuxt.js logo

How to build a Sitemap for your Laravel App

Laravel

Sitemap is basically a blueprint of a website's structure, providing a comprehensive list of its pages, their relationships, and metadata. In this article we're going to take a look at how I used the Spatie Sitemap package to build sitemaps for my blog.

How to convert a callback function to an async/await function

JavaScript

In JavaScript, async/await is a feature that provides a more concise and readable way to work with asynchronous code. It's built on top of promises and provides a way to write asynchronous code that looks and behaves more like synchronous code.

Your First Laravel Project: Path to Becoming a Web Artisan

Laravel

So you just finished setting up your local environment and you're ready to begin your adventure as a web developer using Laravel. In this article, we'll be looking at what you need to keep in mind as you dive into this amazing PHP framework.