Charlie Joel

Charlie Joel @charliejoel

About: 📰 charliejoel.dev

Joined:
Aug 1, 2021

Charlie Joel
articles - 10 total

3 ways your team can improve code quality

Pair programming with new hires Even if the new hire is a great developer, they will...

Learn More 4 0Apr 25 '22

6 tips to avoid headaches in SCSS

1. Never style elements This is probably the biggest cause of headaches, at least in my experience....

Learn More 25 2Dec 13 '21

Don't mix Tailwind with CSS

Tailwind is the new kid on the block; it's fast, it's got a tiny footprint, and it encourages a new...

Learn More 2 1Dec 3 '21

!!null = false: How to evaluate any expression to a boolean

Here is a quick trick that I've been enjoying quite a bit. I'll start with this expression as an...

Learn More 9 12Nov 1 '21

Progressing from a beginner to intermediate developer

So, you're not a complete beginner anymore: You've built a few webpages, learned the basics of HTML,...

Learn More 965 25Sep 20 '21

How to use Next.js + React Query for insane loads times with dynamic content

Stale-while-revalidate has some exciting implications for the future of web performance: by serving...

Learn More 4 0Sep 13 '21

How to keep Tailwind DRY

There's many complaints I see online about Tailwind: it's WET, not DRY, it's the same as inline...

Learn More 200 16Aug 6 '21

6 reasons to use Tailwind over traditional CSS

1. Tiny bundle size = incredible performance When in development mode, the size of Tailwind's output...

Learn More 235 7Aug 5 '21

How to love Tailwind

In recent years there's been a rise in what some people call utility-first CSS frameworks: Taking an...

Learn More 14 3Aug 3 '21

React Query with Next.js ISR: Static websites with dynamic content

What is stale-while-revalidate? If there's any one technology I'll be keeping an eye on in the next...

Learn More 14 0Aug 1 '21