Issue #258 · January 31, 2022

DynamoDB: 10 years later

“Just because something doesn’t do what you planned it to do doesn’t mean it’s useless”

Amazon’s DynamoDB — 10 years later

Amazon’s DynamoDB — 10 years later

Amazon DynamoDB was introduced 10 years ago today; one of its key contributors reflects on its origins, and discusses the 'never-ending journey' to make DynamoDB more secure, more available and more performant.

Articles

CSS Gradient Text

We have seen this trend more and more throughout 2021 and we are sure we will see more of this, sooo do you know how to make text gradients with CSS? Because... if you don't you can check out this tutorial to learn more! 😜

Two Phase Commit

Two Phase Commit is an interesting Design Pattern for distributed systems that allows you to update resources on multiple nodes in one atomic operation. If you are interested in learning more about distributed systems this is definitely a hot topic to look at!

Becoming a Better Writer in Tech

Writing is an increasingly important skill for engineers at all levels. In this article you can learn a few interesting tactics for more clear, more frequent and more confident technical writing.

Monio: Monads in JavaScript

Monio is an interesting JavaScript library that allows you to use the idea of Monads (Functional Programming) and use it with promise based async code. What's even better about Monio is that it has an excellent documentation that can be used as a soft introduction to functional programming in JavaScript. Check it out!

Should I get an AWS certification?

Is it worth getting an AWS certification? In this episode of AWS Bites podcast, Eoin and Luciano discuss why a certification can be important from the perspective of individuals and companies, what are the certifications available and how are they grouped. Finally they provide some suggestions for a study plan and give various useful resources and tips.

Good advice on JSX conditionals

Conditional rendering is a cornerstone of any templating language. React / JSX bravely chose not to have a dedicated conditional syntax (like ng-if or v-if) and to rely on JS boolean operations instead. In this article you can find more about this topic. If you do any React, you can learn how to avoid some pitfalls and how to write more expressive conditionals.

Book of the week

Mastering Regular Expressions

Mastering Regular Expressions

by Jeffrey E. F. Friedl

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage.