Best of Tech With TimJune 2025

  1. 1
    Video
    Avatar of TechWithTimTech With Tim·51w

    How I Plan My Coding Projects

    A comprehensive nine-step process for planning coding projects covers everything from defining project goals and target users to selecting tech stacks and deployment strategies. The methodology emphasizes starting with clear objectives, writing user stories, designing data models, ruthlessly scoping an MVP, creating simple wireframes, considering future scalability, choosing appropriate architecture, selecting the right technology stack, and following a structured development process. The approach prioritizes planning as a foundation that accelerates development rather than slowing it down, helping developers avoid scope creep, technical debt, and rebuilding work.

  2. 2
    Video
    Avatar of TechWithTimTech With Tim·49w

    How to Learn Coding Fast and Never Forget It

  3. 3
    Video
    Avatar of TechWithTimTech With Tim·50w

    Python Advanced AI Agent Tutorial - LangGraph, LangChain, Tools & More!

    A comprehensive tutorial on building advanced AI agents using LangGraph, LangChain, and Firecrawl. The guide demonstrates creating a coding research assistant that follows structured multi-step workflows to research developer tools and frameworks. It covers both simple agent creation using MCP servers and advanced implementations with custom workflows, structured outputs using Pydantic models, and controlled agent flow through graph-based state management.

  4. 4
    Video
    Avatar of TechWithTimTech With Tim·51w

    How To Build a FastAPI & React Full Stack App | Clerk, Databases, LLMs & More

    A comprehensive guide to building a full-stack application using FastAPI for the backend and React for the frontend. The tutorial covers implementing authentication with Clerk, setting up databases with SQLAlchemy, integrating OpenAI's API for generating coding challenges, and creating a complete user interface with routing and state management. The project demonstrates building a coding challenge generator with user quotas, question history, and multiple-choice questions powered by AI.