Postman Profile picture
May 10 7 tweets 2 min read Twitter logo Read on Twitter
What is a cache? 🧵⚙️ Image
A cache is an infrastructure component that temporarily stores frequently accessed data so that it can be served more quickly and efficiently.
When an API client makes a request, the server can check the cache to see if the requested data is already available.

If it is, the server can return the cached response directly to the client, without having to execute the full request again.
This approach significantly improves the performance of the API by reducing the number of requests that the server needs to process, which minimizes latency and improves scalability.
There are many types of cache implementations, such as in-memory caches, disk-based caches, or distributed caches.
They can also be configured with various caching policies— such as time-to-live (TTL), cache eviction, and cache invalidation—to ensure that the cached data remains fresh and up-to-date.
Thanks for reading! 🚀

Follow @getpostman for more #API and #developer threads! 🧑‍🚀

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Postman

Postman Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @getpostman

May 11
What is GraphQL? 👾🧵 Image
GraphQL is an open source query language for APIs that was created by Facebook in 2012.

With GraphQL, clients interact with a single endpoint and specify the exact data they need, without having to chain multiple requests together.
This approach reduces the number of round trips between the client and the server, which can improve performance—especially on slow or unreliable network connections.
Read 7 tweets
Feb 8
Why use Postman for API #security? 🛡️🧵
✔️Enforce security rules on API definitions and requests

Postman API Security provides a set of default security rules, based on the OWASP “Top 10” for APIs, which will automatically surface common vulnerabilities and violations in your API landscape. blog.postman.com/introducing-ap…
✔️Customize security rules to fit your needs

Every organization is different, which is why Postman API Security enables teams to define and import custom rules according to Spectral guidelines.
Read 9 tweets
Feb 8
8 traits of an effective #APIFirst design 🛠️✏️

Thread 🧵

(via @apihandyman 😎)
Before we get started, let's cover the basics.

✔️What is API-First?
✔️ What is API-First Design?
API-first is an organizational strategy and development model in which APIs are prioritized to deliver maximum value to the business. In this model, applications are designed and built by composing private, partner, or public APIs. postman.com/api-first/
Read 24 tweets
Feb 7
Create amazing #developer experiences 🪐🪄🚀

A #thread 🧵
API publishers: follow these three steps to get started with a better developer experience for onboarding, educating, and inspiring your API consumers. ⬇️
1⃣ Create good documentation with The Good Documentation Checklist from @PetuniaGray ✅✏️

blog.postman.com/postman-good-d…
Read 17 tweets
Jan 26
Best practices for creating API documentation 📄

#Thread below 🧵
✅Tell a compelling story

Every API plays a unique role in the software landscape of its producers and consumers, and API documentation tells this story. Readers should be able to learn who the API is meant for, how they can use it, and how it can help them achieve their goals.
This big picture provides important context for more technical implementation details, which can be useful as developers begin to understand the possibilities of a given API.
Read 10 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(