Jan 15 · 6 min read · From the time I understood the basic working of React-based websites and components, the feature of inline editing, which many tools use, had been nagging me. How was it done?I seemed pretty simple and staightforward right? You simply click on the da...
Join discussionJan 3 · 4 min read · Most Todo apps are web apps.This one isn’t. In this article, I’ll walk through building a command-line Todo application in Go, focusing on real backend concepts like file handling, data modeling, and clean CLI design—without touching frontend code. I...
Join discussion
Nov 13, 2025 · 3 min read · Banyak orang berpikir bahwa untuk membuat aplikasi, kita harus kuliah di jurusan teknik informatika, hafal algoritma, atau jago matematika.Tapi kisah ini membantah semua itu. Ada seseorang — bukan dari dunia IT, bukan juga dari kampus teknologi terna...
Join discussion
Oct 14, 2025 · 1 min read · Continued with PlanIt-Lite project, added some more new features to it:1. Delete task functionality2. Edit task functionality3. Mark task as complete/incomplete4.UI Polish Github Repo Link - yashi-15/PlanIt-Lite My next thought, another feature we ca...
Join discussionOct 13, 2025 · 1 min read · Project Title: PlanIt-Lite (ReactJS, TailwindCSS) This is a lighter version of my previously developed project, PlanIt. This is the first and easiest project of this challenge. It will be a single-page frontend project where users can create, edit, d...
Join discussionAug 30, 2025 · 9 min read · In this article, we will learn what Agent AI is and how we can use this agent to create a Todo app in React. What Agent AI is ?? Agent AI is essentially about giving “arms and legs” to Large Language Models (LLMs). While an LLM alone can only generat...
Join discussionAug 25, 2025 · 4 min read · Introduction Every developer has that one project that forces them to grow beyond their comfort zone. For me, it was building a secure serverless to-do application from scratch — an end-to-end project that touched every stage of the software developm...
Join discussion
Aug 19, 2025 · 2 min read · As developers, we've all been there. You download a task app, spend 20 minutes configuring it, create elaborate project hierarchies, and somehow end up managing the app more than your actual tasks. The productivity paradox is real. Research shows wor...
Join discussion