Best of GitHubAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Auth.js

    Use with any OAuth 2 or OpenID Connect provider - Built in email / passwordless / magic link. Use with any username / password store.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·3y

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and More

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and more. The platform is centered around the concept of a low-code development environment. Amplication is an open-source development tool designed to simplify and expedite the process of building web applications.

  3. 3
    Article
    Avatar of itnextITNEXT·3y

    Build a Full Stack ReminderApp with React, NextJs, Typescript, ServerAction, Zod, Hook-form, Prisma, and Tailwind

    Build a Full Stack ReminderApp with React, NextJs, Typescript, ServerAction, Zod, Hook-form, Prisma, and Tailwind. Hi everyone, I published my last video: Build a full stack Reminder App.

  4. 4
    Article
    Avatar of taroTaro·3y

    Git Commands Every Software Engineer Should Know

    Pushing Code Changes Status Git is constantly tracking what’s going on as you make changes locally. You can just do a git diff, but that gives you everything you have changed so far which is kind of a mess. Commit is effectively the only git commit command I ever use.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Real-Time Notification System with Go and Kafka

    In this tutorial, you’ll delve into the mechanics of Kafka and then integrate it with Go to develop a real-time notification system. In order to understand this article fully, you should have prior knowledge of Goroutines, the Gin framework, and containerization tools like Docker.

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

    Learning Web Development Together with a Real Project

    The app is currently based on Next.js with TypeScript and Tailwind CSS. We manage some data, specifically from the GitHub APIs using the GraphQL endpoint and React Query. There's a login feature with NextAuth using GitHub as a provider. The project is open to any kind of contribution, from fixing typos to adding new features.

  7. 7
    Article
    Avatar of phProduct Hunt·3y

    Radix Themes - A beautiful component library for building React apps faster

    Radix Themes is an open source component library for building React apps faster. It helps you build faster and makes it easy to create beautiful, accessible interfaces that are a breeze to maintain. Radix UI is rated 5/5 ★ by 21 users.

  8. 8
    Article
    Avatar of ghblogGitHub Blog·3y

    10 things you didn’t know you could do with GitHub Projects

    GitHub Projects have been adopted by program managers, OSS maintainers, enterprises, and individual developers alike for its user-friendly design and efficiency. To help you optimize your usage of GitHub Projects to plan and track your work from start to finish, I’ll be sharing 10 things you can do with GitHub Projects.

  9. 9
    Article
    Avatar of phProduct Hunt·3y

    Code to Image - Turn your code into beautiful images, for free

    ray.so is a tool that turns your code into beautiful images. It is developed by Ray So, and it is available for free on GitHub. You can create stunning visuals of your code that can be used for presentations, blog posts, or even for fun.

  10. 10
    Article
    Avatar of dzDZone·3y

    Formatting API Error Codes for Better Understanding

    Formatting API Error Codes for Better Understanding - DZone FormattingAPI Error Codes. Improve your API's success with effective error code formatting. Join the DZone community and get the full member experience.

  11. 11
    Article
    Avatar of ghblogGitHub Blog·3y

    Why Rust is the most admired language among developers

    For the eighth year in a row, Rust has topped the chart as ‘the most desired programming language’ in Stack Overflow’s annual developer survey. More than 80% of developers report that they’d like to use the language again next year. The language was created less than 20 years ago.

  12. 12
    Article
    Avatar of pointerPointer·3y

    sweepai/sweep: Sweep is an AI junior developer

    sweepai/sweep is an AI junior developer that transforms bug reports & feature requests into code changes. Unlike ChatGPT, Sweep does not require pasting files. We support all languages GPT-4 supports, including Python, JS/TS, Rust, Go, Java, C# and C++. We offer unlimited GPT3.

  13. 13
    Article
    Avatar of hackernoonHacker Noon·3y

    How to Build an Invoice PDF System Using React.js, Redux and Node.js

    How to Build an Invoice PDF System using React.js, Redux and Node.js. The GitHub repository for the project is available for reference. Testing, Debugging, and deployment are covered. The tutorial guides you through building an invoice PDF system using React, Redux, and node.js.

  14. 14
    Article
    Avatar of asayerasayer·3y

    Authentication in Next.js with Clerk

    Clerk is a cloud-based authentication service that aims to simplify the integration of secure authentication in web applications. With Clerk, you can: - Permit users to log in using their Google, GitHub, or other social network accounts that they already have. The template of the Notes Manager application has already been created using Next.

  15. 15
    Article
    Avatar of communityCommunity Picks·3y

    Introducing StoryLite ⚡️, a lightweight alternative to StoryBook

    StoryLite is a lightweight alternative to StoryBook Lightweight drop-in app for rapid React component development and visualisation. It's written in TypeScript and powered by the blazing-fast Vite, it offers a streamlined way to preview your components in an isolated environment without the overhead of a full-fledged Storybook setup.

  16. 16
    Article
    Avatar of communityCommunity Picks·3y

    Automate Your Git Workflow with this Simple Bash Script

    This script aims to automate three core git actions: Switching to the branch you specify. Committing changes with a message you provide and pushing to the specified branch. The magic gives us the count of arguments you've passed in. If it's not two, the script will remind you how to use it.

  17. 17
    Article
    Avatar of ghblogGitHub Blog·3y

    Highlights from Git 2.42

    Open source Git project just released Git 2.42 with features and bug fixes from over 67 contributors, 16 of them new. We covered Git’s new multi-pack reachability bitmaps back in our coverage of the 2.34 release towards the end of 2021.

  18. 18
    Article
    Avatar of pointerPointer·3y

    clockworklabs/SpacetimeDB: Multiplayer at the speed of light

    SpacetimeDB is a relational database system that lets you upload your application logic directly into the database. You can write your entire application in a single language, Rust, and deploy it as a single binary. It is designed to be used for real-time applications like games, chat, and collaboration tools.

  19. 19
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Building a Unified Notification System with GitHub Actions

    Build a Unified Notification System with GitHub Actions with GitHub actions. Explore the power of GitHub actions by integrating with multiple notification services including Slack, Chime, Teams, AWS SNS and more. In this blog, we will explore the process of building GitHub Actions for notifications services to publish actions execution results for Slack, Discord, Teams.

  20. 20
    Article
    Avatar of pointerPointer·3y

    reflex-dev/reflex: 🕸 Web apps in pure Python 🐍

    Reflex has fast refreshes so you can see your changes instantly when you save your code. For simplicity, we just call the OpenAI API, but you could replace this with an ML model run locally. The state defines all the variables (called vars) in an app that can change and the functions that change them.

  21. 21
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Find Good First Issues On GitHub

    A good first issue is a label that GitHub-hosted open source projects use. It describes issues that are reserved for people who are new to open source in general or those new to a particular project. This guide will show you how to harness the power of the good first issues label so you can end up in digital Neverland.

  22. 22
    Article
    Avatar of phProduct Hunt·3y

    AirCode - Serverless Node.js stack for API development

    AirCode is a place for full-stack developers to build API endpoints. AirCode's zero-config design is engineered for speed and efficiency, helping dynamic teams to make great things come true. Launched in API Developer Tools GitHub by AirCode.

  23. 23
    Article
    Avatar of pointerPointer·3y

    livecycle/preevy: Quickly deploy preview environments to the cloud!

    Preevy is a powerful Command Line Interface (CLI) tool designed to simplify the process of creating ephemeral preview environments. It can easily provision a preview environment for any Docker-Compose application in the cloud. It supports affordable VMs from AWS Lightsail, Google Cloud, and Microsoft Azure.

  24. 24
    Article
    Avatar of notedNoted·3y

    Organize your Favorite Links by Group using the Self Hosted NeonLink

    NeonLink is a simple and open-source self-hosted bookmark service. It is lightweight, uses minimal dependencies, and is easy to install via Docker. NeonLink was fun and simple to setup using the provided Docker Compose on the Github Repo.

  25. 25
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Setting up a CI/CD Pipeline Process with Jenkins and Docker in AWS

    Set up a CI/CD Pipeline Process with Jenkins and Docker in AWS in AWS. We will build a simple Flask application, testing it, and deploying it to Docker Hub. The Flask application will be continuously tested while the Docker image is run as part of the pipeline process.