Best of AWS — November 2022
- 1
- 2
- 3
EverSQL·3y
How I became a better CTO using these 8 resources
Google offers 25 lessons, 30+ exercises, real case studies, and lectures from Google experts. The SaaS CTO Security Checklist provides actionable security best practices CTOs can use to harden their security. JavaScript is a bird's eye view of JavaScript, its benefits, patterns, and more.
- 4
freeCodeCamp·3y
The Best Backend as a Service for your React App
Firebase has dominated the backend-as-a-service space for many years, but Supabase has emerged as a great alternative. Supabase allows you to take your code and deploy it wherever you like. You can build your app, deploy it to Supabase's servers, or you can Deploy it to your own hosting service.
- 5
- 6
- 7
AWS Tip·3y
Day 1 | What is AWS
AWS stands for Amazon Web Services. It is a cloud platform that provides services such as databases and servers to build, deploy, and manage Websites on a remotely located virtual machine on demand for which they charge. Customers include Netflix, Twitch, NASA, Airbnb, Netflix,
- 8
Quastor Daily·3y
Snapchat's Shift to Microservices
Snapchat's Service Mesh Snapchat is an instant messaging application with 360 million daily active users from all around the world. Snap's shift from a Monolith to Microservices led to a 65% reduction in compute costs while reducing latency, increasing reliability and making it easier for Snap to grow as an organization. Snap used the Service Mesh design pattern where they had a data plane and a control plane.
- 9
- 10
The New Stack·4y
Redis Is Not Just a Cache
Redis is used in the broader cloud native ecosystem, fits into many service-oriented architectures. Redis creator Salvatore Sanfilippo’s approach provides a lesson in how to contribute to open source. It is daunting to get into open source development work, Madelyn Olson said.
- 11
- 12
- 13
DEV·3y
Using Terraform To Manage Infrastructure Resources
Terraform is an open-source tool for building, modifying, and versioning infrastructure safely and effectively. Terraform uses a configuration file to describe the infrastructure you want to create. Terraform provides a way for developers to avoid using manual scripts, which can be error-prone and difficult to maintain.
- 14
Coins Bench·3y
A Gentle Introduction to Decentralized Storage
Decentralized storage is a type of storage system that does not rely on a central server or authority. It is operated by a peer-to-peer network of user-operated nodes, each of which stores a copy of the data. This makes it much more resistant to censorship and attack than traditional storage systems.
- 15
- 16
- 17
DZone·3y
What Is Loosely Coupled Architecture?
The primary purpose of a loosely coupled architecture is to create a system that doesn’t fail due to the failure of a single component. Loosely coupled vs. tightly coupled Architecture is an important point to ponder. Microservices is an architectural design that facilitates the development of an application as small and independent services that run their own processes.
- 18
Community Picks·3y
Create a Twitter Bot With Python Using the Twitter API
A couple of weeks ago (before all of Elon's horrible decisions and takeover) I set out to make a Twitter bot and quickly found out that a lot of tutorials out there contain outdated information. So, pour yourself some tea and put on some lo-fi, and let’s create a bot! Match the rest of the settings to the following screenshots.
- 19
Community Picks·4y
When Is Serverless More Expensive Than Containers?
Serverless applications offer significant cost of ownership (TCO) advantages compared to containers. Comparing provisioned services like EC2 with a pay-for-what-you-use service like Lambda is difficult but not impossible to do. The tipping point is usually difficult to objectify.
- 20
asayer·3y
Alternatives to Netlify for deploying front-end apps
Netlify provides developers with everything they need to take their web projects from the first preview to full production without having to think about servers or DevOps. This article will give you an overview of Netlify alternatives for deploying single-page applications and their pros and features.