Tshering lamaforJoBins Engineeringblog.jobins.jp·Sep 28, 2023Effective Pull Request Reviews in LaravelIntroduction Hey there! Pull Request (PR) reviews are super important in making sure that the code in Laravel projects is high-quality, easy to maintain, and reliable. Whether you're a pro at Laravel or just starting, this guide is here to help you u...Discuss·4 likesLaravel
Axel Lonnforsaxelbob.hashnode.dev·Sep 22, 2023Improving developer productivity by preventing and addressing technical debt with AISoftware engineers and developers are typically among the most expensive labor forces within organizations. The average base salary for software engineers in San Francisco was $167K a year. Because of this, it is unsurprising that one of the main pri...DiscussWeMakeDevs
Axel Lonnforsaxelbob.hashnode.dev·Sep 22, 2023Quality Assurance using AI Code ReviewsAs software developers and data scientists, we have had whole weeks burnt on codebase maintenance. We've had bugs in our codebase that date back to when we first made our first git project commit. We have come across many challenges that come with ma...DiscussAI
Temitope Ogunleyeogunleye.hashnode.dev·Sep 16, 2023The Day in the Life of a Future-Forward Thinker: Exploring Code Reviews and More!Today has been a fascinating and productive day, marked by thought-provoking conversations and a deep dive into the intricacies of code quality and software development. Let's take a journey through the day, touching on key milestones that might just...Discuss·10 likescode review
Dwayne McDanielforGitGuardiangitguardian.hashnode.dev·Sep 8, 2023dev up 2023: Leveling up our dev skills, security posture, and careersOne theory about the Gateway Arch is that it is a giant staple connecting the Midwest to the Great Plains. Bridging the Mississippi River, it does really connect East to West in the US. It is also home to a vibrant tech community that is working to c...DiscussSecurity
Vishal Urankarvvu060.hashnode.dev·Sep 8, 2023Title: Mastering GitHub Pull Requests: Best Practices for Efficient CollaborationIn the world of software development, efficient collaboration is key to delivering high-quality code. GitHub pull requests (PRs) are a fundamental tool for achieving this goal. They not only facilitate code review but also help maintain a clean and w...DiscussGitHub
Lê Công Tuấntuanlc.hashnode.dev·Sep 2, 2023Making the code review process enjoyableKeys takeaway Doing coding reviews is one of the fastest ways of spreading knowledge among team members Bring an open mind to learning and sharing to build a good culture in your team, making the code review process enjoyable for both reviewers and...Discuss·12 likes·45 readscode review
ADrandomdraw.hashnode.dev·Aug 31, 2023A Good Code Review ProcessWhat is Code Review? Code review is a process in which one or more developers examine the source code of a computer program to find errors, improve its clarity, and make sure it meets coding standards. Code reviews can be performed by the author of t...Discuss·10 likescode review
Animesh PathakforKeploy Community Blogcommunity.keploy.io·Aug 29, 2023Code Integrity Explained: Building Trust in SoftwareAs tech enthusiasts, have you ever wondered how your favourite apps and programs manage to stay secure amidst the ever-evolving landscape of cyber threats? Well, the answer lies in a concept called "Code Integrity." In this blog post, I'll take you o...Discuss·40 likes·57 readsTesting
Pierre-Henry Soriapierrehenry.hashnode.dev·Aug 29, 2023Write Clean, Efficient & Scalable CodeClean Code Guideline for JavaScript Developers Learn the best practices and coding standards for clean and professional quality code that lasts long. Every day, I review hundreds of lines of code. Brand new micro-services, new features, refactoring, ...Discussclean code