Topic:   Redux

Web development for startups vs. enterprises, StimulusReflex vs. React, and New Magic with Ruby on Rails :: with Joe Clarke and David Parrott

In this episode of Ventures, my guests Joe Clarke (TaskBill.io) and David Parrott (ProtaVentures.com) and I dive deep into the world of web development. We discuss its history over the past few decades, languages and frameworks, tools for entrepreneurs, tips for those learning to code, and thoughts about the upcoming “New Magic” from the Rails and Basecamp communities.

Redux, Rails, and ActionCable :: Full-stack web development "Hello World" tutorials for entrepreneurs: Part 7 of 10

This post is part 7 of a 10-part series within a series that is designed to teach full-stack web development for entrepreneurs. Here we’ll dive even further into Redux by wiring it up with ActionCable from Rails.

Sending form data with Redux and React :: Full-stack web development "Hello World" tutorials for entrepreneurs: Part 6 of 10

This post is part 6 of a 10-part series within a series that is designed to teach full-stack web development for entrepreneurs. Here we’ll dive even further into Redux and React, which we introduced in part 5.

Redux and React :: Full-stack web development "Hello World" tutorials for entrepreneurs: Part 5 of 10

This post is part 5 of a 10-part series within a series that is designed to teach full-stack web development for entrepreneurs. Here we’ll begin diving into Redux and React.

Learn to code with skills for business, product design, and collaboration: a curriculum for entrepreneurs

While there are plenty of amazing “learn to code” options out there, what’s often missing from their content is an integrated business curriculum for engineers building digital products, especially in a team setting. My goal with this curriculum is to teach from the ground-up a toolset for (1) rapidly prototyping software applications, (2) establishing an architecture that is ready to scale, and (3) integrating business and entrepreneurship fundamentals so that - as an engineer - you can be maximally effective to help drive revenue and customer satisfaction.

Evolution toward one-way data flow: A quick introduction to Redux

So you’re starting to wake up and realize that React is seriously winning. Perhaps you’ve also heard about Redux but never bothered to dive in to understand what it is and why you should use it. Well, now is the time to get up to speed and get in the game. I’ll give you a quick back-story then dive into some code.

Seven reasons why a Rails, Redux, React, and React Native stack is fantastic for new startups

Here are the reasons why I'm all-in with this software stack.

Adding Webpack with Hot Module Replacement to speed up Redux/React/Sass development within a Rails5-app

Piggy-backing on my previous post "Rails5, ActionCable, Redux, and React: Walking through an example chat application" I was curious how difficult it would be to spin up a webpack server with hot module replacement (HMR) alongside Rails (i.e. firing it up on another port) to speed up development of the Redux/React/Sass parts of the app.

Rails, ActionCable, Redux, and React: Walking through an example chat application

I spent some time over the holiday break wrapping my head around Rails with Redux. This will be an interesting stack to consider.