Had my monthly financial meeting with my biz partner & she asked why I buy so many different AI API credits ๐
I said that every 3-4 months, there's a new coding model that's miles ahead of everything else and a game changer for some tasks.
What a time to be alive โ๏ธ
Posts by Vivian Guillen
I have been testing the new OpenAI v4.1 model on Cursor, and it's very impressive ๐คฏ . Right now, it's free on Cursor while they test it out, so it would be a good time to try a trial!
Whenever I need motivation to work more on my side projects I like to browse the timeline on wip.co.
Very inspiring to see so many people consistently working on their thing!
This happened yesterday in my city and it's been a terrible 36 hours to say the least. The dead count increases by the hour.
Please hug your loved ones tonight and pray for the families in this tragedy. May the Lord have mercy on them.
www.cnn.com/2025/04/08/...
CSS code for @import "tailwindcss"; @theme { --color-*: initial; }
Tailwind Tip ๐ฅ
Working with the default Tailwind CSS colors is great, but for some projects, you may have your own color palette.
If you only want to see your own colors in the autocomplete, then just add this to your `@theme` config: `--color-*: initial;`
I had to translate a massive style guide into code today, and the new Gemini model did it on the first try!
I just pasted a Figma screenshot in cursor and gave format examples for the utility classes.
A 2h+ task turned into 30m ๐
Tailwind Tip ๐ฅ
Use `size-4` (or a higher number) for perfectly square SVG icons, including heroicons! And always set the `viewBox` attribute for best results.
Perfect for when you want to align multiple icons vertically.
After surgery and 10 days of recovery, I'm finally back! Nothing life-threatening, thankfully, but stuff that needed to be done.
Now I'm back to work on @tailwindweekly.bsky.social, @codelier.bsky.social, and a cool project I secretly launched on the last issue of @tailwindweekly.bsky.social ๐
I discovered this desktop app that lets you play Steam games on your Mac over the weekend, and I love it!
Paired with my Apple Studio Display and M3 Max processor, the games look so freaking good ๐ .
www.codeweavers.com/crossover
I got a cool product announcement for tomorrow's @tailwindweekly.bsky.social. Sign up so you don't miss it!
tailwindweekly.com
Added 4 more books to @codelier.bsky.social ๐ฅ
- "The Imposter's Handbook" by Rob Conery
- "The Art of PostgreSQL" by Dimitri Fontaine
- "Functional Programming, Simplified" by Alvin Alexander
- "Database Performance at Scale" by the ScyllaDB team
One tip for connecting it to a remote db, you may need to append "&sslmode=require" at the end of your "postgres://XXX" connection snippet.
I've been getting into using MCPs with Cursor lately, and I'm loving this Postgres MCP. I like that I can easily connect to my Laravel Cloud db and query it right in the editor.
github.com/modelcontex...
I'm diving deeper into PHP and wanted to memorize the most popular functions so I added an Anki deck (PHP - Top 100 functions) to my favorite flashcards app: mochi.cards.
Mochi is a dream for developers: supports spaced repetition, AI, markdown, keyboard shortcuts & more!
Love, didn't know this existed!
Starting a new Laravel project with my friend Matt. After defining the db schema, I had to create models, migrations, controllers, etc.
This VSCode plugin REALLY sped up the process and worked perfectly in Cursor.
marketplace.visualstudio.com/items?itemN...
I bought into the hype and bought one of those CO2 monitors. It arrived today, and shockingly, my office was in the danger zone ๐จ.
I opened the windows and turned on my fan, and after a few minutes it went into the safe zone. Can't believe I was breathing poison for so long!
I manage 3 Google calendars: work, my company & personal. I used to manually copy over events to avoid double bookings until I found dontdoublebookme.com.
It's a simple little microsaas that, for just $20/year, syncs all my calendars automatically. So incredibly useful!
Laravel Cloud is here, so I'm migrating everything I can to it.
The @statamic.bsky.social team already shared their recommendations, and the TL;DR is to either use a DB or disable the control panel in production.
I'll go the DB route ๐
statamic.dev/deploying/l...
Since using Cursor, I've automated a lot of small things in my life.
The latest is a little API that connects my Oura ring to Beeminder, and if I don't get to sleep before midnight, then I have to pay ๐คฃ .
Last week, I averaged an 11:30 pm bedtime; silly but effective!
Tip of the day ๐ก
While testing the eloquent driver for @statamic so I could deploy it to Laravel Cloud, I found an issue.
Since Laravel Cloud only supports Postgres right now, using UUID for entry IDs instead of Bigint saves you a lot of headaches & errors with the migration.
Fail of the week ๐
: I forgot to enable email notifications on my @codelier.bsky.social submission form and completely missed 2 excellent resources!
I just added them today. Thanks, John Koster and Per Borgen, for your submissions!
No @tailwindweekly.bsky.social tomorrow folks, dealing with some health issues ๐. Hope to be back next week!
While looking forward to the Laravel Cloud launch, I asked on the Statamic Discord chat if one could host Statamic on Laravel Cloud.
It turns out there's a way! You need to switch to the eloquent driver, so all your content will live in the DB instead.
statamic.dev/tips/storin...
Muchas gracias Javier por la invitacion!
I'm incredibly impressed by Taylor Ortwell's Laravel EU keynote about Laravel Cloud. The last feature I needed to switch was Object Storage, and it seems it'll be ready by launch on the 24th.
Here's the timestamp if you want to watch the full keynote
www.youtube.com/live/Gk8pX7...
I just had my first-ever podcast interview on the Republica Web Spanish podcast; we chatted about @tailwindcss.com, the @tailwindweekly.bsky.social newsletter, and tech in general. I'll post the link as soon as it's live.
Muchas gracias Javier por invitarme!
I gave a tech talk today at my main job about Tailwind v4, and everybody loved the "everything is a CSS variable" feature.
We still need to use the tailwind config for some internal tooling stuff, but with v4, we plan to finally move away from SCSS.
Fingers crossed! ๐ค๐ป
The CLI on Tailwind CSS v4 is incredibly fast ๐ฏ
I'm adding a new page to a legacy project with no budget for a full upgrade so I installed the CLI, directed it to a .css file and the experience is as smooth as with PostCSS or Vite.
Proof the team thought of everything โ๏ธ
Already migrated a few sites to Tailwind CSS v4 and started using it on a client project. It's so fast!
I thought I would hate not having a config file but I'm actually loving it all being just CSS.