Best of GitHubMarch 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    How to Create a Legendary GitHub Profile?

    I just started blogging here on Hashnode a few weeks ago. Only after I posted my first article realized that Hashnode is much more about than just writing. The greatest opportunity actually is reading. I read whenever I am travelling, smoking or walking on the street and sometimes even on the toilet. I am constantly browsing the Recent section of the Hashnode app.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Skill Icons - Showcase your skills on your GitHub or resumé with ease

    Skill Icons are easily-embeddable SVG images generated through dynamic URLs. Showcase the languages, frameworks, and tools you use on your GitHub or resumé with ease. We have tons of icons for languages, framework, databases, and more. Use these icons to help you showcase your skills.

  3. 3
    Article
    Avatar of faunFaun·4y

    Less Known GitHub Alternatives…

    Some platforms deserve more attention due to various reasons. GitHub can suppress any of its competitors with no regard to the actual features and the product itself. Here are some alternatives to GitHub which should be popular, some which deserve more. attention, and some which make me wonder… why GitHub is the most popular one.

  4. 4
    Article
    Avatar of devtoDEV·4y

    You don’t always need a CMS

    When it comes to websites, blogs, and whatnot, we often expect to find a CMS power these systems. I get a lot of questions about what CMS powers my blog. I'll explain that while telling you why you don't always need a CMS.What is a CMS? It stands for "Content Management System"

  5. 5
    Article
    Avatar of hnHacker News·4y

    I built a receipt printer for GitHub issues

    Andrew Schmelyun used a receipt printer to print out a ticket each time an issue was added to one of his GitHub repos. The printer uses the ESC/POS command set, for which there's established libraries in a variety of programming languages. He also used an old Raspberry Pi Zero W to connect from the internet to the printer.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    19 Valuable GitHub Repositories for Beginner Developers 📚✨

    GitHub is a great place to start your web development career. I've compiled a list of some of the best repositories I know. Categories include basics, courses, handbooks, best practices, projects, interviews, and resources. I wish I knew them when I started myself, so treat them as a valuable shortcut.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Introducing Hyperdocs - The simplest way to build docs for your project.

    Hyperdocs is a documentation generating tool that fetches markdown files from a docs folder from GitHub, generates it on the server and sends it to the client. It also provides a blog for each project created so that you can make your new release announcements and other news there. It provides a feedback collection system that helps you gather feedback from your project.

  8. 8
    Article
    Avatar of hashnodeHashnode·4y

    Moodflix - Your mood, Our suggestions

    Moodflix is a Netflix-clone built with React and Framer Motion. The frontend is written in React and SCSS and the backend is in .NET 6 and .NET Core 6 and Minimal API. The API receives the base64 string image from the Frontend and sends it to the Azure Face API directly. Backend gets a list of movies based on the user's mood.

  9. 9
    Article
    Avatar of ghblogGitHub Blog·4y

    GitHub Copilot now available for Visual Studio 2022

    GitHub Copilot is available in Visual Studio 2022. You can install the extension by going to Extensions > Manage Extensions. You will then be prompted to authorize Visual Studio with the GitHub Copilot service. The extension will automatically suggest the code that it thinks you might want to use.

  10. 10
    Article
    Avatar of towardsdevTowards Dev·4y

    How I learned Go!!

    I wanted to sync external GitHub repositories to our internal GitHub repositories. I used “gopkg.in/yamlv2” module, which provides the ability to encode and decode YAML values. I would also need a data structure to hold the values for me. So I used struct to define a type and variable to store the data.

  11. 11
    Article
    Avatar of ghblogGitHub Blog·4y

    Improving your GitHub feed

    GitHub is launching a new feed to help developers find inspiration and celebrate each other’s work. The feed will be an evolving space, specific to you and your community on GitHub. As you follow your favorite projects or developers on GitHub you’ll see their activity start to be highlighted more often in your feed.

  12. 12
    Article
    Avatar of devtoDEV·4y

    Professional Git Workflow & GitHub Setup for (React) Developers (incl screencast)

    If you’re a solo developer working on your own projects your Git workflow is usually simple: You work on the main (or master) branch all day every day. Professional teams use processes and workflows to prevent this from happening. Watch the video below to see me walk through one cycle of the workflow.

  13. 13
    Article
    Avatar of hashnodeHashnode·4y

    Github Actions

    G Github Actions are a platform to automate Developer Workflow. Actions can install software for the environment, set up authentication, or automate complex sets of tasks. The most common workflow for your repository is the Continuous Integration and Continuous Delivery (CI/CD) pipeline. With, Github Actions the setup process for a pipeline is easy.

  14. 14
    Article
    Avatar of medium_jsMedium·4y

    OverVue 6.0: Vue’s Most Popular Prototyping Tool Just Got Better

    OverVue is a prototyping tool for Vue.js that has been brought up to speed with the latest features of Vue 3. The release of version 6.0 introduces several updates to boost performance, significantly improve the user experience, and reduce your code burden. OverVue’s new features will now allow you to export your projects in TypeScript (utilizing Vite) and leave notes on components that export as comments in your Vue files.

  15. 15
    Article
    Avatar of hashnodeHashnode·4y

    Make your GitHub Profile Stand out!

    Your GitHub Profile has the power to replace your Resume. If made right people can get opportunities through their GitHub Profiles only. In this article, we learn how you can make your GitHub Profile stand out. Add a header image that depicts you, really helps. Be unique and use your creativity to show people who you are.