Karthik ShettyforKarthik Shettykarthikshetty.hashnode.net·Dec 2, 2022Run Localhost Website on Mobile Phones and other Devices.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 it would be better if I could use my phone directl...Discuss·20 likes·45 readslocalhost
Shantanu Nighotformagbanum.techmagbanum.hashnode.net·Oct 9, 2022An alternative method to view your Heroku Database tablesIn 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. When I deployed my application on Heroku, I was cur...Discuss·12 likes·59 readsHeroku
Alisha SaiyedforAlisha's Blogalishasblog.hashnode.net·Mar 12, 2023Connecting SMTP to XamppWhile I was working with a contact form in HTML, CSS, and JavaScript, I was not able to send or receive emails from the form. I always used to get the above error. To resolve this, I have done a lot of research on YouTube and Google but have failed ...Discuss·3 likes·89 readssmtp
Ben HammondforBlog: Ben Hammond.Techbenhammondmusic.hashnode.net·Apr 7, 2023Expose Vite's local addressAdd -- --host to the end of your package manager's start command. Note the extra hyphens! As a follow-up to my blog on viewing localhost on mobile, I thought I would share how to do the same with Vite specifically. A recent task I completed at work ...Discuss·45 readsViewing localhost on mobilevite
Alisha SaiyedforAlisha's Blogalishasblog.hashnode.net·Mar 12, 2023Connecting SMTP to XamppWhile I was working with a contact form in HTML, CSS, and JavaScript, I was not able to send or receive emails from the form. I always used to get the above error. To resolve this, I have done a lot of research on YouTube and Google but have failed ...Discuss·3 likes·89 readssmtp
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Feb 21, 2023How To Perform Local Website Testing Using Selenium And JavaUsers expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this. However, if this test is performed later or after the ent...Discussselenium-webdriver
LuKmanforLuKmanlukman.hashnode.net·Feb 19, 2023How to create a custom server in next.js using vhost and expressNext.js is a popular framework for building server-rendered React applications. It provides an easy-to-use development environment and powerful tools for building complex applications. One of the great features of Next.js is the ability to create cus...Discuss·151 readsVirtual Host
Kagisho Taumang PhahlamohlakaforQR Code Honey Bottle trackertauwindcoding.hashnode.net·Dec 5, 2022The Discovery of Local WordPress4 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 existing WordPress website, from making use of ALL-in-O...Discuss·30 readsWeb Development
Karthik ShettyforKarthik Shettykarthikshetty.hashnode.net·Dec 2, 2022Run Localhost Website on Mobile Phones and other Devices.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 it would be better if I could use my phone directl...Discuss·20 likes·45 readslocalhost
Pranesh Pyara ShresthaforPranesh's Blogspraneshp1.hashnode.net·Nov 5, 2022Local Host IP Address ExplainedIf 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 the number “127.0.0.1:” while using a live server ...Discuss·114 readsWeb Development
Mrinmoy PorelforMrinmoy's blogmrinnnmoy.hashnode.net·Nov 5, 2022Introduction to Local Host IP Address.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 using it to test websites and web apps locally, wi...Discuss·3 likes·55 readslocalhost
Shantanu Nighotformagbanum.techmagbanum.hashnode.net·Oct 9, 2022An alternative method to view your Heroku Database tablesIn 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. When I deployed my application on Heroku, I was cur...Discuss·12 likes·59 readsHeroku
Oni GbemigaforGbemiga's Bloggbemiga.hashnode.net·Sep 5, 2022From Localhost to Production without deployingPrerequisite 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 your system with another person and the common way...Discuss·93 readsDevops