santy

Results 41 comments of santy

I'm sorry I don't use MySQL but, have you tried using Knex?

Sure. This project is written in typescript, so ```ts public async SignUp(userInputDTO: IUserInputDTO): Promise { ... } ``` There we are using typescript to _type_ the response of the function,...

Edit December 4 2020: Here is a blog post that I wrote with detailed information about it [Pagination in nodejs with mongo](https://softwareontheroad.com/pagination-in-nodejs-mongo/ ) ---- Hello! Start by accepting (and sending)...

Yes I know it sucks, Several projects has been created to aim to solve it but none convinced me at the time of creating this repo. You con try with...

Honestly I don’t know, never used azure. But I can provide instructions for aws elastic beanstalk, aws ec2, heroku, now.sh, or digital ocean.

Hey, Sorry I didn't see the notification. So let's start with the most simple one, Heroku which is what I'd recommend if you are hosting an app with little load,...

As for AWS EC2 and Digital Ocean When you create an instance in EC2 you are purchasing a complete O.S, and you have to take care of it, that means...

Hi @Shisuki sorry for taking so long in responding. This is a perfect example of the way of doing unit testing using dependency injections (asked here #65) thanks for taking...

I didn't have the opportunity to work with GraphQL yet, but to my understanding of it, it is an alternative protocol to an API Rest. So, with that in mind,...