David Carrdcblog.dev·Dec 21, 2024List your Laravel Herd projects on localhostWhen developing with Laravel Herd, managing multiple projects can sometimes feel overwhelming. Wouldn’t it be great to have a sleek way to list all your parked projects directly from localhost? Well, now you can! 🎉 Introducing herd-localhost – a sim...laravel herd
Dannique de Klerkblog.dannique.me·Dec 3, 2024Setting Up a Local Environment for WordPress With XAMPPIf you’re diving into WordPress development, setting up a local environment is one of the easiest and most effective ways to get started. It lets you build and test your site safely and quickly on your own computer, away from the risks of a live serv...5 likesWordPress
Arun Pandeyblog.devopsenthusiasts.solutions·Nov 17, 2024How to expose Local host using Cloudflare tunnels ?For Debian based systems: Manual Installation as followed: Download the latest release: wget -O cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 Move the binary to a system directory: sudo mv clo...How -to-expose-localhost-using-Cloudflare-tunnel
Oyelaja Iremidetechxyire.hashnode.dev·Oct 27, 2024How to connect your LocalHost to the Internet using NgrokWhile working on an app in development, I wanted to test it online—but I wasn’t ready to fully host it since it was still in the early stages. I needed a way to make my localhost accessible over the internet, just for testing purposes. After a lot of...10 likes·34 readsLocalhost Con
JOY SAM RAJjoysam.hashnode.dev·Oct 27, 2024Debugging React Native or React.js application in Mobile (On same wifi)Have you ever tried to debug React Native application or React.js application on Mobile devices? It might not work because, Everything might be working on local setup. But when it comes to mobile it might start throwing errors. It is because the http...1 likeReact
Vanshika Nagarajanvanshikanagarajan.hashnode.dev·Oct 24, 2024Live Population DashboardWorld Population Dashboard (Simulated) This dashboard showcases a real-time simulation of global population metrics, built using a dummy dataset. While the data is not truly dynamic, it has been manipulated to simulate real-time updates, demonstratin...dashboard
Francis Igbirikiigmrrf.hashnode.dev·Oct 22, 2024Fixing "Localhost SSL Connection Error" in Your BrowserError: LOCALHOST SENT AN INVALID RESPONSEREACT ERROR (node:3638) Warning: An error event has already been emitted on the socket. Please use the destroy method on the socket while handling a 'clientError' event. (Use node --trace-warnings ... to show ...SSL
Ahmad Ejazahmadejaz.hashnode.dev·Oct 18, 2024What Is 127.0.0.1:62893 and How Do You Solve It?Have you seen 127.0.0.1:62893 at least once and pondered what it is and how to fix it? So do many. Most people encounter this while tinkering with their local server or some application on their computer. The more one understands this address and the... Expose Localhost
Deepesh Guptadeepeshmlgupta.hashnode.dev·Sep 25, 2024Docker Project on LocalHost for DevOps EngineersIn this blog, we will show you how to create a basic Docker project using localhost. 🔍 What is a Docker File? A Docker file is a simple text file that contains a series of instructions (steps) on how to build a Docker image. Think of it as a recipe...Devops
Tran Tuanwww.tranit.co·Aug 30, 2024Using MailDev for Local Development Email TestingIn software development, especially for applications that send emails, testing email functionality can be challenging. This is where MailDev comes in. MailDev is a simple but powerful tool that lets developers test email functionality locally without...26 readsmaldev