Best of GitHubMarch 2023

  1. 1
    Article
    Avatar of ghblogGitHub Blog·3y

    GitHub Copilot X: The AI-powered developer experience

    GitHub Copilot is the world's first at-scale generative AI development tool made with OpenAI’s Codex model, a descendent of GPT-3. It will also join our voice-to-code AI technology extension we previously demoed, which we’re now calling GitHub Cop Pilot Voice.

  2. 2
    Article
    Avatar of pointerPointer·3y

    an open-source alternative to GitHub Copilot server

    This post discusses building a locally hosted alternative to GitHub Copilot using the SalesForce CodeGen models inside NVIDIA's Triton Inference Server with the FasterTransformer backend.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Daily.dev is like Reddit meets Stack Overflow

    Daily.dev is like Reddit meets Stack Overflow. The three-year-old startup wants to help software developers connect, share knowledge and discuss all that’s happening across their ecosystems. The company announced its first institutional funding, securing a $11 million seed tranche from a slew of backers including lead investor Aleph.

  4. 4
    Article
    Avatar of tilThis is Learning·3y

    The Awesome Side of GitHub - Awesome Lists

    Discover the awesome side of GitHub with Awesome Lists, which are curated repositories containing lists of resources on various topics.

  5. 5
    Article
    Avatar of planetpythonPlanet Python·3y

    Open Source ChatGPT Models: A Step-by-Step Guide

    Alpaca is based on Meta's large-scale language model. It is designed to be accessible to academicians and individuals who want to build their own chatbots without the need for expensive hardwares, commercial solutions. It can be used to generate text which spreads misinformation, racism and hatred towards vulnerable sections of society.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    GitHub - Product Information, Latest Updates, and Reviews 2024

    GitHub is a popular platform for source control and collaboration. Recent launches include the Shopify Store Traffic API and the micro-gl library for computing vector graphics without GPU. The platform also offers pro tips for users to enhance their experience.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    3 Mistakes to Avoid If You Want to Get Hired Remotely

    Learn about the common mistakes to avoid when applying for remote developer positions and the importance of having a strong online presence. Discover ways to improve your online presence as a developer.

  8. 8
    Article
    Avatar of tilThis is Learning·3y

    Code Review on a GitHub Pull Request from Visual Studio Code

    Learn how to review a GitHub Pull Request from Visual Studio Code, see the advantages of reviewing from the editor, and discover how to add comments to a Pull Request. Part of a video series on the GitHub+VSCode workflow.

  9. 9
    Article
    Avatar of thevergeThe Verge·3y

    Twitter says source code was leaked on GitHub, now it’s trying to find the culprit

    Twitter says source code was leaked on GitHub, now it's trying to find the culprit. Twitter has asked for the names and IP addresses of anyone who downloaded the code. The name of the account is listed as “FreeSpeechEnthusiast,” in an apparent reference to Twitter CEO Elon Musk.

  10. 10
    Article
    Avatar of communityCommunity Picks·3y

    10 Reasons why you should contribute to Open-Source on GitHub today

    Explore the advantages of contributing to open-source projects on GitHub, including landing job opportunities, making connections, and learning new technologies.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    Everything you need to know about GitHub Copilot X

    GitHub Copilot X is an upgraded version of GitHub Copilot, built on top of GPT-4. It offers chat and voice functionality, AI-generated documentation, natural language in CLI, and generated descriptions for pull requests.

  12. 12
    Article
    Avatar of communityCommunity Picks·3y

    Why you should sign your commits with gpg.

    This post discusses the importance of signing commits with GPG and how it helps to verify the authenticity of commits on platforms like Github.

  13. 13
    Article
    Avatar of tilThis is Learning·3y

    What the FORK are you doing?!

    Learn about forking a repository on GitHub, its importance for collaboration, the difference between forking and cloning, and how to maintain a forked repository.

  14. 14
    Article
    Avatar of communityCommunity Picks·3y

    Duolingo · GitHub

    Duolingo empowers its engineers with GitHub Copilot and Codespaces to increase developer speed, improve code review turnaround time, and remove barriers to using engineering as a force multiplier for expertise.

  15. 15
    Article
    Avatar of electronElectron·3y

    10 years of Electron 🎉

    Electron has become one of the most popular frameworks for building desktop applications today. The first commit to the repository was on March 13, 2013. Electron v1 was released in 2016, promising increased API stability and better docs and tooling. The road to the decade mark has been long and winding.

  16. 16
    Article
    Avatar of ghblogGitHub Blog·3y

    How to automate your dev environment with dev containers and GitHub Codespaces

    Learn how to automate your dev environment using dev containers and GitHub Codespaces. GitHub Codespaces is a cloud-based development environment hosted by GitHub in an isolated Docker container. Dev containers enable you to preconfigure and automate your development environment using a `devcontainer.json` file. By adding this file, you can streamline your setup process, install dependencies, start the development server, and even install VS Code extensions automatically. With GitHub Codespaces, you can start coding faster, automate startup processes, and code from anywhere using a modern browser.

  17. 17
    Article
    Avatar of amplicationAmplication·3y

    Guarding Your Routes in NestJS

    NestJS Guards are classes with a single goal to determine whether the route handler should handle a request. They can be used to prevent unauthorized access to endpoints in your application by checking if a user has the necessary permissions to access a specific resource. The Guards we write can protect either individual route handlers or a group of route handlers.

  18. 18
    Article
    Avatar of tcTechCrunch·3y

    GitHub takes down repository containing Twitter’s source code

    GitHub takes down repository containing Twitter's source code. Twitter filed a petition in the District Court of Northern California asking GitHub to take down the code and also help it find the perpetrator. The code-hosting site didn’t say if any users were able to access the repository before the company took it down.