Hey!
I'm a Senior Frontend Developer focused on Angular. I love to share content about my daily experiences, and that's why I created this website. Here you're going to find lots of things about front-end development, Angular and more!
If you're Brazilian (like me), you've probably known me from Code Dimension, a platform that I created focused on teaching Angular and front-end technologies.
Recent Posts
Creating a palindrome checker
Posted on:February 23, 2024 at 06:00 PMCreating a function to check if a sentence is a palindrome
Creating scalable parameterized functions
Posted on:October 26, 2023 at 08:40 PMHow to create scalable function that uses many parameters
How to mock an Angular service with Jest
Posted on:October 15, 2023 at 11:21 AMIt is a simple but still an useful way to mock an Angular service with Jest
Creating Custom RxJS Operators
Posted on:February 26, 2023 at 07:00 PMCreating RxJS custom operators is critical for keeping the code organized and readable, especially when using it with Angular.