Best of GitHub PagesAugust 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    Bye Bye Heroku

    Heroku is a cloud programming platform designed to help build and deploy online applications. Founded in 2007, it is now one of the largest PaaS platforms in existence. Starting November 28, 2022, we plan to stop offering free product plans and start shutting down free dynos and data services.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    How I got my 1st job as a developer by making simple projects seem big

    Julia is a self-taught front-end developer in his thirties who switched career into tech after studying Japanese and musicology while working part-time at a casino. She created a simple calculator using JavaScript using HTML, SCSS, JavaScript, hosted on GitHub pages to run the app. She later updated the code and created some mixins to familiarize herself with it.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Create a new React app with Vite

    Vite: Enables Hot Module Replacement (HMR) Helps you import and manage your project and manage. With one command and a few seconds, it can generate all the above boilerplate for you and more. It’s fast, and you keep your application state if you want. HMR saves time you would otherwise spend waiting around or inputting data to recreate your app state. It reduces friction.

  4. 4
    Article
    Avatar of logrocketLogRocket·4y

    Deploying React apps to GitHub Pages

    GitHub Pages is a service from GitHub that enables you to add HTML, JavaScript, and CSS files to a repository. A React app can be hosted on GitHub Pages in a similar manner. For this tutorial, we’ll be using create-react-app but you can set up the project. In your GitHub account, click the + icon in the top right and follow the prompts to set up a new repository.