Totally agree with this. Code review is quickly becoming the most important skill for engineers in the AI era. Tools can generate solid code, but judgment, context, and maintainability come from humans. That’s exactly why we built LiveReview(https://hexmos.com/livereview/) — to help teams get better at reviewing and learning from code they didn’t write.
This hits home. I’ve run into the same pain with conventional web-based review tools: slow, nitpicky, and nobody really “owns” the merge. Your kernel-style approach makes a ton of sense — putting the reviewer on the hook changes the dynamic completely. And pushing FIXMEs straight into the branch instead of playing comment-ping-pong? That’s a huge quality-of-life win.
We’ve gone a slightly different route at my team. Instead of reinventing the workflow around Gitolite/IntelliJ, we layered in LiveReview(https://hexmos.com/livereview/). It’s not as hardcore, but it gives us a similar payoff: reviewers spend less time on drudge work because LiveReview auto-catches a ton of the small stuff (we’re seeing ~40% fewer prod bugs). That leaves humans free to focus on the bigger design and ownership questions — the stuff machines can’t solve.
Different tools, same philosophy: make review faster, saner, and more about code quality than bureaucracy.
In this article, we’ll explore various prompt engineering tools, including those for creating prompts, testing and experimenting, managing prompts, and popular prompt libraries on GitHub.
Yeah, got it. Can you recommend some good real projects or web apps to check out for design inspiration? I want to see how design principles are executed in real applications. If they are open source, that's even better—I’d like to check out the code as well
Cool, i will check out the notion list. Plus, I have one more question: how can I structure the code properly? For example, if I have custom UI components, state management, page layout, types, etc., how do I organize this in a proper structure?
for example, checkout folder structure of this project: https://github.com/firecamp-dev/firecamp/tree/main/packages
One-line installations: I usually don't like running multiple commands for installing a CLI tool. curl/wget the setup file and execute it.
Single command -> single step -> no friction.
In our team we recommend this book to new joiners. The principles and methods shared by polya is valid for solving the not only the mathematical problems also engineering problems in effective way.
The Golden Rules: Finding World-Class Excellence in Your Life and Work
I recommend this book by Bob Bowman and Charles Butler is a self-help book that provides guidance on how to achieve world-class excellence in any area of your life. The book is divided into ten chapters, each of which focuses on a different golden rule. Its written in a conversational style and is full of personal anecdotes from Bowman's own life and career.
"Doing a job" by Adm. Hyman G. Rickover, He was known for his high standards and demanding personality, he was also a brilliant engineer and leader who made significant contributions to the development of the nuclear Navy.
I prefer to choose a JavaScript mini-project and build it from scratch rather than going through the slides. The real pain of learning something lies in the errors. Also, https://eloquentjavascript.net/ is a good resource for JavaScript beginners to start their journey.