Oluwadamisi SamuelforfreeCodeCampfreecodecamp.org·Oct 29, 2024How to Improve and Restructure Your Codebase with AI Tools & Version ControlA codebase can become messy and hard to manage over time. This happens because of quick fixes, outdated features, or just not enough time to clean things up. When code becomes difficult to read or change, it slows down progress and can even cause bug...Discussbest practices
Lasse R.lassetech.hashnode.dev·Oct 18, 2024Pull Request Size: Impact on Code QualitySmall pull requests lead to better code quality. Here's why: PRs under 200 lines get reviewed faster and more thoroughly Smaller PRs have fewer bugs and merge quicker Large PRs (400+ lines) often get poor reviews and more defects Key takeaways: ...DiscussPull Requests
Arya M. Pathakarya2004.hashnode.dev·Oct 13, 2024How to Write a High-Quality Pull Request: A Comprehensive GuidePull requests (PRs) are integral to modern software development, particularly in collaborative environments. Whether you're working on a private team or contributing to open-source projects, writing a high-quality PR is essential to ensure your chang...Discuss·10 likesHacktoberfest Essentials#hacktoberfest
Erhan ÜRGÜNerho.dev·Oct 9, 2024Bir GitHub Projesine Nasıl Katkı Sağlanır?GitHub, dünyanın en popüler kod paylaşım platformlarından biridir. GitHub üzerinde milyonlarca açık kaynaklı proje bulunmaktadır. Bu projelere katkı sağlamak, hem projenin gelişmesine katkıda bulunmanızı sağlar hem de diğer kullanıcılarla etkileşime ...Discuss·10 likes·125 readsOtherErhoDev
Prem Choudharyprem14choudhary.hashnode.dev·Sep 29, 2024Github for a DEVOPS Beginners...!!Basic GIT commands: git init - initialize an empty git VCS(version control system) repository. git status - for knowing untracked files. git add file_name.ext - for add file to staged. git commit -m “added file_name files“. git restore file_name...Discussgit ma
Harsh Goswamicoderg-tales.hashnode.dev·Sep 26, 2024Managing Collaboration in Projects with GitHub 🌟🚀 This blog will cover best practices for managing local development with live code on GitHub. ✨ GitHub is more than just a version control system; it’s a platform that fosters collaboration among developers. With features like branching, pull reque...Discuss·1 likeCodeQuaily
Developer Fabiodeveloperfabio.hashnode.dev·Sep 3, 2024Enhancing Team Collaboration and Code Quality through Effective Pull RequestsPull requests (PRs) are a cornerstone of collaborative software development, providing a structured mechanism for team members to review, discuss, and improve code. By using PRs, developers can share their changes with the team, initiate in-depth dis...DiscussPull Requests
Airat Yusuffkhairahscorner.hashnode.dev·Aug 23, 2024How to Automatically Assign Reviewers To GitHub Pull RequestsHave you ever collaborated on a GitHub project in a small-sized team, where anyone could review your PRs, but you would need to manually add everyone as a reviewer for 'fastest fingers first'? In this post, I'll share how you can quickly set up GitHu...Discuss·98 readsResourcesgithub-actions
Lucas ROURETrouret.hashnode.dev·Aug 11, 2024Effective Team Strategy for Code IntegrationPull Requests (PRs) are a crucial tool in the life of any tech project. They enable the introduction of new features and bug fixes, but they offer much more than that! They foster discussion Help identify business logic errors Improve code quality...Discuss·116 readsPull Requests
Muhammad Yafi Alhakimyafi.hashnode.dev·Aug 7, 2024My First Open-Source Contribution Translating ReactJS Pages to Indonesian LanguageHi, I'm Yafi, and I recently had the opportunity to contribute to the open-source project ReactJS by translating some of its pages to Indonesian language. In this post, I'll share my experience with you and explain why I think contributing to open-so...DiscussGitHub