Blog

❄️ The Volatile Keyword
Concurrency
Pedro LourençoOct 10, 2020, 6 min read

The 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
Javascript
Pedro LourençoAug 05, 2020, 4 min read

The 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
Pedro © 2024