Advertisement ยท 728 ร— 90

Posts by Vivian Guillen

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 โœŒ๏ธ

1 year ago 0 0 0 0

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!

1 year ago 0 0 0 0
Preview
WIP We are a community of makers who help each other ship project.

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!

1 year ago 0 0 0 0

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/...

1 year ago 0 0 0 0
CSS code for @import "tailwindcss";  @theme {   --color-*: initial; }

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;`

1 year ago 1 0 0 0

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 ๐Ÿ˜„

1 year ago 1 0 0 0

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.

1 year ago 2 0 0 0

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 ๐Ÿ˜„

1 year ago 0 0 0 0
Preview
CrossOver runs the Windows software you need on Mac and Linux. Don't buy a Windows license, don't reboot and don't use a Virtual Machine. Try a free trial of CrossOver to run your Windows software on Mac and Linux.

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

1 year ago 0 0 0 0
Tailwind Weekly Get our free, 5 min weekly newsletter. Used by 2,200+ people to be better Tailwind CSS developers.

I got a cool product announcement for tomorrow's @tailwindweekly.bsky.social. Sign up so you don't miss it!

tailwindweekly.com

1 year ago 0 0 0 0
Advertisement

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

1 year ago 2 0 0 0

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.

1 year ago 1 0 0 0
Preview
servers/src/postgres at main ยท modelcontextprotocol/servers Model Context Protocol Servers. Contribute to modelcontextprotocol/servers development by creating an account on GitHub.

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...

1 year ago 0 0 1 0

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!

1 year ago 2 0 0 0

Love, didn't know this existed!

1 year ago 0 0 0 0
Preview
Laravel Artisan - Visual Studio Marketplace Extension for Visual Studio Code - Run Laravel Artisan commands within Visual Studio Code

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...

1 year ago 1 0 1 0
Post image Post image

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!

1 year ago 0 0 0 0
Preview
Don't Double Book Me Prevent double bookings by syncing Google Calendars in real-time. Avoid scheduling conflicts โ€” try it free, only $20/year.

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!

1 year ago 0 0 0 0
Advertisement
Preview
Deploying Statamic with Laravel Cloud Laravel Cloud is a fully managed infrastructure platform. It's relentlessly optimized for Laravel and PHP. It's our favorite way to deploy Statamic sites that need to scale.

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...

1 year ago 1 0 0 0

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!

1 year ago 1 0 0 0

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.

1 year ago 0 0 0 0

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!

1 year ago 0 0 0 0

No @tailwindweekly.bsky.social tomorrow folks, dealing with some health issues ๐Ÿ˜”. Hope to be back next week!

1 year ago 4 0 2 0
Preview
Storing Content in a Database Statamic stores your content in "flat files" by default, however, as you scale, you might reach a point where a traditional database might work better. In this short article, we'l show you how to move your entries (& other content) into a database.

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...

1 year ago 0 0 0 0

Muchas gracias Javier por la invitacion!

1 year ago 0 0 0 0
Advertisement
Laracon EU Amsterdam 2025 Day 1
Laracon EU Amsterdam 2025 Day 1

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...

1 year ago 0 0 0 0

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!

1 year ago 1 0 0 0

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! ๐Ÿคž๐Ÿป

1 year ago 2 0 0 0

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 โœŒ๏ธ

1 year ago 0 0 0 0

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.

1 year ago 2 0 1 0