Ayodele Samuel Adebayounclebigbay.hashnode.net·Jun 22, 2021Hosting your Site on W3School SpacesYes, you read that well, lately, the w3school team have been making a huge upgrade to their website, from improving their UI designs to creating more premium courses with certificates, and now you can host your static websites on their platform for f...159 likes·5.0K readsTutorialshosting
Ayodele Samuel Adebayounclebigbay.hashnode.net·May 29, 202110 Resources I use for web developmentHello 😍, my beautiful gorgeous friend on the internet, how are you doing today? It's a public holiday here in Nigeria, so I have been sleeping all day, and I decided to also reflect on my workflow as a developer, looking into resources I use freque...124 likes·721 readshosting
RAMESH CHANDRA POLArameshchandra22.hashnode.net·Oct 11, 2021Getting started with GitHub pagesHello everyone! 🧡 In this article, we look into How to get started with GitHub pages.🤩 Probably you already know how to use Git and GitHub. Suppose you built a complete project for your website and upload it on Github. Now you want others to see wh...119 likes·716 readsGit & GitHubGitHub
Prabal Sharmaprabalsharma.hashnode.net·Apr 25, 2023Main Advantage Of Hoisting In JavaScript?Before getting into the advantage of hoisting let's first understand what hoisting is So According to our favorite MDN Docs : JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions, variables o...hosting
Anirudha Patilatomicjuggernaut.hashnode.net·Apr 23, 2023Ep. 4 How functions work in JS ❤️ & Variable Environment - HOISTING | Namaste JavaScriptIf you're new to JavaScript, you may have heard the term "hoisting" thrown around but not fully understood what it means. In this article, we'll dive into the concept of hoisting and how it affects the way your code is executed. What is Hoisting in J...2 likesJavaScript
Kera Cudmorekera-cudmore.hashnode.net·Apr 18, 2023Migrating your Heroku app to RailwayLast November Heroku removed their free hobby tier, which left a lot of people looking for an alternative to host their apps with backends for free. I was recently recommended the Railway.app as an alternative to Heroku thanks to Claire Hardmans rec...railway-app
Pawan Bhagatpawanbhagat.hashnode.net·Apr 19, 2023The Ultimate Guide to S3 in AWS: Everything You Need to KnowIn this blog, we will see how to host a static website on the S3 bucket. In a previous blog, we saw about S3 storage, bucket, how to create, and bucket versioning. Below are the links for reference. Part - 01 https://hashnode.com/post/clg51r42j000209...AWS Tutorial Playlist: A Comprehensive Guide to Amazon Web ServiceDevops
Md Faizan Alamsololearner.hashnode.net·Apr 18, 2023“Building a Working Form for Your Website on Netlify: A Step-by-Step Guide for Beginners”Most of us developers use free hosting services like Netlify or Vercel for hosting our projects and portfolios too. For our portfolios, a contact form is an essential part as it lets potential employers contact us. In today’s blog, I will share with ...Programming Blogs
Fasina Ayomikuncodewithfash.hashnode.net·Apr 16, 2023Don't Declare Javascript Variable Without Reading This!When using the javascript programming language, one of the most important concepts is declaring variables. As easy as it may sound, this can lead to a five-hour bug fix which is every developer's nightmare. Fully understanding the concept of variable...9 likes·124 readsJavaScript
arsal uddinarsaluddin.hashnode.net·Apr 15, 2023JavaScript Visualized: HoistingHoisting is one of those terms that every JS dev has heard of because you googled your annoying error and ended up on StackOverflow, where this person told you that this error was caused because of hoisting 🙃 So, what is hoisting? (FYI - scope will ...JavaScript
Shiva Abhishekshiva71.hashnode.net·Apr 14, 2023Hosting a Website using NGINXIn this blog, we will deploy/host the Todo application on an AWS EC2 instance using the NGINX webserver. What are Web servers and NGINX? What are Web servers? Web servers are the servers that serve the web files, which means as we write our applicati...WeMakeDevs
Starrstarr.hashnode.net·Apr 11, 20236 Free sites to deploy your Backend ApplicationsIntroduction Finding out cost-effective ways to deploy or host your project as a backend developer can be daunting. After successfully building and testing your application, you may face the challenge of deciding the best platform to deploy your proj...backend
rivondaverivondave.hashnode.net·Apr 10, 2023Hosting your website using GithubGitHub is a for-profit company that offers a cloud-based Git repository hosting service. It also allows users/developers to store their project files for as long as possible. Open-source software all have GitHub repositories for storing their files. ...35 likes·102 readshosting