rotem-horovitz
    _hello_about-me_blog_snippets_projects_games
find me in:
privacy
_tags:
  • Agentic AI Development: From Zero to Hero

    April 30, 20266 parts

    A six-part deep dive into AI coding agents — what they are, how to use them, and how teams are building with them.

    agentic-developmentaillm
    • Part 1

      The New Stack: Understanding Gen AI, LLMs, and Why They Matter

      7 min read
    • Part 2

      What is an AI Coding Agent? A Practical Breakdown

      7 min read
      coding-agents
    • Part 3

      Prompting, Context & Control: How to Actually Work with Agents

      8 min read
      prompting
    • Part 4

      Integrating Agents into Your Development Workflow

      8 min read
      workflow
    • Part 5

      Agentic Development at Team Scale

      8 min read
      team-workflow
    • Part 6

      Choosing Your Agent Stack: A Practical Comparison

      11 min read
      tooling
  • Can pretext Replace DOM Text Measurement — and Should It?

    March 31, 20267 min read

    I went in skeptical. A JS library that claims to beat the browser at text layout? Here's what I found: live benchmarks, real demos, and an honest verdict.

    performancejavascripttypography
  • Building a Browser Game with react-game-engine

    March 11, 202611 min read

    A practical guide to the Entity-Component-System pattern in React, using a snake game as a working example.

    reactgamedevarchitecture
  • The `satisfies` Keyword in TypeScript (Or: Having Your Type Cake and Eating It Too)

    March 10, 20254 min read

    Explore TypeScript's `satisfies` keyword — how it validates your data without sacrificing type inference. Learn when and why to use it over traditional type annotations, with real-world examples.

    typescript
  • The Do’s and Don’ts of Clean, Reusable React JSX

    February 27, 20253 min read

    Golden rules for writing JSX that’s clean, maintainable, and pleasing to your fellow developers.

    reactjsxbest-practices
  • React Component Structure: The Calm, Predictable Way

    February 27, 20253 min read

    A clean, consistent, scalable structure for React function components.

    reactcomponentsarchitecture