Skip to content

Commit

Permalink
Added json data in backend/caching.json (#1591)
Browse files Browse the repository at this point in the history
* Added json data in backend/caching.json

* Update database/backend/caching.json

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>

* Made the changes askedgit add .

* Revert "Made the changes askedgit add ."

This reverts commit d09834c.

* Made the changes asked

---------

Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
  • Loading branch information
Sahilll15 and CBID2 authored Aug 22, 2023
1 parent 285533c commit ff29f51
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion database/backend/caching.json
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
[]
[
{
"name": "AWS Caching Overview",
"description": "Accelerate application speed by storing data in a high-speed layer. Reuse fetched data efficiently, optimizing performance.",
"url": "https://aws.amazon.com/caching/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "Redis",
"description": "Supercharge your app with Redis. Use it as a fast cache and more for improved responsiveness.",
"url": "https://redis.io/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "Memcached",
"description": "Speed up dynamic websites using Memcached. Enhance user experiences with faster data retrieval.",
"url": "https://memcached.org/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "Varnish Cache",
"description": "Optimize website performance using Varnish Cache. Swift content delivery for a better user experience.",
"url": "https://varnish-cache.org/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "NGINX Caching",
"description": "Boost site speed with NGINX. Serve content faster using reverse proxy and caching.",
"url": "https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "Cloudflare CDN",
"description": "Enhance content delivery with Cloudflare CDN. Faster interactions and protection against DDoS.",
"url": "https://www.cloudflare.com/",
"category": "backend",
"subcategory": "caching"
},
{
"name": "Cache-Content: Improve App Performance",
"description": "Learn caching basics and optimize app performance. Reduce latency and improve user satisfaction.",
"url": "https://docs.digitalocean.com/products/app-platform/how-to/cache-content/",
"category": "backend",
"subcategory": "caching"
}
]

1 comment on commit ff29f51

@vercel
Copy link

@vercel vercel bot commented on ff29f51 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.