Best of GitHub — May 2024
- 1
- 2
DEV·2y
Mastering Git: 13 Advanced Techniques and Shortcuts for Efficiency
Learn advanced techniques and shortcuts for Git to enhance your development workflow and productivity. Topics covered include combining add and commit, creating aliases for Git commands, amending commit messages, force pushing, reverting changes, using Codespaces, stashing changes, renaming the main branch, viewing pretty logs, debugging with bisect, automating commit consolidation with autosquash, leveraging hooks for custom scripts, and safely destroying things in Git history.
- 3
freeCodeCamp·2y
How to Create Your Personalized GitHub Profile Page – GitHub Profile README Guide
Learn how to create a personalized GitHub profile page that showcases your skills, projects, and personality. Follow the steps to create a new repository, set up your repository, and add content to your README file.
- 4
- 5
- 6
DEV·2y
Open Source Essentials : Mastering Git, GitHub, Issues, and Best Practices for Beginners
This post provides a beginner's guide to open source, covering topics like the benefits of open source, installing Git, contributing to projects, best practices for contributors, and common roles in repositories.
- 7
GitHub Blog·2y
5 tips to supercharge your developer career in 2024
Learn actionable tips to supercharge your developer career in 2024, including becoming a pro at prompt engineering, learning shortcuts and hacks for GitHub, brushing up on soft skills, using AI to secure code, and attending GitHub Universe 2024.
- 8
AWS in Plain English·2y
Setting Up a CI/CD Pipeline Using AWS and Jenkins: Beginner’s Guide
Learn how to set up a CI/CD pipeline using AWS and Jenkins with Maven. The pipeline consists of a CI instance, CD instance, and S3 bucket. Jenkins is connected to GitHub via webhooks for triggering builds. Maven is used for building automation. The built package is deployed to an S3 bucket and continuously monitored by the CD instance for deployment to the production environment. The deployment status is displayed using CD EC2 CLI.
- 9
- 10
- 11
- 12
Tech With Tim·2y
Python AI Agent Tutorial - Build a Coding Assistant w/ RAG & LangChain
Learn how to build a custom AI agent using Lang chain and retrieval augmented generation. Query information about GitHub repositories and create a coding or GitHub assistant. Utilize tools like GitHub Vector search database to store and retrieve issues. Build an AI agent that can summarize and respond to different issues.
- 13
- 14
- 15
- 16
- 17
- 18
- 19
Substack·2yHow to Build a Data Analytics Portfolio
Learn how to build a data analytics portfolio by including projects that showcase skills like exploratory data analysis, data visualization, and business acumen. Use GitHub to organize your projects and create a comprehensive ReadMe page to highlight your accomplishments, methodology, and business recommendations.
- 20
- 21
- 22


