Frontendmasters Courses
885 subscribers
1 photo
7.9K videos
2.04K links
#frontendmasters courses

source: https://frontendmasters.com/courses

Channel for automated uploaded courses from frontendmasters.com

Our Channels:
@vue_courses
@vue_updates

Contacts:
@Black_Yuzia
Download Telegram
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
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
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
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