Serverless 101: A series to help you understand what AWS serverless services do. It talks about how to use the services together to build highly scalable applications using event-driven architecture built on serverless.
▶️
👇
Serverless 101: Amazon SQS
A high-level overview of SQS. SQS is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless apps.
▶️
👇
Serverless 101: Amazon DynamoDB
A high-level overview of DynamoDB and why it is purpose-built for EDA apps built on serverless. It is a fully managed NoSQL database service that provides fast & predictable performance with seamless scalability.
▶️
👇
Serverless 101: Amazon EventBridge
A high-level overview of Amazon EventBridge. It is a serverless event bus service that makes it easy to connect your apps with data from a variety of sources. It delivers a stream of real-time data from your apps
▶️
👇
Serverless 101: Amazon Kinesis
A high-level overview of Amazon Kinesis. Amazon Kinesis makes it easy to collect, process, and analyze video and data streams in real time.
▶️
👇
Serverless 101: Amazon SNS
A high-level overview of Amazon Simple Notification Service (Amazon SNS). SNS is a web service that enables applications, end-users, and devices to instantly send and receive notifications from the cloud.
▶️
👇
Serverless 101: Amazon S3
A high-level overview of Amazon S3 and why it is a great fit for serverless architectures. S3 is storage for the internet. You can use S3 to store and retrieve any amount of data at any time, from anywhere on the web.
▶️
👇
Serverless 101: AWS Lambda
A high-level overview of AWS Lambda. It talks about what a Lambda function is and when you should use it.
▶️
👇
Serverless 101: AWS Step Functions
Step Functions is a low-code, visual workflow service that devs use to build distributed apps, automate IT & business processes, and build data & machine learning pipelines using AWS services.
▶️
• • •
Missing some Tweet in this thread? You can try to
force a refresh
In this thread, I will give a little brief overview of the Apache Kafka platform. Like what it is, how it works, core concepts, its use cases, and the benefits of using it.
Apache Kafka is an open-source distributed streaming platform developed originally by LinkedIn as a messaging queue, but now Kafka is much more than a messaging queue. and later donated to the Apache Software Foundation. (1/3)
👇
(cont'd...)
The project, written in Scala and Java, aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds. (2/3)
Thread #1: This is the place where you can find most of the amazing resources, tutorials, code snippets, tips and tricks about #JavaScript. Happy Coding Days 😎
Thread #2: This is the place where you can learn most of the thing about #React. Find out some of the best resources, tutorials, code snippets, tips and tricks to enhance your React skills.
A thread on #HeadlessCMS where you will know most of things about what it is, how is it different to traditional #CMS, why it matters, pros & con's, and the most popular Headless CMS.
So before you understand what this #HeadlessCMS is all about, in the first place you should know need to understand the difference between a Headless CMS and a conventional (or traditional) #CMS.
Traditional #CMS platforms, like Joomla for instance, come with a front-end delivery layer, otherwise known as the “head” — that dictates how the content is presented to the end-user (1/3).
#Git Tips 👉 This one comes in handy when you accidentally commit something with a typo or misleading commit message. The -v is optional, but I like it coz it shows lot of info about changes which helps to write a more descriptive commit message. #100DaysOfCode#CodeNewbie