❄️ The Volatile Keyword
ConcurrencyPedro LourençoOct 10, 2020, 6 min readThe fun part about analyzing race conditions is that anything can happen - so
most of your assumptions will probably be right. There are two important concepts to achieve in a multi-threading environment:
Visibility and Atomicity . The volatile…
Read more🤯 The Proto and the Prototype
JavascriptPedro LourençoAug 05, 2020, 4 min readThe proto and the prototype can be two very confusing terms, even though their
definitions might sound simple. If you've been using Javascript for quite a
while, you've probably struggled with these terms. In this post, I intend to
show you a few…
Read more☁️ Using CodePipeline to Automate Serverless Application Deployment
AwsPedro LourençoNov 23, 2019, 8 min readAmazon Web Services offers a world of cloud services that give us the ability to
move our workflow into a third-party physically managed infrastructure. In this
article, I intend to show how we can adapt and automate the simple use case of
continuous…
Read more