Absortio

Email → Summary → Bookmark → Email

Per page:

Testcontainers: Testing with real dependencies

Nov 16, 2022 05:17 • www.atomicjar.com AtomicJar

Testcontainers simplifies the tests to run with the real dependencies whether you write unit tests, API tests, or end-to-end tests.

GitHub - neuml/txtai: 💡 Build AI-powered semantic search applications

Nov 16, 2022 05:12 • github.com GitHub

💡 Build AI-powered semantic search applications . Contribute to neuml/txtai development by creating an account on GitHub.

GitHub - metlo-labs/metlo: Metlo is an open-source API security platform.

Nov 16, 2022 05:11 • github.com GitHub

Metlo is an open-source API security platform. Contribute to metlo-labs/metlo development by creating an account on GitHub.

unblob - extract everything!

Nov 16, 2022 05:09 • unblob.org

unblob is an accurate, fast, and easy-to-use extraction suite. unblob parses unknown binary blobs for more than 30 different archive, compression, and file-system formats, extracts their content recursively, and carves out unknown chunks that have not been accounted for. This turns unblob into the perfect companion for extracting, analyzing, and reverse engineering firmware images.

Using Hashid With Laravel (instead of UUID)

Nov 14, 2022 12:30 • julienbourdeau.com

I’ve recently seen a Twitter discussion about what primary key should your tables use. The conversion tends to focus on default auto-incrementing integer ids vs UUIDs. I always leaned towards incremental Integer IDs because I find it so simple.