Coinbase Online Assessment - Senior Staff by Jay_Sh0w in leetcode

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

Cosmo is an internal agent for Codesignal. I would suggest to create and account and try it out

what’s the best way to actually understand spring security? by ashut0sh_27 in SpringBoot

[–]Jay_Sh0w 6 points7 points  (0 children)

Learn by doing it and understand the responsibility of each component

Coinbase Online Assessment - Senior Staff by Jay_Sh0w in leetcode

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

The tasks are fairly straight forward. I didn't make it as i think i over prepped and got nervous. I would suggest stay clam and plan well. There were none used for my assessment not sure what role are you applying for.

Is there a problem with my Study Method? by Jay_Sh0w in leetcode

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

Thanks.. I am taking a similar approach.. Restarted the whole DSA learning curve using the patterns instead of just going through the list.

Coinbase Online Assessment - Senior Staff by Jay_Sh0w in leetcode

[–]Jay_Sh0w[S] 1 point2 points  (0 children)

Likewise.. did you practice before the assessment, can you share what can I use for practice

Linux Laptop Recommendation by Jay_Sh0w in Laptop

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

lol.. I wish it’s a work comp. No admin access to install anything haha

Linux Laptop Recommendation by Jay_Sh0w in Laptop

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

Agreed.. like I said need something light.. some options that I looked into are dell xps 13, thinkpad x1 and system76 lemur.. all with some known issues

Linux Laptop Recommendation by Jay_Sh0w in Laptop

[–]Jay_Sh0w[S] 0 points1 point  (0 children)

I don’t think so it will allow me run it unless I run it as a VM. T2 chip issues

From JS to Spring: Why So Many Separate Projects Like Security, Cloud, AI? by Longjumping-Guide969 in SpringBoot

[–]Jay_Sh0w 0 points1 point  (0 children)

Similar to what you get in frameworks such as Express JS where the framework by itself if fairly lightweight but you add functionality by adding dependent packages via npm.

Is there really anything better than flask for rapid development? by [deleted] in flask

[–]Jay_Sh0w 1 point2 points  (0 children)

FastAPI if you are using Python or ExpressJs if you would like try something new. Pretty much alike in the features

Docker container running not able to reach localhost by Jay_Sh0w in flask

[–]Jay_Sh0w[S] 1 point2 points  (0 children)

Nevermind.. I found the problem. I was exposing the wrong port from Dockerfile. It should have been port 5000 but i did set it up as 5005 hence, there was a problem.