hey guys, i'm handling my request like this... So i'd know if is it wrong or sth if there is a better way? what do you think?
yo, is there any way that i can use to keep tracking msg post id sent in a channel by some bot? I'm using telegraf, but even set the event channel_post it doesn't trigger the ...
hey guys i have a question, like i know javascript and all enough to build some simples applications... but how do i increase my knowledge about that... I mean the problem is ...
One question, you guys validate the users input when they submit on the server or during the action itself? Like if had to check if a username or email already exist in the da...
what about this? I use it a lot.
what's is a more efficient way of doing this line in ramda?
Hey what's the best approach to track visitors request in your website? I mean, generate a unique id so that i can identify them whenever they come back.
I forgot to ask but the compose function shouldn't start interating from right to left? the current code seems more like a pipe one, or am i mistaken?
hm is that also valid for arrays? Because i'm sure i'd get true if i pass an array there
https://www.youtube.com/playlist?list=PLrhzvIcii6GMeyUfpn-o5xVCH3_UykrzI
hey which library do you guys are used to use when it comes to set env variables?
are you doing "React Front to back" course?
and what time do you go to sleep?
well, well, well... not so smart now huh?
@MKRhere what was that lib that you can resolve all promises inside an object? I remember that you have mentioned it before
hey what IDE are you using? *--*
So my only option right now is to store the id and increment it when needed to keep it up to date?
Hey, where can i get some idea to build a blog system using node.js? Any good resources?
why use pick if you have destructuring available and native since es6?
What is the order of precedence for cases like that? I don't remember, left to right?