I am a web developer, specifically fullstack. In addition to that, I am a student of network administration.
I usually work with MEAN stack technologies, although I also have experience with the LAMP stack.
I love NodeJS, it provides me with all the tools I need to do as far as my imagination can go, and I am fully confident that it is one of the runtimes with the most possibilities.
Angular is amazing, since version 11 I've been learning very interesting things, and the change detector is the best 🤤.
Express captivated me from the first time I used it, the elegance and organization to manage routes, middlewares and controllers I love.
Socket.IO is great (and websockets in general), it just looks like magic, I find fascinating the possibility of establishing ambidirectional communications without polling...
And finally, Electron, the icing on the cake. The ability to port all my work to desktop applications with the interface I have designed makes me even more motivated to continue in this world.
From the first moment I started using Angular, I had to learn TypeScript by force, at first I did not even think of using it in the backend, but as I learned to use it (and I fought with the declaration merging) I realized how powerful it was, when I had more confidence, I thought of using it also in the backend, since then most of the projects I start, are in TypeScript.