Topic:   Hotwire

Learn Product and Code: DNS, WebSockets, and Profile Picture AI

In this episode of Ventures, I (https://www.reddit.com/user/wclittle) continue from last week’s screencast to discuss WebSockets, DNS, and Profile Picture AI. I talk about how you can get involved with the Q1 product and code cohort I’m leading (apply here: https://forms.gle/dtVA1bQ9xATRrPW29), how rare it is to actually be good at “product”, Prota Ventures slack group for investors and entrepreneurs, a deeper dive into how web requests are packed on the server side with Ruby on Rails, and the future of Rails vs. Low-Code/No-Code.

Hotwire with Turbo Frames, Turbo Streams, StimulusReflex, and CableReady :: Full-stack web development "Hello World" tutorials for entrepreneurs: Part 8 of 10

This post is part 8 of a 10-part series within a series that is designed to teach full-stack web development for entrepreneurs. Here we’ll dive into the recently released Hotwire stack with Ruby on Rails and leverage Hotwire’s Turbo Frames and Turbo Streams. We’ll compare side-by-side how Turbo Frames can be used alongside StimulusReflex, and how CableReady can be used to expand upon the current feature set of Turbo Streams. In addition, since we already set up a comparable “Hello World” example in Redux/React in parts 5, 6, and 7 of this mini-series, we’ll demonstrate how “HTML over the wire” solutions like Hotwire and StimulusReflex/CableReady can potentially save startup founders a significant amount of time - compared to Redux/React - to achieve modern, reactive web experiences for users.

Course Update :: Technical Founder Training :: Dec 29, 2020

Since writing up the first seven parts of this “Hello World” tutorial series within a series a few weeks ago, a few notable things have been released: Ruby 3.0, Rails 6.1, and Hotwire.