Divine Orjidpkreativ.hashnode.dev·Nov 18, 2024How to Deploy Your Project to GitHub PagesDeploying your project to GitHub Pages is a straightforward way to make your static websites accessible to anyone online. Whether you're just starting with web development or have some experience but haven't used GitHub Pages before, this guide will ...10 likes·44 readsTutorialsGitHub
Gokul Rajagokulraja.hashnode.dev·Jul 22, 2024DigitGlyphUnveiling DigitGlyph: My Journey to 99.15% Accuracy in Handwritten Digit Recognition Introduction Machine learning is revolutionizing every field, and one of its coolest applications is handwritten digit recognition. Today, I'm super excited to intro...Machine Learning
Nile Bitsnilebits.hashnode.dev·Jul 17, 2024Deploying React Apps: A Guide to Using GitHub PagesMany developers find it difficult to deploy React apps, especially those who are not familiar with the ecosystem. You can host your static webpages, including React apps, for free and with ease by using GitHub Pages. Deploying your React apps to GitH...GitHub
Aseru Kevin Ziyadagithubjourney.hashnode.dev·Jun 22, 2024Create Your Site with GitHub PagesToday, we're diving into an exciting topic: learning how to create our own websites and host them for free using GitHub Pages. GitHub Pages is a robust platform offered by GitHub, enabling you to showcase your projects, host documentation, and even c...15 likes·48 readsMy GitHub JourneyGitHub
Harshal RanjhaniforCodeParrot 10x Dev10xdev.codeparrot.ai·May 28, 2024Create your portfolio with GitHub PagesHaving a portfolio can be a nice way to showcase your work and projects to the world. It can be a great way to show off your skills and experience to potential employers or clients. In this article, we will learn how to create a portfolio website usi...11 likes·67 readsCustom Domain
Matéu.shforfreeCodeCampfreecodecamp.org·Jan 24, 2024How to Deploy Next.js Apps to Github PagesIn this article, I will walk you through the process of publishing a Next.js application on GitHub Pages. What makes this guide particularly helpful is that I'll teach you how to integrate with GitHub Actions, too. This means your application will b...deployment
Sean Coughlinblog.seancoughlin.me·Oct 7, 2023Deploying to GitHub Pages using gh-pagesWhat is GitHub Pages? GitHub Pages is a static site hosting service offered by GitHub that takes files straight from a repository on GitHub and publishes them as a website. It's designed to host your personal, organizational, or project pages directl...3.9K readsYarn
Raman Vermaramanverma.hashnode.dev·Jun 10, 2023Resolve DNS check: Add custom domain to Github pageIt's frustrating when you bought a new domain and are not able to re-direct your portfolio website because of DNS check is unsuccessful. As like below. A few times back, a similar thing happened to me when I wanted to add a custom domain to my GitHu...40 readsGitHub
Sarthak Sidhantsarthaksid.hashnode.dev·May 14, 2023How To Make a Website (for free)Hello There! A Lot Of People Really Want To Know about the steps to create a Website. I get it, you have no clue whatsoever to create a website. We Will Dive a Bit into the Technical Stuff first, Because We Really Need To Understand What The Hell is ...10 likes·121 readswebsite
Hussain Codehussaincodes.in·Dec 22, 2022How to host a website on GitHub with custom domainIn this article, we are going to learn how we can host a website on a GitHub page with a custom domain name. I will upload my portfolio website on GitHub step by step. First of all, we need to code your website and collect all the file and upload it ...161 readsGitHub