Media is too big
    VIEW IN TELEGRAM
  12. B-Tree Internal Deletion
#lesson
  #lesson
Media is too big
    VIEW IN TELEGRAM
  14. Adjacency Lists & Matrices
#lesson
  #lesson
Media is too big
    VIEW IN TELEGRAM
  17. Spanning Trees & Prim's Algorithm
#lesson
  #lesson
Media is too big
    VIEW IN TELEGRAM
  20. Ford-Fulkerson- Max Flow
#lesson
  #lesson
Media is too big
    VIEW IN TELEGRAM
  21. Ford-Fulkerson- Min Cut
#lesson
  #lesson
Media is too big
    VIEW IN TELEGRAM
  22. Factorials & Fibonacci
#lesson
  #lesson
Title: HTMX & Go
Description: Are you wanting an alternative to complicated UI frameworks? Make web app development simpler using HTMX. Using Go on the backend, you’ll learn the grug way (it’s just HTML, btw) for building interactive web experiences!
Link: https://frontendmasters.com/courses/htmx/
Time: 2 hours, 1 minutes
Lessons: 17 / 17
Tags: #course #frontendmasters #720p
  
  Description: Are you wanting an alternative to complicated UI frameworks? Make web app development simpler using HTMX. Using Go on the backend, you’ll learn the grug way (it’s just HTML, btw) for building interactive web experiences!
Link: https://frontendmasters.com/courses/htmx/
Time: 2 hours, 1 minutes
Lessons: 17 / 17
Tags: #course #frontendmasters #720p
Frontendmasters
  
  Simplify Web App Development with HTMX & Go
  Are you wanting an alternative to complicated UI frameworks? Make web app development simpler using HTMX. Using Go on the backend, you’ll learn the grug way (it’s just HTML, btw) for building interactive web experiences!
  Media is too big
    VIEW IN TELEGRAM
  1. Introduction
ThePrimeagen introduces HTMX and shares personal experiences in the web programming world, reflecting on the evolution of technologies like jQuery and React. They express discontent with certain aspects of modern web development and explain why they find HTMX appealing for its simplicity and ease of use. The lesson covers various topics, including some history of hypermedia, the speaker's journey in web development, and their reasons for favoring HTMX.
- https://theprimeagen.github.io/fem-htmx/
#lesson
  ThePrimeagen introduces HTMX and shares personal experiences in the web programming world, reflecting on the evolution of technologies like jQuery and React. They express discontent with certain aspects of modern web development and explain why they find HTMX appealing for its simplicity and ease of use. The lesson covers various topics, including some history of hypermedia, the speaker's journey in web development, and their reasons for favoring HTMX.
- https://theprimeagen.github.io/fem-htmx/
#lesson
Media is too big
    VIEW IN TELEGRAM
  2. Project Setup
ThePrimeagen provides instructions for setting up the necessary tools and dependencies for the course. They also emphasize the importance of actively engaging with the material and encourage students to use the Chrome debugger for troubleshooting.
- https://theprimeagen.github.io/fem-htmx/lessons/introduction/requirements
- https://github.com/ThePrimeagen/fem-htmx-proj
#lesson
  ThePrimeagen provides instructions for setting up the necessary tools and dependencies for the course. They also emphasize the importance of actively engaging with the material and encourage students to use the Chrome debugger for troubleshooting.
- https://theprimeagen.github.io/fem-htmx/lessons/introduction/requirements
- https://github.com/ThePrimeagen/fem-htmx-proj
#lesson
Media is too big
    VIEW IN TELEGRAM
  3. Creating an HTTP Server
ThePrimeagen guides the students through building a simple HTTP server using the Echo framework in Go. They explain how to set up the server, create an index page using HTML templates, and render the template with data. The final result is a server that displays a count of how many times the page has been requested.
- https://theprimeagen.github.io/fem-htmx/lessons/htmx-basics/htmx-basics
#lesson
  ThePrimeagen guides the students through building a simple HTTP server using the Echo framework in Go. They explain how to set up the server, create an index page using HTML templates, and render the template with data. The final result is a server that displays a count of how many times the page has been requested.
- https://theprimeagen.github.io/fem-htmx/lessons/htmx-basics/htmx-basics
#lesson