Tech Trends ... old fashioned Blog (Page 1)

Contract-first API testing: How your OpenAPI spec becomes the test suite

Diagram showing how an OpenAPI spec feeds into automated test layers that guarantee schema compliance, auth enforcement, and documentation governance

Most teams treat OpenAPI as documentation. This experiment treats it as an executable contract. Every endpoint, every response, every error is validated against the spec automatically. This post explains the testing concept, the metadata system, and the CI pipeline behind it.

Categories: PHP Learnings Tech Trends

The lie about TCO in ecommerce

Illustration with TCO at the center, callout bubbles for extensions, missing tests, upgrades, and hidden fees, and dotted paths showing how costs connect back to the shop.

The lie is acting like go-live is the full price. After launch: sprawl, upgrades, toy SaaS math vs margin, an eight-point kit, AI speed vs liability, and why skipping tests is luck not engineering.

Categories: Ecommerce Systeme Tech Trends

15 futuristic Databases

15 futuristic Databases

I really like short videos about different tech topics that just show what's out there. So there was a nice video, which I will also link later in this blog post, about 15 futuristic databases and what is possible with them. There are things like a Git-like version control for SQL tables. There is a database where you can write JavaScript in it. And of course, there is a database that uses AI. Because ChatGPT is everywhere at the moment, I also used it to create the table in this blog post. So be careful; what you read on the World Wide Web is not always true, and there can be errors. Enjoy the overview of these futuristic databases.

Categories: Tech Trends

Remix.run - SSR, nested routes, eliminate loading state

Remix.run - SSR, nested routes, eliminate loading state

Every day a new javascrip framework :tada: But this day we have one that is the top 1 trending repository (at 2021-11-24) at github :star-struck: from the creators of the react router peps (used by over 2.8 mil.). So what has Remix to over?

Categories: JavaScript Tech Trends