Andrew needs a job and TailwindCSS ViewComponents

July 3, 2020, 1 p.m. (3 years, 9 months ago)
0 Comments

[00:01:03] Andrew fills us in on being laid off from his job and he talks about how his job search is going. 


[00:09:32] Jason asks Andrew how the interviewing process has been going and if he’s had to do any whiteboarding. Andrew tells us what he’s had to do for some interviews. 


[00:14:32] Andrew tells us he’s been redoing his website with BridgetownRB, Tailwind, and little bit of Stimulus. He also mentions Tailwind Builder and what it does. He gives a s/o to Jared White from BridgetownRB who was recently on this podcast. 


[00:20:26] Jason talks about using a Jekyll Tailwind starter kit and working on his Field Help app which he wants to launch now. Andrew tells us about a blog post he wrote on how to integrate Tailwind which is on Dev.to.  and his site his Open Source.   Also, the BridgetownRB site inside the BridgetownRB main repo is another great resource.

 

[00:22:37] Jason’s had some ideas brewing in his mind about Tailwind UI and whether or not he should put in into his field help app.  He has a few ideas that he runs by Andrew, mainly about using View Components, and Andrew gives him some good ideas. 


[00:26:28] Jason is working with making a navigation component which became specific with his app. He made a button component and wonders if you just make a button component and not have a background.  Also, he wonders how do you make that a reusable component for other projects and how would Andrew approach this?


[00:34:47] Andrew tells us about this idea he’s been thinking about for a while. He’s been collecting Tailwind resources and reading a lot of component or design systems in other languages and researching how they’re doing it.

[00:37:04] Andrew explains to us Tailwind’s philosophy and he tells us he’s been working on a style guide system so you can see all the types of your components, all the variants, see the code, and maybe some best practices using it. 

[00:44:53] Andrew mentions Awesome Tailwind CSS where he finds things he likes to use. The other thing he likes to use is Tailblocks.


Sponsor:

Linode



Panelists:

Jason Charnes

Andrew Mason



Links:

“Build and deploy a static site with Ruby, Bridgetown, TailwindCSS, and Netlify” by Andrew Mason

Tailblocks

Awesome Tailwind CSS

Tailwind Builder

BridgetownRB

Bridgetown Ruby with Jared White- Remote Ruby Podcast #78

Andrew Mason 

Andrew Mason Twitter

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Tailwind CSS utility-first CSS with Adam Wathan Tailwind CSS utility-first CSS with Adam Wathan
We have Tailwind CSS author Adam Wathan on to discuss utility-first CSS, and why it’s a viable alternative to using semantic classes or BEM naming conventions. If you’ve heard of utility-first CSS but think it’s a misguided idea, or have only a vague idea of what utility CSS or atomic CSS is, this i...
Using Stitches CSS in JS to Improve on Tailwind CSS Using Stitches CSS in JS to Improve on Tailwind CSS
On this episode, we talk to Christian Alfoni & Fabrice Weinberg about their brand new Tailwind CSS inspired CSS in JS baby, Stitches! Christian & Fabrice talk about the advantages that CSS in JS offers, allowing you to get automatic Critical CSS, have narrowly scoped styles, and skip the Pu...
Chasing Bugs, Redis, Tailwind-Stimulus Controllers, and Superleggera Chasing Bugs, Redis, Tailwind-Stimulus Controllers, and Superleggera
Chris and Jason start their morning talking about different projects they've been working on....
Tailwind UI, Hanami::API, Puma security fixes, and more Tailwind UI, Hanami::API, Puma security fixes, and more
[00:02:13] The guys talk about how Ruby is 27 years old and Rails is 16 years old and how Yukihiro “Matz” Matsumoto is still involved with Ruby since the beginning. [00:03:28] Chris mentions using Python, but Ruby being more flexible and the philosophy of Matz making Ruby so special.  [00:06:45] Jas...
Joined by Adam Wathan: TailwindCSS, Tailwind UI, and ActionView Components Joined by Adam Wathan: TailwindCSS, Tailwind UI, and ActionView Components
In this episode we welcome back a special guest, Adam Wathan, creator of Tailwind CSS. We find out some cool things that have happened in Tailwind, new things that have launched in Tailwind UI, and issues he ran into when building it. Adam tells us about a work system they use called the six-week cy...
Similar Tutorials
Install & Configure Tailwind CSS and Standalone CLI for your Project
Install & Configure Tailwind CSS and Standalone CLI for your Project
Tailwind CSS is a fantastic CSS utility framework that strikes a great balance between sound naming convention and artistic freedom. It allows you to rapidly prototype user interfaces for the web while also manage and ship fully customizable CSS to production. Previously, the only w...