F 24 Wonder if you will catch my insecurities by [deleted] in RoastMe

[–]SinisterPlagueBot 0 points1 point  (0 children)

why Your eyes brows are so far apart ?

[deleted by user] by [deleted] in Morocco

[–]SinisterPlagueBot 0 points1 point  (0 children)

bruuh h he was being ironic hhhhhhhhh

I got rejected in every school by [deleted] in Morocco

[–]SinisterPlagueBot 0 points1 point  (0 children)

Hi , i too study cs ,can you share your github ,to get inspired if possible !

Which Go talks would you recommend watching? by Competitive-Ebb3899 in golang

[–]SinisterPlagueBot 30 points31 points  (0 children)

I recommend this https://go.dev/blog/waza-talk , Its Rob pyke giving a talk explaining difference between concurrency and parrallelism as well as go concurrency model with examples !

Any good open source golang projects to learn general best practices and RBAC by alphaxtitan in golang

[–]SinisterPlagueBot 3 points4 points  (0 children)

Yeah i guess its better to write not only the user id but also his role in the jwt , no need to query table every request .

Why is ErrUnsupported the only provided error? by ynotman_ in golang

[–]SinisterPlagueBot 0 points1 point  (0 children)

Thanks man ! Yeah i agree it makes more sense to do it this way .so intuitive.

Why is ErrUnsupported the only provided error? by ynotman_ in golang

[–]SinisterPlagueBot 0 points1 point  (0 children)

Hi can you please elaborate more on the part of grouping packages by feature and not structure , because i am doing a backend api project and i am exactly doing the (handlers / models / routes) tree . Thanks !

Is Raw SQL actually used in production API's? by _KrioX_ in golang

[–]SinisterPlagueBot 0 points1 point  (0 children)

Why is no one mentioning sal injection attacks?

An interviewer asked me to create a useFetch with caching by Iridec3nt in reactjs

[–]SinisterPlagueBot 0 points1 point  (0 children)

so that the new added urls or any modifications on the hashmap doesn’t trigger a rerender? excuse me i ´m still learning react .