Best of GitHubSeptember 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Beginner's guide to Hacktoberfest 2021

    Hacktoberfest will be hosted by Digital Ocean for the 8th year in a row in partnership with GitHub and other companies. The event is open to everyone and it marks the celebration of Open Source. It's the biggest Open Source event that encourages newbies to participate in Open Source and create their 1st meaningful PR.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    I instructed GitHub Copilot to code an Instagram profile feed in React. Here’s what happened.

    GitHub Copilot is a React-based front-end tool that predicts Leetcode problems in seconds. Can it predict the logic for Infinite Scroll? Can it accurately fetch the logic from a paginated API? Let’s find out! I took it for a spin to see what it can do.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    Trying out Next.js for the first time 🤯

    Hashnode Bootcamp's Day 5 task was a perfect moment I could try a new thing and write about it. Here I am writing about using Next.js for two really basic things I needed to work on. Here are the projects: The Birthday Wish Generator and the Home Page.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    Make your GitHub Profile look explicit! 😍

    GitHub is a web-based platform for version control. It is a place where developers commit their code to share it with other developers for work purposes. Anyone can view your projects from anywhere in the world by just accessing your GitHub profile. In GitHub, any repository which has the same name as your GitHub username is considered a special repository. If that specific repository has a README file, that READme file is displayed on your profile.

  5. 5
    Article
    Avatar of dzDZone·5y

    Teach yourself Scrum in 5 minutes

    As CTO, I'm responsible for all IT choices, including infrastructure choices. Cloud systems such as Azure or AWS are expensive, typically at least 10x as expensive as a simple VPS. In a small company just starting out creating its own IT infrastructure, making sure you have as much room to manoeuvre in the future is key.

  6. 6
    Article
    Avatar of ghblogGitHub Blog·5y

    Introducing GitHub Global Campus

  7. 7
    Article
    Avatar of devtoDEV·5y

    I Created an OpenSource Portfolio Template for Developers 🚀

    Dopefolio is an OpenSource Multipage Portfolio Website Template for Developers. Developers can focus on building better Projects for their Portfolio without worrying about the Portfolio website itself. The project is made with HTML, CSS, some JavaScript, and SASS to write CSS.

  8. 8
    Article
    Avatar of devtechDeveloper Tech·5y

    Linus Torvalds: GitHub creates ‘absolutely useless garbage’ merges

    Git creator Linus Torvalds has criticised GitHub for creating ‘absolutely useless garbage merges’ The comment was directed at Konstantin Komarov, Founder and CEO of Paragon Software. Paragon submitted its read-write NTFS driver for the upcoming 5.15 kernel.

  9. 9
    Article
    Avatar of hashnodeHashnode·5y

    6 Ways to Host Your React JS App For Free

    Choosing a hosting provider for your app is very important, as your website performance depends on it. Here are some popular and free hosting services, that you can use to deploy your react app. Deploying an application created with a framework like React, Vue, or Angular differs significantly from deploying a website built with HTML, CSS, and JavaScript.

  10. 10
    Article
    Avatar of hashnodeHashnode·5y

    Useful Github repositories for a full-stack web developer

    This article contains a list of useful GitHub repositories to help full-stack web developers to improve their skills. The list is structured in the following order, in the order of importance: Roadmap, Frontend, Backend, Devops, Design, Interview, Web Development.