301. | Helping you with Javascript - Live Coding small Javascript Projects | 80 | Let's Play |
|
302. | Stopwatch Timer Tutorial using Svelte and TailwindCSS | 81 | Tutorial |
|
303. | How to program PONG with PYTHON | 81 | Tutorial |
|
304. | Adding a reordering feature to my online course platform | 81 | |
|
305. | Sharing a distributed computing system design from a real software problem | 81 | |
|
306. | Live Coding a Horoscope App using React | 81 | Tutorial |
|
307. | Trying to Learn NeoVim while Working on Hackathon project | 82 | |
|
308. | I may slowly convert to use Solid, SolidStart, and Civet (building a todo app for learning) | 83 | |
|
309. | Working on our Community Project Code Racer (Next, Tailwind, ShadCN/ui, prisma) | 84 | | Code Racer
|
310. | Live Coding a Thesaurus Web Page - HTML, CSS, Javascript | 85 | |
|
311. | Building out a questionnaire site using Hono and HTMX | 95 | |
|
312. | Setting up Auth and Mantine AppShell | Course Platform Part 2 | 85 | |
|
313. | Adding Integration test and e2e cypress tests on my newsletter app | 86 | |
|
314. | Working on a side project in Next.js, Prisma, Next-Auth, T3 Stack | 86 | |
|
315. | CSS Battle - #69 PushOwl | 86 | |
|
316. | Successfully Break into the Software Industry: College vs Bootcamps, Soft Skills, Resumes | 86 | |
|
317. | Working on adding automated tests to my Email Newsletter app | 86 | |
|
318. | When should you abstract code away? (with basic React example) | 88 | |
|
319. | Why I update software dependencies as often as possible (upgrading trpc to v10) | 88 | |
|
320. | How much smaller is an Astro build compared to Next? | 88 | |
|
321. | Python Tutorial: For Loop vs Map vs List Comprehensions | 89 | Tutorial |
|
322. | Users can submit author, title, etc now | full stack next, tailwind, prisma - part 3 | 89 | |
|
323. | Why I don't enjoy using typescript or static languages much | 89 | |
|
324. | How to read command line arguments in Node | 90 | Tutorial |
|
325. | How to host a static website on AWS S3 | 91 | Tutorial |
|
326. | Sequence diagrams can really help you code | 91 | Let's Play |
|
327. | CSS Battle #62 Sunset | 91 | |
|
328. | How I hosted my Astro website | 92 | |
|
329. | Live refactoring a subscribers React code for my side project | 93 | |
|
330. | Join the WebDevCody hackathon with a chance to win 💰 | 93 | |
|
331. | Live refactoring a subscribers Next.js application, plus giving my opinions | 93 | |
|
332. | Absolute vs Relative Positioning CSS Tutorial | 94 | Tutorial | Counter-Strike: Source
|
333. | I'm starting to come around to liking React Testing Library | 95 | |
|
334. | CSS Battle ⚔️ Battle #1 - Missing Slice | 96 | |
|
335. | 100k sub live stream - just chill'n | 97 | |
|
336. | Learning the Basics of Regex in Javascript | 97 | Tutorial |
|
337. | Working on the Course Platform full stack app (t3 stack, mantine, prisma, typescript) | 98 | |
|
338. | This is what shiny object syndrome looks like | 98 | |
|
339. | Refactoring code in our Dungeon Crawl javascript game | 99 | |
|
340. | Addressing some YT comments on my SW API react-query rant video | 100 | |
|
341. | Coding Minesweeper Game Using Javascript & jQuery | 100 | |
|
342. | When over abstracting react code goes too far | 101 | |
|
343. | Building a real time chat application with Vue 3 (composition API) | 101 | |
|
344. | TDD helped me fix a major issue in my side project | 101 | |
|
345. | Working on my T3 Stack SaaS AI Icon Generator | 101 | |
|
346. | Trying to Pair Program and make a ChatGPT Chrome Extension | 101 | |
|
347. | Live coding features - Student can upload their assignment files | T3 Stack | 101 | |
|
348. | Nginx Load Balancer Setup | 101 | |
|
349. | MERN Stack Live Coding | Part 1 | 102 | |
|
350. | HTML5 Game - Rotating Images Towards Mouse | 102 | |
|
351. | Live Coding a Movie Ticket App with Vue | 102 | |
|
352. | Working on my Next.js starter kit | 107 | |
|
353. | How to setup google fonts in next 13 with tailwind css | 103 | Tutorial |
|
354. | Working on the Course Platform full stack app (t3 stack, mantine, prisma, typescript) | 103 | |
|
355. | You're watching coding tutorials all wrong | 104 | Tutorial |
|
356. | Live Coding an Electron Text Editor | 104 | |
|
357. | Adding a search by title filter to my full stack app (next, prisma, tailwind) part 5 | 104 | |
|
358. | Learning Drizzle ORM and working on a next14 project | 108 | |
|
359. | Working on Saas Side Project (Next.js, Tailwind, Prisma, Planetscsale, AI Dall-E) | 105 | |
|
360. | Playing around with Next.js app directory and shadcnui | 105 | |
|
361. | How to Code a Sliding Dropdown Button using Javascript, HTML, and CSS | 105 | Tutorial |
|
362. | What is the difference between React useState and useReducer? | 106 | |
|
363. | Practice with building React components with Tailwind and Typescript | 106 | |
|
364. | Working on our Community Project Code Racer (Next, Tailwind, ShadCN/ui, prisma) | 106 | | Code Racer
|
365. | How I’m training a custom stable diffusion model using replicate | 109 | |
|
366. | Is lifting react state up our only option in react? | 110 | |
|
367. | How to Code an Increment Decrement Counter - Beginner Javascript Practice | 110 | Tutorial |
|
368. | This is why I love drizzle ORM | 541 | |
|
369. | What causes software systems to become too complex | 113 | |
|
370. | What approach do I take to learn new tech | 114 | |
|
371. | Why you should be using feature flags for your web applications | 114 | |
|
372. | Adding filtering to my full stack build order web application (part 4, next.js, tailwind, prisma) | 114 | |
|
373. | Playing around making a vanilla js websocket game | 114 | |
|
374. | Javascript Practice Problems: The Spiral Grid | 114 | |
|
375. | How I created JKnob with a VSCode Language Extension - an interpreted programming language | 116 | |
|
376. | I'm building a REST library for node to learn more about typescript | 117 | |
|
377. | Splice - Array Methods - Javascript Tutorial | 117 | Tutorial |
|
378. | How to Toggle a Christmas Tree - Beginner Javascript Practice | 117 | Tutorial |
|
379. | How to code an AI powered Text Adventure Game (Next.js, Convex, OpenAI, DALL-E) | 119 | Tutorial |
|
380. | Coding a Feedback Modal using TailwindCSS | 119 | |
|
381. | refactoring my react code by making an empty state wrapper component | 119 | |
|
382. | Working on the Course Platform full stack app (t3 stack, mantine, prisma, typescript) | 120 | |
|
383. | An overview of the different types of testing used on software systems | 121 | |
|
384. | I don't know how to use react-query because I didn't read all the docs 🤕 | 121 | Tutorial |
|
385. | This is how you can debug performance issues in your node applications | 122 | |
|
386. | Creating an inventory system on the dungeon crawl game | 122 | |
|
387. | How to setup Supabase email registration with next app router | 122 | Tutorial |
|
388. | Now I’m trying Hono with HTMX | 145 | |
|
389. | How using Strapi with Next14 will help you move fast | 132 | |
|
390. | How do I stay motivated on my coding side projects | 123 | |
|
391. | Working on the Course Platform full stack app (t3 stack, mantine, prisma, typescript) | 123 | |
|
392. | Please don't stop learning to code because of ChatGPT #shorts | 124 | |
|
393. | Why I suggest memorizing code as a beginner developer | 124 | |
|
394. | The MOST IMPORTANT Javascript Array methods to understand (I use these all the time) | 127 | |
|
395. | ⚔️ CSS Battle #1 - Push Button | 127 | |
|
396. | Refactoring and decoupling some react code (dry, kiss, yagni, wet) | 128 | |
|
397. | Building a text adventure RPG using OpenAI and LangChain | 128 | |
|
398. | I think I finally understand typescript generics.... kind of | 128 | |
|
399. | Deploying my app into AWS using Terraform, Serverless, GitHubActions | 129 | |
|
400. | I found this awesome AI chat widget template project | 166 | |
|