Hey Alex, I think you complicate the things, because you only need to do this in :_app.tsxMay 7, 2022May 7, 2022
Creating a React Toolchain from Scratch. Part2.Some time ago in an interview, the interviewer asked me about Clean Code, Good Practices and some kind of questions about how to keep our…Jan 24, 2022Jan 24, 2022
Creating a React Toolchain from Scratch. Part1.When we start a new React’s project we usually pick one of the most popular toolchains that exist in the React ecosystem:Jan 15, 2022Jan 15, 2022
Grab and Pull Carousel Slides on Bootstrap.Some times we need to add a little behavior to our Bootstrap carousel like for example a grab and pull slides feature. Bootstrap by…Apr 2, 2021Apr 2, 2021
Scope, Lexical Scope and Closure in JavaScriptWhen you start to learning a programing language is very important to know about the scope of variables and functions, no matter if you…Sep 17, 20192Sep 17, 20192
ngx-rocket and Route Reusable StrategyA few weeks ago I was forced to use the angular generator ngx-rocket, which I thought was very good, but to my surprise when I went to use…Nov 11, 2018Nov 11, 2018
Loading data from API before component render with httpClient in AngularIn some cases it is necessary to recover the data from the API before the component is ready to be used. Below I will show you how to do…May 28, 2018May 28, 2018