Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Learning Go the Slow Way: Building Projects Instead of Following Tutorials.
26+ min ago (630+ words) Like a lot of beginners, I started learning Go the usual way: tutorials, courses, and coding along with someone who had already solved every problem. It felt productive. I finished lessons, learned the syntax, and everything seemed to make sense....
Without Exception: How Neander Programs Fail
23+ min ago (1050+ words) Neander has no exceptions. No try, no catch, no finally. A call to one of the host application's APIs returns something closer to Rust's Result: either the answer, or the reason there is no answer. In place of a catch…...
1 Startup Series: Connecting my Admin frontend to the backend
19+ min ago (244+ words) Published on Feb 16th, 2023 My solar energy startup platform FasoLara has reached a new milestone recently and I decided to start a new blog series about it! The platform is currently open source, but I am using a private fork to…...
16 Redesigning my Portfolio Website
20+ min ago (540+ words) Published on Aug 18, 2025 I have installed Cursor on my laptop this weekend, and I am amazed at how much it speeds up my coding. I have a new debugging buddy!! This week, I have made several updates to the Portfolio…...
Day 3 of Demolishing my Stack of Unfinished Projects: SmartNotes Project
20+ min ago (780+ words) Published on Aug 18th, 2025 After successfully implementing a chatbot based on ChatGPT in my portfolio (as detailed in my previous "Redesign Portfolio" post), I was feeling pretty good about myself. The AI integration was working smoothly, users could ask questions about…...
Day 1 of Demolishing my Stack of Unfinished Projects
20+ min ago (147+ words) Published on July 3rd, 2022 We have all been there.. We all have that long list of unfinished side projects that we hope to complete some day.. If you're anything like me, that 'some day' is always eluding you and never getting…...
[Boost]
19+ min ago (19+ words) Our incident-response agent got the root cause wrong 7 times out of 12. It still never made a......
The Day My AI Taught Me That Passing Tests Means Nothing
23+ min ago (536+ words) I never set out to build VentureTwin AI as just another chatbot. The idea was much bigger than answering questions. I wanted to build a digital twin that could understand a student's entire journey—their projects, certifications, technical skills, academics,…...
Day 4 of Demolishing my Stack of Unfinished Projects: Secret Chat
20+ min ago (930+ words) Published on Aug 21st, 2025 Welcome back to my "Demolishing My Stack of Unfinished Projects" series! This week, I'm excited to share the story of how I transformed a simple chat idea into a fully-featured, production-ready real-time messaging application called CodeniChat (formerly…...
I Built Flowstate Because We Somehow Made Productivity More Complicated Than The Actual Work
30+ min ago (510+ words) Humans built some of the most advanced technology in history. We still struggle with: "What should I actually focus on today?" That is the problem I wanted to solve. So I built Flowstate. We have never had more productivity tools....