microapis.io

An occasional newsletter with information, discussions, recommendations, and tips about writing software and building microservices, APIs, and distributed systems.

The hottest Substack posts of microapis.io

And their main takeaways
176 implied HN points 09 Nov 22
  1. JSON Web Tokens (JWTs) are JSON documents with user information, base64url encoded.
  2. JWTs have ID tokens for user identification and access tokens for authorizing API access.
  3. To validate a token, you check the signature, claims like audience and expiry, and use tools like jwt.io.
176 implied HN points 05 Nov 22
  1. API documentation is crucial for a successful project
  2. Validating the API implementation is essential before release
  3. Using a proper API framework can significantly improve development speed and software quality
Get a weekly roundup of the best Substack posts, by hacker news affinity:
176 implied HN points 29 Mar 22
  1. The newsletter is about Microservice APIs, software development, and distributed systems.
  2. Subscribe to microapis.io for updates on Microservice APIs.
  3. Stay tuned for more content on microapis.substack.com.
3 HN points 27 Feb 23
  1. OWASP's Top 10 API vulnerabilities include issues like broken user authentication, excessive data exposure, and lack of resources & rate limiting.
  2. Broken Object Level Authorization can lead to attackers accessing information they shouldn't.
  3. API security is crucial due to the growing use of APIs, potential risks, and the significant impact of poor API security on organizations.
3 HN points 06 Mar 23
  1. Aligning APIs with the business strategy and ensuring usability are key for API success.
  2. Domain-driven design helps in creating successful APIs by modeling processes and flows that align with the business domain.
  3. Despite challenges, applying domain-driven design to APIs can be achieved by using heuristics to model operations and flows.