Handling State & User Interactions In UI Applications
February 5, 2021 • ☕️☕️ 12 min readAn early thinking about handling your app or component state can help you to avoid many bugs even before starting to write code.
An early thinking about handling your app or component state can help you to avoid many bugs even before starting to write code.
A list of logical fallacies and biases I found useful for a better understanding of human behavior and decision making.
Babel is a very powerful code generator and parser, but the documentation doesn't have many examples of how to use it for parsing, generating, and manipulating abstract syntax trees, I'm collecting some here from my own usage of it.
In any Frontend project, especially with big teams, it is important to standardize the code style and formatting, here is how to do it.
Book Notes From "The Phoenix project".
Techniques to manage your secrets and environment variables through your nodejs and client javascript app.
A quick intro to javascript newly introduced generators and iterators concepts and how they work with other javascript features.
An intro to Scopes in javascript and how to work with them.