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

Bạn có thể thích
Noah Gillard đã đăng lại

I just solved the strangest tech problem I've ever come across. My wifi kept dropping packets, confirmed by ping. It would look something like the first image (packets dropping, then it comes back to life). After a while the connection would just stop working completely and drop…

hakluke's tweet image. I just solved the strangest tech problem I've ever come across.

My wifi kept dropping packets, confirmed by ping. It would look something like the first image (packets dropping, then it comes back to life). After a while the connection would just stop working completely and drop…

Noah Gillard đã đăng lại

🚚 React Native keeps delivering more packages this week: 📦 Solito – React Native & Next.js dropped a new version; the missing piece for building powerful cross-platform apps 📦 Uniwind – new version released; the fastest Tailwind bindings for React Native 📦 Expo MCP Server –…

adnansahinovich's tweet image. 🚚 React Native keeps delivering more packages this week:

📦 Solito – React Native & Next.js dropped a new version; the missing piece for building powerful cross-platform apps
📦 Uniwind – new version released; the fastest Tailwind bindings for React Native
📦 Expo MCP Server –…

Noah Gillard đã đăng lại

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


Noah Gillard đã đăng lại

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 đã đăng lại

Run macOS on Proxmox VE

tom_doerr's tweet image. Run macOS on Proxmox VE

Noah Gillard đã đăng lại

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 đã đăng lại

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 đã đăng lại

I’m never deleting this app

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

Noah Gillard đã đăng lại

Guess who’s not down 👀


Noah Gillard đã đăng lại

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 đã đăng lại

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 đã đăng lại

A reusable and customizable library for @reactnative @expo 🧙


Noah Gillard đã đăng lại

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 đã đăng lại

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 đã đăng lại

📣 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 đã đăng lại

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 đã đăng lại

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 đã đăng lại

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 đã đăng lại

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 đã đăng lại

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!


United States Xu hướng

Loading...

Something went wrong.


Something went wrong.