iHateReading — software development tutorials

iHateReading is a software development learning platform that breaks programming topics into step-by-step threads, roadmaps, templates, and curated developer resources. The homepage lists practical tutorials for React, Next.js, Node.js, JavaScript, TypeScript, AI tooling, and product engineering. Each thread is a short, structured walkthrough you can skim, bookmark, and reuse while building. Use iHateReading when you need a concrete implementation path rather than a long essay: how to add auth, ship a SaaS starter, submit a product to directories, follow a frontend or backend roadmap, or scan GitHub trending repositories. Start from the article index at /blog, or the machine-readable list at /articles.json. Continue to Explore for curated blogs, Roadmaps for skill paths, Store for website templates, Jobs for developer roles, and SaaS Directories for launch lists. Machine-readable index: https://ihatereading.in/llms.txt. Latest articles JSON: https://ihatereading.in/articles.json. RSS: https://ihatereading.in/rss.xml (also /feed.xml). Blog sitemap: https://ihatereading.in/sitemap-blogs.xml. Sitemap index: https://ihatereading.in/sitemap_index.xml. About: https://ihatereading.in/about.

Machine-readable index: https://ihatereading.in/llms.txt. XML sitemap: https://ihatereading.in/sitemap.xml. Agent instructions: https://ihatereading.in/agent-instructions.md.

Home / Articles

Articles

334 software development threads on iHateReading. Canonical URL pattern: /t/{slug}. Also available as RSS and articles.json.

  1. Nov 12, 2025

    Animated Gradient Generator app

    Hello and welcome to new blog Today's story is about building an Animated Gradient Generator. Well, the idea came into mind because of gettemplate.website prem…

    Read thread
  2. Nov 6, 2025

    How we build website templates

    Hello and welcome to the new blog In today's section, we will be discussing how to build the website templates. The story begins with working on multiple proje…

    Read thread
  3. Oct 28, 2025

    October 27 letter

    Hello and welcome Yes, you heard right $9 million as annual recurring revenue. Recently, I got the news about Kuse.ai . Kuse has touched almost 1Million USD as…

    Read thread
  4. Oct 25, 2025

    15 Landing Pages Code and Design

    Build your next idea with instant landing page to validate it before launching MVP

    Read thread
  5. Oct 15, 2025

    October 15 2025

    Hello and welcome to the new blog You know, as a Freelancer, while working with multiple clients, I've found a few things as a gap or so-called repetitive work…

    Read thread
  6. Oct 12, 2025

    October 12 letter

    Inspired by this Tweet I want to make something small but workable, probably like a single React component application Meaning it should only be one file appli…

    Read thread
  7. Oct 11, 2025

    October 11 letter

    Few things trending in full-stack frontend domains

    Read thread
  8. Oct 10, 2025

    1000+ India cities unplash images, latitude longitude, airbnb listings and more

    October 10 letter, Biggest dataset for Indian Tourism

    Read thread
  9. Oct 9, 2025

    Building Icon Selector Modal

    October 9 2025, letter I've witnessed Notion and other advanced editors, and each one of them basically gives me a way to change the file/folder icons in the s…

    Read thread
  10. Oct 8, 2025

    Simplest and quickest blog website

    Build static content website using Nextjs React

    Read thread
  11. Oct 6, 2025

    Whats happening in programming

    More information for @today i.e. 6th October 2025

    Read thread
  12. Sep 30, 2025

    Developers' library for React, Next templates

    Hello and welcome I am Shrey, creator of gettemplate.website It's a collection of React and Nextjs code templates for developers worldwide. I launched it 3 mon…

    Read thread
  13. Sep 27, 2025

    One-Click Website Source Code for Developers

    Hello and welcome As a founder, I have been working on this new product for the past 3/4 months, and after a decent launch, I’ve decided to revamp the website,…

    Read thread
  14. Sep 27, 2025

    Web scraping

    The art of finding new npm packages is no longer an art because one can curiously keep asking questions to LLM or GPT to quench their curiosity But still readi…

    Read thread
  15. Aug 27, 2025

    Anima vs Figma Make

    A Practical Comparison b/w Anima AI Playground and Figma Make

    Read thread
  16. Aug 15, 2025

    POST API for pushing content on Devto

    First of all let's see the code below This endpoint is my simple automation API that takes a blog from our website, iHateReading, using the title of the blog a…

    Read thread
  17. Aug 13, 2025

    Crawling and Searching

    Finding answers on Internet is still most important API to build

    Read thread
  18. Aug 7, 2025

    150 lines of AI Web Search Agent

    Hello and welcome to the new blog In today's story, we will build a simple web search AI agent in a few lines of code, without complicating things. Hono is wha…

    Read thread
  19. Aug 4, 2025

    Medium API automation

    Hello and welcome to the new blog In today's story, we will be building a simple API automation posting tool that posts our website content on my specific Medi…

    Read thread
  20. Aug 2, 2025

    Smallest AI Agent

    Hello and welcome to the new blog In today's story, we will be building the smallest AI agent to learn the concept of and LLM app. I'll be using hono, getting …

    Read thread
  21. Aug 1, 2025

    Vector Search using Vector Embeddings

    Along with using Fusejs to add search on the website

    Read thread
  22. Jul 29, 2025

    iHateReading: Breaking down software development

    Under the Hood Well, the story begins way back in 2021/22, post-COVID. Honestly, it begins way back during my first job in 2019, I was in Mumbai, India, workin…

    Read thread
  23. Jul 29, 2025

    Generating summary for 300+ articles

    Running Ollama locally, how LLM works under the hood

    Read thread
  24. Jul 26, 2025

    BHVR

    Bun Hono Vite React: New framework for full-stack devs

    Read thread
  25. Jul 25, 2025

    Getting Started with Honojs

    This blog post demonstrates building a fast and efficient blog API using Hono.js, a lightweight JavaScript web framework. The author shows how to quickly set u…

    Read thread
  26. Jul 24, 2025

    Mathematics behind animations on the website

    animation = combination of states OR a collection of data points

    Read thread
  27. Jul 18, 2025

    Event Loop

    This blog post explains the Node.js event loop, a crucial concept often asked in interviews. The event loop is single-threaded but achieves concurrency by hand…

    Read thread
  28. Jul 17, 2025

    React AI Code Generator

    Building one using Gettemplate, Next, React and Vercel AI SDK

    Read thread
  29. Jul 16, 2025

    Few things to know

    This blog post highlights several tools and resources for developers. It covers: * **Canine:** An open-source, cost-effective hosting platform alternative to H…

    Read thread
  30. Jul 10, 2025

    API for LLM applications

    This blog post describes a set of AI LLM API endpoints built using Next.js serverless functions and the Vercel AI SDK. The endpoints, shown in a provided scree…

    Read thread