moosedev.hashnode.devHow to Build Dynamic Website with APIs, Without Backend Coding!For those who doesn't know, Dev Community announced a hackathon for Appwrite in the past month. I wasn't really familiar with Appwrite and when I looked it up online, I found that it's a BaaS (Backend as a service) platform. I'm not going to lie, I d...May 16, 2022路9 min read
moosedev.hashnode.devDeploy Laravel Projects With Database For Free!Good day everyone 馃憢 In this article i'm going to explain how to host and deploy your Laravel project free on Heroku step by step, and it will work. Let's get to it? 0- I'm using: Laravel 8.8 PHP 8 Windows Terminal GitHub Git Commands Heroku Toolbe...Mar 12, 2022路6 min read
moosedev.hashnode.devInstalling Laravel Breeze and a Quick WalkthroughHello Everyone 馃憢 In this article, I'm going to install Laravel Breeze and take you in a very quick tour. Laravel Breeze is a very simple implementation of all of Laravel's authentication features, including login, registration, password reset, email...Jan 26, 2022路4 min read
moosedev.hashnode.devAdding and Removing Elements From ArraysHello everyone, Adding and removing elements from arrays is a must have skill in programming. It's one of the most basic things you learn in any language but it's the most essential as well. Without too much talking, let's dig in: 1- Adding Elements ...Jan 20, 2022路1 min read
moosedev.hashnode.devInstalling Tailwind CSS in your Laravel ProjectHello everyone 馃憢 In this article, I'm going to install tailwind CSS in Laravel project. This is really useful when you're taking your Laravel project to the next level (Production). I will share each step in action so that you can follow along if yo...Jan 19, 2022路4 min read