© 2023 Hashnode
#localhost
4 months ago I recently started my internship where I was tasked to clone the company's official site, and when I did my research, I was just bombarded by very complex ways of cloning an already exist…
Hey folks, Karthik here. If you are a web developer it's important to create mobile-friendly sites. We have a developer tool where we can change screen size and check but somewhere it feels like "man …
If you are an experienced web developer, then you’ve likely seen the term “localhost” on many occasions. And even if you’re a beginner and just getting started in web development, you might have seen …
Assuming you just entered the world of web development, while building projects you have likely seen the term "localhost" with the number "127.0.0.1:" while using a live server plugin. You might be …
In this article, I will tell you about an alternative method to view your database from the Heroku platform. Check the tables of your Heroku Postgres Database used by your website or an application. W…
Prerequisite Knowledge of a programming language IDE e.g vscode Introduction Most times while working on a side project or even building a project for your company you may want to share what is on …
Hey reader, Today, you will learn how to connect your local repository (A repository on your PC) to a remote repository (GitHub). This article is suitable for readers with no experience in Github. Be…
To get a website in-development checked by a colleague or someone else like a client or another developer or tester, one would normally upload the entire website to a test server with a test domain name with the database recreated / replica…
Localhost Conference is an annual gathering of Cloud, DevOps and Site Reliability Engineers across the world where thought leaders, experts and enthusiast come together to connect, accelerate and inno…
If you want to run PHP files on your local machine, you will need to set up a local server environment. One of the most popular ways to do this is by using XAMPP. XAMPP is a free and open source cros…