codestuff2's profile picture. Dad of 2. JavaScript makes me happy. Senior engineer @AdHocTeam working on http://va.gov. I make waffles on the weekend.

Adam Whitlock

@codestuff2

Dad of 2. JavaScript makes me happy. Senior engineer @AdHocTeam working on http://va.gov. I make waffles on the weekend.

Adam Whitlock 已轉發

While stuck in a "backlog grooming" meeting reddit.com/r/programmerhu…

PR0GRAMMERHUM0R's tweet image. While stuck in a "backlog grooming" meeting reddit.com/r/programmerhu…

Adam Whitlock 已轉發

Created an architecture map of @LangChainAI 's open source library! It's powerful stuff, but unintuitive how the different pieces slot together. Take a look if you're trying to get a conceptual overview of it: app.heptabase.com/w/12484a51f631… (thx @Heptabase)

sammakesthings's tweet image. Created an architecture map of @LangChainAI 's open source library!

It's powerful stuff, but unintuitive how the different pieces slot together. Take a look if you're trying to get a conceptual overview of it:

app.heptabase.com/w/12484a51f631… (thx @Heptabase)

Adam Whitlock 已轉發

⭐️ github.com/epicweb-dev/ep… ⭐️ Give it a look as a favor to me. If you like what you see, give it a star as a favor to others.


Looks slick!

Introducing keyzz (keyzz.dev) Was tired of switching between OpenAI's usage page and other API consoles to see how much $ was being spent, so I built a home for them. Made with @nextjs @tailwindcss and @shadcn's UI *API keys are encrypted and only stored locally



Adam Whitlock 已轉發

Tools for better thinking Collection of thinking tools and frameworks to help you solve problems, make decisions and understand systems. 🔗: untools.co

101babich's tweet image. Tools for better thinking

Collection of thinking tools and frameworks to help you solve problems, make decisions and understand systems.

🔗: untools.co

Adam Whitlock 已轉發

🔍 Now in the latest @nuxt_js DevTools, you are able to inspect the elements, open the corresponding source right inside the embedded VS Code, and edit them with HMR! FULL FEEDBACK LOOP - make changes without the need to learn project structure - or even leave the browser! 🤯


Adam Whitlock 已轉發

Want to learn how big Next JS Projects are created and coded? Use these 5 open source projects to learn:

FarhanSoftware's tweet image. Want to learn how big Next JS Projects are created and coded?

Use these 5 open source projects to learn:

Adam Whitlock 已轉發

I'm excited to announce my first 🆓 video course on Epic Web 🌌 epicweb.dev/tutorials/depl… 🎈 In this 15 video tutorial, you'll learn how to make your application ⚡ without compromises by deploying your web apps on the edge (including data)! Check it out! 🌐


Adam Whitlock 已轉發

I've worked on many design systems and UI kits in my life, but never thought I'd be making one for the terminal 🤓 I've been working on Ink UI the past few days. It's a small set of customizable components for your Ink apps. Will share more soon!


Adam Whitlock 已轉發

me onboarding the new hire

trashh_dev's tweet image. me onboarding the new hire

Adam Whitlock 已轉發

Radix -> Oku ✨ ⚡️ Vue Support ♻️ Nuxt Support 🔥 Volar Support ⚡️ If you want it to open early, read the readme. Github: github.com/oku-ui/primiti…

oku_ui's tweet image. Radix -> Oku ✨ 

⚡️ Vue Support
♻️ Nuxt Support
🔥 Volar Support
⚡️ If you want it to open early, read the readme.

Github: github.com/oku-ui/primiti…

Adam Whitlock 已轉發

I created a vue package for authenticating users with @vuejs and @supabase . It's an exact replica (or maybe close) of their own Auth UI (for React). You can view it here - npmjs.com/package/auth-u…


Adam Whitlock 已轉發

Things will calm down... 🧵

DT_comic's tweet image. Things will calm down... 🧵

This is a great idea!

Wouldn't it be nice to put a deadline to your TODOs and FIXMEs so that they become linter warnings after that date? If so, I made an ESLint rule for you 🙃

radexp's tweet image. Wouldn't it be nice to put a deadline to your TODOs and FIXMEs so that they become linter warnings after that date?

If so, I made an ESLint rule for you 🙃


Adam Whitlock 已轉發

Now we can animate CSS Grid too css-tricks.com/animating-css-… With it, we can finally make height 0→auto animation stefanjudis.com/snippets/how-t…

sitnikcode's tweet image. Now we can animate CSS Grid too
css-tricks.com/animating-css-…

With it, we can finally make height 0→auto animation
stefanjudis.com/snippets/how-t…

Adam Whitlock 已轉發

It’s here. Shipping the biggest update for the components. ◆ Theming with CSS variables. ◆ A CLI for installing components. ◆ New components: Card, Skeleton, Date pickers... ◆ Updated docs. Check it out: github.com/shadcn/ui Free and Open Source.


Adam Whitlock 已轉發

Most underrated terminal command.

dannypostmaa's tweet image. Most underrated terminal command.

Adam Whitlock 已轉發

Problem: You want to run multiple npm scripts at the same time. Solution: 1. Use npm-run-all. 2. Give related scripts a common prefix. Then you can run scripts in parallel like this:

housecor's tweet image. Problem: 
You want to run multiple npm scripts at the same time.

Solution:
1. Use npm-run-all.
2. Give related scripts a common prefix.

Then you can run scripts in parallel like this:

Adam Whitlock 已轉發

The world would be a better place if everyone used this eslint config: github.com/cpojer/vite-ts…


Adam Whitlock 已轉發

Why I prefer const: It encourages a single, immutable declaration. This is often simpler. Note how the logic using let below is much more syntax and noise. showRequiredLabel is set 3 times. 👎 With const, it’s referenced once, and the reader knows it can’t change. 👍

housecor's tweet image. Why I prefer const: 

It encourages a single, immutable declaration. This is often simpler.

Note how the logic using let below is much more syntax and noise. showRequiredLabel is set 3 times. 👎

With const, it’s referenced once, and the reader knows it can’t change. 👍

Loading...

Something went wrong.


Something went wrong.