does_it_code's profile picture. Co-Founder of @Resqcontrol | PHP (Laravel) Developer @Codana_agency | Laravel enthousiast | selfhosted hobbyist

Noah Gillard

@does_it_code

Co-Founder of @Resqcontrol | PHP (Laravel) Developer @Codana_agency | Laravel enthousiast | selfhosted hobbyist

你可能會喜歡
Noah Gillard 已轉發

This man breaks LLMs until he gets put on a list...


Noah Gillard 已轉發

Pro tips when using Git hooks in your Laravel project 👇 1. Store hooks in .hooks to version them with Git. 2. Add "git config core.hooksPath .hooks" to your Composer setup script to link the hooks during setup after cloning the repo. Super easy, zero dependencies.

zepfietje's tweet image. Pro tips when using Git hooks in your Laravel project 👇

1. Store hooks in .hooks to version them with Git.

2. Add "git config core.hooksPath .hooks" to your Composer setup script to link the hooks during setup after cloning the repo.

Super easy, zero dependencies.

Noah Gillard 已轉發

Run macOS on Proxmox VE

tom_doerr's tweet image. Run macOS on Proxmox VE

Noah Gillard 已轉發

React Native now has its own shadcn/ui equivalent — introducing 𝗡𝗮𝘁𝗶𝘃𝗲𝗨𝗜. If you love the flexibility of copying customisable components directly into your project (avoiding heavy, dependency-laden packages), NativeUI is designed for you. 𝗡𝗮𝘁𝗶𝘃𝗲𝗨𝗜 offers…


Noah Gillard 已轉發

Another victim of an AI powered bed outage

I want to specially thank the @vercel team for working around the clock to keep customers safe and available. In fact, I was sleeping, it was 2am~ ish, and I was alerted about this issue because my internet mattress (which I love, shoutout to @eightsleep) was warm 😅, which led…

rauchg's tweet image. I want to specially thank the @vercel team for working around the clock to keep customers safe and available.

In fact, I was sleeping, it was 2am~ ish, and I was alerted about this issue because my internet mattress (which I love, shoutout to @eightsleep) was warm 😅, which led…


Noah Gillard 已轉發

I’m never deleting this app

theo's tweet image. I’m never deleting this app

Noah Gillard 已轉發

Guess who’s not down 👀


Noah Gillard 已轉發

Our most popular @shadcn template is now open source. Presenting Mainline for @nextjs and @astrodotbuild

ausrobdev's tweet image. Our most popular @shadcn template is now open source. Presenting Mainline for @nextjs and @astrodotbuild
ausrobdev's tweet image. Our most popular @shadcn template is now open source. Presenting Mainline for @nextjs and @astrodotbuild
ausrobdev's tweet image. Our most popular @shadcn template is now open source. Presenting Mainline for @nextjs and @astrodotbuild
ausrobdev's tweet image. Our most popular @shadcn template is now open source. Presenting Mainline for @nextjs and @astrodotbuild

Noah Gillard 已轉發

Omarchy 3.1 is going to ship with a Windows VM installer in the box. Fantastic way to run those few apps you can't get on Linux in their own workspace.

dhh's tweet image. Omarchy 3.1 is going to ship with a Windows VM installer in the box. Fantastic way to run those few apps you can't get on Linux in their own workspace.
dhh's tweet image. Omarchy 3.1 is going to ship with a Windows VM installer in the box. Fantastic way to run those few apps you can't get on Linux in their own workspace.

Noah Gillard 已轉發

A reusable and customizable library for @reactnative @expo 🧙


Noah Gillard 已轉發

Lots of love for Bun recently. Well now, you can easily scaffold a Laravel project to use your favorite package manager (Bun, pnpm, Yarn) The Open Source team bakes.


Noah Gillard 已轉發

You're kidding me!? 👀 TIL about "post_start" in Docker Compose 🐳 You can run commands as a privileged user on startup, but still run your services as an unprivileged user. This dramatically simplifies bootstrapping an app! 🤩

jaydrogers's tweet image. You're kidding me!? 👀

TIL about "post_start" in Docker Compose 🐳

You can run commands as a privileged user on startup, but still run your services as an unprivileged user.

This dramatically simplifies bootstrapping an app! 🤩

Noah Gillard 已轉發

📣 My next course, Introduction to Postgres, is going to be 100% free! The kind folks at @supabase are sponsoring it so that everyone can learn how to use Postgres confidently. But that's not all... I'm changing things up a bit. I'm making a bet. Watch the video to see more!


Noah Gillard 已轉發

Today's Laravel release introduced a new "failover" queue driver. It's now super easy to failover to executing jobs synchronously if your primary queue driver is down, or you can failover to another queue driver. 🏥 laravel.com/docs/12.x/queu…

taylorotwell's tweet image. Today's Laravel release introduced a new "failover" queue driver. 

It's now super easy to failover to executing jobs synchronously if your primary queue driver is down, or you can failover to another queue driver. 🏥

laravel.com/docs/12.x/queu…

Noah Gillard 已轉發

Introducing Kibo UI Patterns. 1000+ @shadcn examples for use in your project. Every component. Every variant. Every state. Completely free. Link 👇

haydenbleasel's tweet image. Introducing Kibo UI Patterns.

1000+ @shadcn examples for use in your project.
Every component. Every variant. Every state.

Completely free.

Link 👇

Noah Gillard 已轉發

Chrome DevTools is, by far, my favorite mcp server. By running these 2 commands in your terminal, you get to have Claude Code come into your browser with full power: Launch a chrome browser: > google-chrome --remote-debugging-port=9222…

MaximeRivest's tweet image. Chrome DevTools is, by far, my favorite mcp server.

By running these 2 commands in your terminal, you get to have Claude Code come into your browser with full power:

Launch a chrome browser:
> google-chrome --remote-debugging-port=9222…

Noah Gillard 已轉發

Laravel Tip 🚀 Do you know the mode() method from Laravel Collections? It returns the most frequent value for a given collection (or key). In the example, we use it to auto-select the most-used shipping method from the last 30 days per team, also handling ties! 🔥

wendell_adriel's tweet image. Laravel Tip 🚀

Do you know the mode() method from Laravel Collections? It returns the most frequent value for a given collection (or key).

In the example, we use it to auto-select the most-used shipping method from the last 30 days per team, also handling ties! 🔥

Noah Gillard 已轉發

introducing Live Previews for YOUR website in tweakcn customize your @shadcn site's theme in real-time by simply adding a script tag. no need to go back and forth when testing themes!


Noah Gillard 已轉發

JavaScript library for creating custom QR codes with logos, colors, and shapes

tom_doerr's tweet image. JavaScript library for creating custom QR codes with logos, colors, and shapes

Noah Gillard 已轉發

Instead of markdown files, I've been getting my AI to save plans in GitHub issues. Claude Code is AWESOME at using the GitHub CLI. Means you don't have endless THROWAWAY_PLAN.md files spamming the repo.

mattpocockuk's tweet image. Instead of markdown files, I've been getting my AI to save plans in GitHub issues.

Claude Code is AWESOME at using the GitHub CLI.

Means you don't have endless THROWAWAY_PLAN.md files spamming the repo.

United States 趨勢

Loading...

Something went wrong.


Something went wrong.