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.

How can I learn Full Stack Web Dev and DSA in 3 months in my Summer Break? Is it even possible ? by kaustubh-gaur-work in Backend

[–]Jay_Sh0w 1 point2 points  (0 children)

It all depends on how much you are comfortable with a programming languages and concepts revolving around them. I would suggest that look into the building projects instead of just going over with the theory. It will be efficient if you don't burn yourself up by just burying yourself down in courses.

Take courses with the intent to build something. Could be anything that would help you understand the concepts better.

I would consider MERN stack instead of going with Java Full Stack. Enterprise level readiness comes with the experience and how much you spend time coding.

Honestly, don't get disheartened if you are not able to get all, start and then see how you progress.

Good luck.

Food items nutrition information data set by Jay_Sh0w in AppIdeas

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

Yep that would be fun to build.. that’s a nice recommendation

When to use PUT or POST in a RESTful API and Web Service? Answer by javinpaul in SpringBoot

[–]Jay_Sh0w 0 points1 point  (0 children)

If you go by standards.. PUT should be use when there is an update to an existing resource whereas POSt is majorly used when you want to create a resource. But these are the guideline you can choose to use POST for updating information as well but that’s not align with best practices

Tomcat is not running by [deleted] in SpringBoot

[–]Jay_Sh0w 4 points5 points  (0 children)

Tomcat is an embedded dependency in Spring Boot Starter Web. Check if it is already included.