6d ago · 9 min read · In the previous article, I wrote and flashed my first bare metal AVR program without using the Arduino IDE. We blinked the onboard LED of the Arduino UNO using AVR GPIO and Timer1. I mentioned earlier
Join discussionJun 2 · 3 min read · A year ago, I started learning programming. Like many beginners, I began by building small projects, experimenting with different technologies, and trying to understand how software actually works. Ev
Join discussionMay 25 · 13 min read · In the previous article, I set up the AVR toolchain on Linux. Now it’s finally time to write and flash the first bare metal AVR program without using the Arduino IDE. Blinking a LED on microcontroller
Join discussionMay 18 · 8 min read · Introduction In this article, we will look at fundamentals of linked lists. Linked list is a really powerful data structure especially when you deal with insertion and deletion. Imagine an array with
Join discussion
May 8 · 13 min read · Every time I pushed to GitHub, the ritual was the same: SSH into the server, git pull, restart the process (hoping the port was free), and pray nothing broke. Logs were scattered, rollbacks were manua
Join discussion