Best of AWSNovember 2022

  1. 1
    Article
    Avatar of pointerPointer·3y

    The State of Frontend in 2022

    The State of Frontend in 2022 analysis of 3,700 respondents from 125 countries. The 5 countries with the most responses were the US, Poland, UK, Germany and India. Only 18% of people filling out the survey said they work at non-tech-first companies.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Netflix Backend System Designing Flow

    Netflix operates in two clouds: 1. AWS and 1.

  3. 3
    Article
    Avatar of eversqlEverSQL·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. 4
    Article
    Avatar of freecodecampfreeCodeCamp·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. 5
    Article
    Avatar of streamStream·3y

    How to Build a Live Streaming App

    A live stream is multi-media digital content broadcasted by one host and transmitted to many viewers over the Internet in real-time. Facebook Live, TikTok, Twitch, and YouTube Live are some of the most popular live streaming platforms available to creators.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Day 9 | Load Balancing

    Elastic Load Balancers are servers that forward traffic to multiple servers (e.g., EC2 instances) downstream. Expose a single point of access (DNS) to your application - Seamlessly handle failures of downstream instances.

  7. 7
    Article
    Avatar of awstipAWS 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. 8
    Article
    Avatar of quastorQuastor 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. 9
    Article
    Avatar of awstipAWS Tip·3y

    1 Dollar DevOps: Terraform + Docker + Nginx

    This blog post is for the new SRE or Cloud Developer who is hesitant to create an AWS account or GCP account because of the possibly incurred costs.

  10. 10
    Article
    Avatar of newstackThe 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. 11
    Article
    Avatar of communityCommunity Picks·4y

    Serverless Clean Architecture & Code with Domain-Driven Design 🚀

    Serverless Clean Architecture & Code with Domain-Driven Design. We will discuss the advantages and reasons for this architectural approach throughout the article.

  12. 12
    Article
    Avatar of dzDZone·3y

    Docker Use Cases: 15 Most Common Ways to Use Docker

    Docker is a containerization technology that enables developers to package a service into a container along with its dependencies, libraries, and operating system. Join the DZone community and get the full member experience.

  13. 13
    Article
    Avatar of devtoDEV·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. 14
    Article
    Avatar of coinsbenchCoins 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. 15
    Article
    Avatar of awstipAWS Tip·3y

    Serverless cron job with AWS

    cron is a program that allows you to schedule tasks repeatedly at a specific time. With the cron job, we can specify that task to run at that specific time repeatedly every day. There are even bridges (cloud watch event ) and lambda.

  16. 16
    Article
    Avatar of awstipAWS Tip·3y

    How to Host your website on AWS -beginners

    This guide is for aspiring web developers or self-taught web developers who want to host their web projects but don’t know how to. In this tutorial, you will learn how to host a website using AWS Amplify.

  17. 17
    Article
    Avatar of dzDZone·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. 18
    Article
    Avatar of communityCommunity 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. 19
    Article
    Avatar of communityCommunity 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. 20
    Article
    Avatar of asayerasayer·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.