I hope you enjoyed learning the article. Stay tuned! Subscribe to the new letter and The GeekNarrator youtube channel. Cheers, The GeekNarrator
Why is DynamoDB AWSome?
A cloud NoSQL database service that guarantees consistent performance at any scale. Consistent Performance, Durability and High Availability are the key requirements for many mission critical use cases. DynamoDB is also hassle-free because its fully managed and serverless.
Designing Instagram, Linkedin, Facebook like applications
Hey Everyone, Welcome to the first article of The GeekNarrator newsletter, I am excited to start this newsletter along with the release of my 35th episode. In this episode we have discussed on the most popular topic on earth "System Design". I am joined by Arslan Ahmad who is the Author of the popular "Grokking" series. He... Continue Reading →
Test Driven Development with Frederik Banke
TDD with Frederik Banke In this podcast we talked about TDD with an expert in the domain. Frederik has been in the industry for more than 15 years and he is an advocate of Clean Coding practices and teaches Software Engineers how to write better code. Watch the video to see what Frederik had to... Continue Reading →
Distributed Stream Processing
In simple terms, when you are consuming events from a source, transforming them, doing some aggregation (probably maintaining some internal/external state) and then writing it to a sink. And more importantly all of this in realtime, at high scale. Examples: Anomaly detection, analytics, alerting etc