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·29 readsollama
Rudra Pratap Singhcodeintech.hashnode.dev·Aug 24, 2024Never take the easiest path.Thanks for looking at my blog. Today I was setting up my localhost server using xampp, and it was easy to do. You just had to install it on your computer, and then I downloaded the DVWA package (broken web application framework) and set it up with xa...Discusstechnology
Deri Kurniawanderi.hashnode.dev·Aug 12, 2024Customize your boring localhost naming for local development on WindowsTLDR: Customize your local development environment in Windows by editing the hosts file to use unique and memorable domain names like app.test or hello.world. As software developers, we frequently use local server hosts for developing applications. ...Discuss·1 likeWeb Development
André LeBlancandremleblanc.hashnode.dev·Aug 10, 2024Local development with Subdomains, Mobile Testing, and OAuthtl;dr For many applications, especially when starting out, localhost has all the functionality needed. As applications get more complex, there are many options including tunneling and remote development environments, but localhost with a local DNS ca...DiscussWeb Development
Rajan Lalrajanlal.hashnode.dev·Aug 8, 2024Running HTTP server locallyIntroduction In the world of web development, understanding how to create and run an HTTP server on localhost is a fundamental skill. Whether you're testing a new web application, experimenting with APIs, or simply learning the basics of server-clien...Discusshttp
Unknownamecoder.hashnode.dev·Jul 31, 2024Docker-compose file for Kafka로컬 개발 환경에서 kafka 실습을 위한 docker compose 파일 입니다. 보통의 경우 docker의 internal host로 설정하여 직접 접속이 어려운 점이 있었는데 localhost로 직접 호출 할 수 있도록 작성하였습니다. 작업 순서 아래의 파일을 복사하여 docker-compose.yml 파일을 생성합니다. docker-compose up -d 명령어를 실행합니다. http://localhost:10000 으로 접속하면 ...Discusskafka
Daniel von Rohrblog.dvonrohr.com·Jul 27, 2024Streamline Local Development on macOS: Custom Domain Names for Docker and ServicesSetting up a local domain name on OSX can streamline your development process by allowing you to access your Docker containers or other services via a custom, easy-to-remember URL. This is particularly useful for multisite applications, as it lets yo...Discussdevelopment