MaxMatteo2's profile picture. Open Source/Audio/Web/Electronics Also: T_PAAMAYIM_NEKUDOTAYIM

Max Matteo S.

@MaxMatteo2

Open Source/Audio/Web/Electronics Also: T_PAAMAYIM_NEKUDOTAYIM

Max Matteo S. 님이 재게시함

dbpill (the Postgres proxy that automates index optimization) is now open source: github.com/mayfer/dbpill enjoy

mayfer's tweet image. dbpill (the Postgres proxy that automates index optimization) is now open source: github.com/mayfer/dbpill

enjoy

Max Matteo S. 님이 재게시함

When your @TelebugsHQ customer writes a testimonial that makes you blush 😳

kyrylosilin's tweet image. When your @TelebugsHQ customer writes a testimonial that makes you blush 😳

Max Matteo S. 님이 재게시함

Exactly why I built @YaakApp. API clients should be simple, fast, and not require an account


Max Matteo S. 님이 재게시함

The OP-XY Notebook and Cheat Sheet updated to match the new OS 1.1.0

SynthDawg's tweet image. The OP-XY Notebook and Cheat Sheet updated to match the new OS 1.1.0

Max Matteo S. 님이 재게시함

We’re this 🤏 close to 10K GitHub stars! If imgproxy ever saved you from writing your own image pipeline, now’s the time to smash that ⭐ Help us cross the line: buff.ly/qIaXRCe

imgproxy_net's tweet image. We’re this 🤏 close to 10K GitHub stars!
If imgproxy ever saved you from writing your own image pipeline, now’s the time to smash that ⭐ 
Help us cross the line: buff.ly/qIaXRCe

Max Matteo S. 님이 재게시함

News: PostgreSQL 18 Released! postgresql.org/about/news/pos…


Max Matteo S. 님이 재게시함

🚨 @TelebugsHQ 1.8.0 drops tomorrow! This is the most packed release since day one. It took *a lot* of sweat 💧 Here’s a glimpse of what’s included in this update: - Error Ownership - Wide Mode - Error overview dashboard - Report overview dashboard - View error reports as…


Max Matteo S. 님이 재게시함

News: PostgreSQL 18 RC 1 Released! postgresql.org/about/news/pos…


Max Matteo S. 님이 재게시함

Laravel Tip 💡: Boot Traits with Attributes Bootable traits are great, but their naming convention can be painful. Since Laravel v12.22, you can fully customize method names using PHP attributes 🚀 #laravel

OussamaMater's tweet image. Laravel Tip 💡: Boot Traits with Attributes

Bootable traits are great, but their naming convention can be painful. Since Laravel v12.22, you can fully customize method names using PHP attributes 🚀

#laravel

Max Matteo S. 님이 재게시함

🚨 @TelebugsHQ 1.7.0 releases tomorrow! This update makes performance way smoother, especially on noodle-arm VPSs that used to struggle with big error loads. It’s also the last version at $299. After that, price goes up to $499. If you’ve been on the fence, now’s the time.

kyrylosilin's tweet image. 🚨 @TelebugsHQ 1.7.0 releases tomorrow!

This update makes performance way smoother, especially on noodle-arm VPSs that used to struggle with big error loads.

It’s also the last version at $299. After that, price goes up to $499. If you’ve been on the fence, now’s the time.

Max Matteo S. 님이 재게시함

Got bugs in your Vue app? @TelebugsHQ makes them visible. ✅ Consolidated reports ✅ Real-time error alerts ✅ Pretty, readable stack traces (even from minified code)

kyrylosilin's tweet image. Got bugs in your Vue app?
@TelebugsHQ makes them visible.

✅ Consolidated reports
✅ Real-time error alerts
✅ Pretty, readable stack traces (even from minified code)

Max Matteo S. 님이 재게시함

Telebugs 1.5.0 is LIVE! I'm so excited about this release 🤩 🔍 Sourcemap support is here ⚙️ Built for TypeScript, minified & uglified JS If you’re building in JS, this release makes error tracking way easier. Blog post 👇


Max Matteo S. 님이 재게시함

Hey Laravel artisans, @laravel_idea is now FREE for all PhpStorm users! 🔥 Starting July 30, you can install and use the Laravel Idea plugin in PhpStorm at no extra cost. Enjoy the most productive #Laravel experience with PhpStorm! blog.jetbrains.com/phpstorm/2025/…


Max Matteo S. 님이 재게시함

The new @TelebugsHQ release is taking a bit longer - because it’s packed with powerful new features. To enable sourcemap uploads, I built a complete Releases system. Now, each release can include artifacts (usually sourcemaps), which can be uploaded manually or via sentry-cli.…


Max Matteo S. 님이 재게시함

🐯 Timescale is now TigerData! 🚀 Eight years ago, we started as a PostgreSQL-based time-series database. But innovation never stands still—and neither have we. Today, we proudly unveil @TigerDatabase, marking our evolution into the fastest and most powerful PostgreSQL…


Max Matteo S. 님이 재게시함

In the end, it's all abstraction. That will always have a place. But don't abstract just to abstract. Wait until you "need" it. You know, practice YAGNI. You'll always have a higher understanding when doing so.


Max Matteo S. 님이 재게시함

🚨 Using @intellijidea? You can now connect directly to @Cloudflare R2 from your IDE to access your data, stay consistent, and build faster with zero-egress object storage. Link in comment below 👇🏾

CloudflareDev's tweet image. 🚨 Using @intellijidea? You can now connect directly to @Cloudflare R2 from your IDE to access your data, stay consistent, and build faster with zero-egress object storage. Link in comment below 👇🏾

Max Matteo S. 님이 재게시함

Using `shouldReceive` can lead to false positives when used without a quantifier, like `once`. It's better to form the habit of using `expects` - which is an alias for `shouldReceive->once`. Think of `expects` like MUST. Whereas `shouldReceive` is SHOULD, but doesn't have to.

gonedark's tweet image. Using `shouldReceive` can lead to false positives when used without a quantifier, like `once`. It's better to form the habit of using `expects` - which is an alias for `shouldReceive->once`.

Think of `expects` like MUST. Whereas `shouldReceive` is SHOULD, but doesn't have to.

Max Matteo S. 님이 재게시함

Next.js dropped a CVSS 9.1 authentication bypass vulnerability (CVE-2025-29927) over the weekend. This flaw is trivially exploitable by sending the header `x-middleware-subrequest: true`. Over 300k hits in Shodan, find more at: runzero.com/blog/next-js/

runzero.com

Next.js vulnerability CVE-2025-29927: How to find affected assets

On March 22nd, Next.js disclosed an authentication bypass vulnerability. Here's how to find Next.js systems on your network.


Max Matteo S. 님이 재게시함

Query optimization 101 - Access types - Rows/filtered rows - SELECT * - JOIN order - Subqueries - Composite indexes 🧵 Keep reading


United States 트렌드

Loading...

Something went wrong.


Something went wrong.