
I think most solo founders/small startups forget marketing is a core piece of the equation when pursuing a new idea. It has been the toughest thing to get ri...
0 comments
•626 reads
I think most solo founders/small startups forget marketing is a core piece of the equation when pursuing a new idea. It has been the toughest thing to get ri...
0 comments
•626 reads
Ruby on Rails and its routing capabilities make creating new resources and URL structures a breeze. This guide is a walk-through of some use cases for routin...
0 comments
•2237 reads
Long before I took interest in design or code I was a musician (and still am). I don't talk about this much so I figured I might summarize who I was before m...
0 comments
•348 reads
Ever since starting this blog and my YouTube channel I knew teaching had a special place in my heart. I don't consider myself the best at much of anything bu...
0 comments
•472 reads
As I took a quick break from my other series ([Let's Build for Ruby on Rails developers](https://web-crunch.com/collections/lets-build-for-ruby-and-rails-dev...
2 comments
•2346 reads
In this guide, we take a look at creating button components using Tailwind CSS. Combined with PostCSS we can craft custom component-based classes that group ...
0 comments
•4864 reads
Almost every software developer today knows at least a little bit about Git. In order to go beyond this "little bit", I'd like to show you seven short comm...
3 comments
•1725 reads
Continuing on from part 18 I progress with front-end validation using the [V...
0 comments
•737 reads
In this guide, I create a series of Tailwind CSS card components inspired by the Bootstrap framework. The amount of variants you ...
0 comments
•2663 reads
In part 18 of this Let's Build for Ruby and Rails developers series I begin adding more stateful UI to the mix to help improve the user experience as well as...
0 comments
•678 reads
Welcome to a new ongoing tutorial mini-series dedicated to building an API-driven Ruby on Rails application.
The goal of this series is to give some persp...
2 comments
•3876 reads
Scopes are used to assign complex ActiveRecord queries into customized methods using Ruby on Rails.
Inside your models, you can define a scope as a new me...
4 comments
•4264 reads