i'm trying to grouping a data using .reduce() and retrieve the result as an array with the following sample data: == sample data == const result = [ {"title": "example 1",...
Hi guys, I have a problem with Promise rejection. I'm using the latest nodejs LTS version and MySQL package. I wrote a module like the following: [..] getUserById: (userid) =...
Hi, I want to ask about sqlachemy, is it possible to get dict as query result instead of model object? Here is my code: def get_user(sql: Session, username: str): """ret...
Hi guys, I found a code like async def abc(): res: Response = await xyz() For res: Response = .... that is a new feature right? It's use a colon, what is it called? I...
Hi, When using redux, is it true that filter() will mutate the state? I returned an object key with the same key name for each action type, for example, every time i call the...
Guys, I'm trying to create a stateless api with jsonwebtoken & passport-jwt package, but i just wondering which one should i use for authenticate the endpoint, jwt.verify or p...
Hi guys, What client app do you use for postgresql 10?
Why don't you try to use axios?