Christos Gkoros
Product; Engineering; APIs; Agents;
- Posts
- 164
- Followers
- 8
- Following
- 25
-
Put some thoughts I have about agents and how they remind me of microservices back then, and not because of the hype.
Have a look! Am I wrong?
https://christosgkoros.com/posts/2026/05/15/agents-are-the-new-microservices/
-
Excited for the next #APIAthens meetup!
1. #FinTech #APIs from #Wealthyhood
2. Consuming #AI #APIs from #redhat #quarkusioJoin us if you are interested in the intersection of business and technology through APIs.
-
Lately, I have been studying the #SCIM 2.0 standard for representing users and user groups. I was pleasantly surprised that the standard also includes a full #querylanguage that can you can apply to any #API. #apidesign
https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2
-
An important quality of #apidesign is #minimalism, also called #orthogonality.
This is a quality shared with programming language design as well.Adding new terms or concepts complicates the design. It adds rules, exceptions, and quirks, thus making it harder to learn.