Introducing Spring—my first ever @figma plugin! 🤩
After animating a lot recently, I found myself clicking around too much
👀 Spring lets you quickly add triggers and preset curves between frames
(P.S - design is a work in progress, i just wanted to get the code working 😅)
💡CSS techniques: "The Backlight"
Using a blur filter you can create an elegant backlight (or a "smart shadow") effect for your images.
In a pseudo-element:
1⃣ `inherit` a background
2️⃣ blur it
3⃣ put it behind the main element using z-index
Here's how it works:
I've finally updated my React Kawaii project to use TS. The project is now a monorepo, with the website built using Next.js and Radix UI. As a designer, tackling monorepos, TypeScript, and package creation was tough, but I think I managed it! 😅 https://t.co/L8ssiVX39O
Did you know that elephants can swim?
Our newest extension, pg_lakehouse, transforms Postgres into a DuckDB alternative. pg_lakehouse makes it easy to join and move data between Postgres and data lakes like S3.
https://t.co/KEWJn82nq4
#tinyCSStip Want a box with a fixed aspect-ratio which always touches either the horizontal or the vertical edges? Use CSS `min()` for both the `width` and the `height`.
Live test on @CodePen https://t.co/8Ty9ahqksL
Because I saw https://t.co/41gDhPPmBy and yikes! 😱
Building Local-First apps?
The legend @jmeistrich has built a sync plugin for Supabase into Legend-State and the DX is 🔥
Give it a try and let us know what you think!
👉 https://t.co/Xky3pUBkOi
PostGIS is my favorite Postgres extension allowing you to get up and running with maps on Supabase!
If you want to create any apps that makes the use of maps or geography data, here is a video for you 👇
Did you know you can get the query plan from the Supabase client libraries?
Just append .explain() and it will return the query planner 🚀
Enable the feature on your Supabase instance with the short SQL snippet, and make sure you only run it on the dev instance ⚠️
¡Tremendas Animaciones CSS para Tailwind!
✓ Plugin sin configuración
✓ +70 transiciones diferentes
✓ Personaliza duración, delay y más
Te dejo instrucciones en el primer comentario ↓
Need an app idea?
1. Open Ahrefs
2. Type in a domain with AI tools
3. View organic keywords
4. Filter on Keyword: Alternative
5. Add CPC > 1.00 to filter for keywords in demand
You'll see a list of tools people are NOT happy with!
Implemented this credits system with @supabase x @lmsqueezy 🍋
A credit order fires a webhook that updates the database and also sets everything client side with @nextjs cookies + server actions 🍪
Here it is end to end! 🚀 No sign-in, etc. required ⭐️