In my latest blog post, I dive into some cool tools and concepts that can seriously boost your productivity and understanding of technology. Discover how the Routinery app turns your intentions into actions, and get the scoop on whether you should build or buy your data pipelines. Plus, I explore Meta’s vision for personal superintelligence and introduce a handy tool to spot untested code changes.
- Routinery Habit Tracker & Builder – Intention to Action: Turn your intentions into meaningful actions with Routinery, the routine app and habit tracker that helps you build lasting routines. Discover tools to improve your daily life.
- Build vs. buy data pipeline: How to decide: Build vs. buy data pipelines is a key decision. Explore pros, cons, and when each option fits best.
- Personal Superintelligence: Explore Meta’s vision of personal superintelligence, where AI empowers individuals to achieve their goals, create, connect, and lead fulfilling lives. Insights from Mark Zuckerberg on the future of AI and human empowerment.
- grodowski/undercover: undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports –