👋 Hi, I'm Alberto

I'm a software developer and I really enjoy coding and trying new technologies💻while listening to some good music🎵.

I decided to explore Gatsby by playing with Reactjs, Graphql, and Mdx. Through this playful process, I was inspired to create a website where I can have some fun writing about coding and sharing my experiences along the way.

author

Recently Published

Using Value Tuple

All of us write methods that return one value, string method return a string, int method return an int, but what do you do when you need to return…

Continue reading

Dictionary instead of switch or if statements v2

In the previous article I talked about how, in my opinion, is possible to improve the code quality by storing keys/values in a dictionary instead of…

Continue reading

Dictionary instead of switch or if statements

Conditions are a basic concept of programming but best practices suggest to avoid excessive usage of if statements. They say that if conditions make…

Continue reading