Ankur TyagiforCodeRabbit Blogcoderabbit-blog.hashnode.dev·Dec 4, 2024How to Setup Python Code Reviews With CodeRabbitThis is the second in a series of posts we intend to write about how to do code reviews as simply and quickly as possible. In the last article, we discussed how CodeRabbit helps boost productivity and spot issues in large TypeScript projects, and it’...34 readsWeb Development
Aravind PutrevuforCodeRabbit Blogcoderabbit-blog.hashnode.dev·Nov 18, 2024How to Fix 20 Common PHP Issues With AIPHP is still one of the most popular languages for server-side scripting because it’s simple, adaptable, and backed by an extensive library of frameworks and tools. However, its widespread adoption also comes with common coding challenges that can le...37 readsproduct
Aravind PutrevuforCodeRabbit Blogcoderabbit-blog.hashnode.dev·Nov 8, 20245 Code Review Anti-Patterns You Can Eliminate with AIHave you ever let a bug slip through because the pull request was too big to review properly? That's a typical anti-pattern. Trying to review a massive chunk of code in one go often leads to mistakes slipping through the cracks. Breaking it into smal...29 readspopular
David Carrdcblogdev.hashnode.dev·Jan 30, 2023Adding pinned posts with LaravelLet's say you have a blog and have posts ordered by their published date. Later you decide you want to pin certain posts. Pinned posts should be displayed before any other posts regardless of their published date. The Solution You can accomplish this...103 readsLaravel