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 โ๏ธ
16.04.2025 20:02
๐ 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!
15.04.2025 00:17
๐ 0
๐ 0
๐ฌ 0
๐ 0
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!
12.04.2025 00:45
๐ 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/...
09.04.2025 17:50
๐ 0
๐ 0
๐ฌ 0
๐ 0
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;`
07.04.2025 23:44
๐ 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 ๐
04.04.2025 20:06
๐ 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.
02.04.2025 22:31
๐ 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 ๐
31.03.2025 22:21
๐ 0
๐ 0
๐ฌ 0
๐ 0
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
17.03.2025 16:58
๐ 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
14.03.2025 20:47
๐ 0
๐ 0
๐ฌ 0
๐ 0
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
12.03.2025 21:26
๐ 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.
10.03.2025 20:26
๐ 1
๐ 0
๐ฌ 0
๐ 0
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...
10.03.2025 20:26
๐ 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!
06.03.2025 18:57
๐ 2
๐ 0
๐ฌ 0
๐ 0
Love, didn't know this existed!
04.03.2025 06:47
๐ 0
๐ 0
๐ฌ 0
๐ 0
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...
04.03.2025 01:10
๐ 1
๐ 0
๐ฌ 1
๐ 0
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!
28.02.2025 17:40
๐ 0
๐ 0
๐ฌ 0
๐ 0
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!
27.02.2025 02:08
๐ 0
๐ 0
๐ฌ 0
๐ 0
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...
24.02.2025 21:55
๐ 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!
21.02.2025 23:33
๐ 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.
19.02.2025 13:49
๐ 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!
17.02.2025 20:17
๐ 0
๐ 0
๐ฌ 0
๐ 0
No @tailwindweekly.bsky.social tomorrow folks, dealing with some health issues ๐. Hope to be back next week!
08.02.2025 00:54
๐ 4
๐ 0
๐ฌ 2
๐ 0
Muchas gracias Javier por la invitacion!
04.02.2025 03:18
๐ 0
๐ 0
๐ฌ 0
๐ 0
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...
03.02.2025 20:53
๐ 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!
31.01.2025 23:35
๐ 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! ๐ค๐ป
29.01.2025 22:56
๐ 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 โ๏ธ
27.01.2025 23:35
๐ 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.
25.01.2025 00:20
๐ 2
๐ 0
๐ฌ 1
๐ 0