APIs Over IPAs 17: Aligning API Design to Business Outcomes with James Higginbotham, LaunchAny https://buff.ly/RIMPEex

"In this episode, Derric Gilling chats with James Higginbotham, founder of LaunchAny, about designing successful API strategies that drive business value. "

#api360 #moesif #apiDesign

APIs Over IPAs 17: Aligning API Design to Business Outcomes with James Higginbotham, LaunchAny

In this episode, Derric chats with James Higginbotham, founder of LaunchAny, about designing successful API strategies that drive business value.

APIs Over IPAs 17: Aligning API Design to Business Outcomes with James Higginbotham, LaunchAny | Moesif Blog
Medior PHP https://leanpub.com/b/mediorphp by Joseph Kanyo is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Php #Databases #Mysql #ComputerProgramming #Laravel #Symfony #Html #Refactoring #Apis #ApiDesign #books #ebooks
Medior PHP

Everything in one place to be a successful Medior PHP Developer!

Leanpub

Phoenix Product Codex: Develop and deploy a REST API for Product Data Management with Elixir and Phoenix https://leanpub.com/phoenix-product-codex by Isaak Tsalicoglou is the featured book on the Leanpub homepage! https://leanpub.com #Elixir #Databases #Apis #ApiDesign #BusinessAnalysis #ProductManagement #books #ebooks

Find it on Leanpub!

Phoenix Product Codex

Build and deploy a real-world REST API with the Phoenix Product Codex hands-on tutorial. Exercise your Elixir skills, hone your business acumen, and learn Phoenix through a business-driven journey; no toy examples, but software based on actual requirements and in productive use.

Leanpub

A Heads-Up: Some Older Posts Will Be Moving Behind the Paywall https://buff.ly/kPkqfZX

"Hey folks — just a quick note. Over the next few weeks, I’ll be moving some older posts behind the paywall. " -- #MikeAmundsen

#api360 #apiDesign #genAI

A Heads-Up: Some Older Posts Will Be Moving Behind the Paywall

If you’ve been meaning to subscribe, now’s a good time.

Mike’s Newsletter
API caching can save servers some serious work, cut down on costs, and even help reduce the carbon impact of an API. However, it is often considered an optimization rather than what it truly is: an integral part of API design. #ApiDesign #GreenTech https://apisyouwonthate.com/blog/api-design-basics-cacheability/
API Design Basics: Cacheability

Designing an API with cachability in mind produces a more sensible and better seperated set of resources, and it just so happens to be more performant, cheaper, and better for the environment.

APIs You Won't Hate

Why does Spring have multiple ways to specify URLs in its HTTP clients? It is not just API sugar—it is a design principle: use types to signal when data is correct.

New blog post on URLs, encoding, and avoiding stringly code.

https://poutsma-principles.com/blog/2025/04/23/spring-http-clients-method-variants/

#Spring #Java #APIDesign

Why Are There So Many URI Methods? · Poutsma Principles

Clean Code Principles and Patterns, 2nd Edition by Petri Silen is on sale on Leanpub! Its suggested price is $14.90; get it for $8.94 with this coupon: https://leanpub.com/sh/nrwegY4T #ApiDesign #ComputerProgramming #Java #Javascript #Testing #SoftwareEngineering #Typescript
Clean Code Principles and Patterns, 2nd Edition

The most comprehensive no-fluff guide for software developers to help them write clean code every day

Leanpub
Medior PHP https://leanpub.com/b/mediorphp by Joseph Kanyo is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Php #Databases #Mysql #ComputerProgramming #Laravel #Symfony #Html #Refactoring #Apis #ApiDesign #books #ebooks
Medior PHP

Everything in one place to be a successful Medior PHP Developer!

Leanpub

Four AI Superpowers: Where AI Improves Products https://buff.ly/GxlcQZu

"When using AI consider its four "superpowers": content creation, summarization, basic data analysis, and perspective taking."

#apiDesign #genAI

Four AI Superpowers: Where AI Improves Products

When using AI consider its four "superpowers": content creation, summarization, basic data analysis, and perspective taking.

Nielsen Norman Group

"API keys are foundational elements for authentication, but relying solely on them is inherently a risky proposal.

Firstly, there’s the reality that API keys are not securely designed — they were never meant to be used as the sole form of authentication, and as such, they aren’t really built for the task. These keys can often be easily stolen, leaked, or, in some cases (especially if generated incrementally), outright guessed. An API key is suitable for tracking usage but is poor for security.

There is also the additional reality that keys in their default state lack some critical functionality. There’s not a lot of verification built-in for identity management, and what does exist offers very little in the way of granular access control.

Ultimately, solely relying on API keys is a mistake common with novice developers but frighteningly common even in advanced products.

Best Practices
Instead of relying heavily on API keys as a sole mechanism, combine those keys with additional approaches such as OAuth 2.0 or mTLS. Implement rigorous expiration and rotation policies to ensure that keys which are made public are only useful for a short amount of time. Consider more advanced approaches, such as IP whitelisting or device fingerprinting, to add another layer of security atop the API key process."

https://nordicapis.com/9-signs-youre-doing-api-security-wrong/

#API #APIs #APISecurity #APIDesign #WebSecurity #CyberSecurity

9 Signs You're Doing API Security Wrong | Nordic APIs |

API security anti-patterns are common. From overreliance on API keys to a lack of rate limiting to no encryption, we explore the top ones.

Nordic APIs