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...DiscussHow -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...Discuss·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...Discuss·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...Discussdashboard
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 ...DiscussSSL
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...Discuss 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...DiscussDevops
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...Discussmaldev
Tran Tuanwww.tranit.co·Aug 30, 2024Meet PhpWebStudy - The Free Powerful Web Server and PHP Environment for Local DevelopmentOverview PhpWebStudy is a robust web server and PHP environment that is designed to simplify and enhance web development. This software package includes all the necessary tools to set up a fully functional web server on your local machine, enabling y...DiscussWeb Development
Ahmad W Khanblog.ahmadwkhan.com·Aug 25, 2024Running Open Source LLM (Llama3) Locally Using Ollama and LangChainIn this post, we will walk through a detailed process of running an open-source large language model (LLM) like Llama3 locally using Ollama and LangChain. We will cover everything from setting up your environment, creating your custom model, fine-tun...Discuss·139 readsollama