Profile avatar
minch.dev
Full Stack Engineer • Building Things + Sharing The Process #Nuxter 👀 › https://encryptedlist.xyz › https://deadlines.minch.dev
109 posts 31 followers 84 following
Prolific Poster
Active Commenter

I'd say: 1️⃣ build something you want _for yourself_ 2️⃣ learn in order to achieve your objective 3️⃣ get to 'reward points' as quickly as possible - achievable wins 👌 4️⃣ ship + iterate - don't be afraid to make mistakes roe.dev/ama #ama

Made some improvements to the EncryptedList database to make updates simpler. #buildinpublic

I really need to create an admin UI for EncryptedList. I have to write raw SQL statements whenever I have to make changes to the database. encryptedlist.xyz

I started working on a module that allows you to add a feedback widget to your @nuxt.com apps and sites. You will be able to define a method for submissions (e.g. email, GitHub, custom API endpoint) and own your data. I’ll be releasing it soon.

Stumbled upon this at my local library 🏎️. Really getting into this sport thanks to that Netflix docuseries. Fascinating stuff.

I knew it. Docus is making a comeback. 😎🙌 Confirmed on the latest @dejavue.fm podcast.

Another good one from @dejavue.fm featuring @atinux.com

Does anyone know how to work with path aliases (`@/…`) within @nuxt.com modules? Currently working on one that involves Shadcn-Vue. Components use aliases for importing utils and manually changing each one is tedious.

It's all coming together...👨‍💻

we are delighted to announce that nuxt v4 alpha ships TODAY! 🎉 ... and we're aiming for a stable release of v4 by the end of the month. (nuxt v5 will come later this year once nitro v3 is ready) 👉 you can read the full article at nuxt.com/blog/roadma...

Currently working on a Nuxt module and almost done with the basic functionality.

Attended my first ever meetup today. It was very cool getting to meet other tech people in the area. Modern Web ATL, AtlantaJS, @refactr.tech, @reactatl.dev and VueATL #meetup #javascript #atlanta

⏰⏰⏰⏰

In this version, I made it easier for visitors to suggest updates and report apps. Submitting new apps is also much simpler. I'm already getting a few reports and submissions. In the old version, I had buried all that under separate pages and complicated forms. Simplicity is the best thing for UX.

React friends! I created an incredible prompt for you: “Migrate this @nextjs.org app to @nuxt.com” You’ll thank me later.

Today I worked on improving database queries to reduce the number of rows read per request (which was insanely high). I created a cache table already containing joins and created triggers to update this table on DML operations. #buildinpublic

Finally opted in to @nuxt.com 4 features for my site and upgraded it to use Nuxt Content v3. minch.dev

Finally going through the Nuxt Content v3 docs to get a better sense of the rewrite. It’s much more powerful now but less opinionated.

Can’t believe I’m just discovering Fontshare fontshare.com

I would like to work on a few projects I have in mind most of which will be made with and for the @nuxt.com ecosystem. I just have to complete a few important todo items from this project first.

Real world web applications built with Nuxt around the world 🌐 nuxt.com/showcase

The @nuxt.com docs are just amazing! You almost don’t need another learning resource.

Readworthy guide on auth thecopenhagenbook.com

#TIL In Node (v22), you can add color to your console outputs using the 'styleText' utility from 'node:util'.

🥳 It's an exciting day! 🥳 Thanks to Webflow GSAP is now 100% FREE - including ALL of the bonus plugins like SplitText, MorphSVG, and all the others that were exclusively available to Club GSAP members. We can't wait to see what you make! gsap.com/blog/3-13

I call that the lightsaber search box.

Very cool. Can’t wait for the Deployment Adapters API to take shape as well. Portability is one of the things I like about @nuxt.com

RedwoodSDK might just be the way I build React apps from now on.

It’s been only a week since I officially published EncryptedList but I have already surpassed the free tier limit on image optimization on Vercel. I don’t know what happened there.

I rebuilt the third version of one of my oldest projects, EncryptedList, from scratch using Next.js. It is now live. Check it out - encryptedlist.xyz Next, I will be working on optimizing database queries because I see a lot of room for improvement. #BuildInPublic