@ridermansb
Frontend Developer
I'm curious, enthusiastic and student most of the time, like the rest of the time to write code, especially in Javascript. Really appreciate open source projects, read and discuss technology.
Nothing here yet.
No blogs yet.
Le'ts suppouse we have the follow architrecture.. Lib (npm library) that validate some data: So for instance.. the RegisterForm have the fields (Name, email and password) The RegisterForm imports the library (validator) that validate the data (name,...
What's the best (or correct) way to perform a code review and why? Open SVC (Github, Bitbucket, Gitlab.. or any code review tool) and look into code and make some comments Pull the source into your machine, check the code, made some basic test, and...
So was talking with a friend about use Firebase Function as our API and he told me that lamda functions (FaaS) should be use only for small operations like image processing, it is not good use like API because we have business rules and will be diff...