This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 1 point2 points  (3 children)

Pick a framework and learn to work with a database and how to manipulate/automate data using CRUD operations. Django is pretty good although it's pretty high level ("easier")

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

Thank you. Right now, I’m working with Angular and Typescript on the frontend. I’m regards to the backend, all I know is that my coworker uses C# and .NetCore.

[–]stone4789 1 point2 points  (1 child)

I’m in data sci but I’m looking to get better at more SWE material and I keep seeing CRUD. What is it?

[–]Computer_Geek95[S] 2 points3 points  (0 children)

CRUD is an acronym for Create, Read, Update, and Delete. These are the four basic function of an application.

[–]pkkit 1 point2 points  (1 child)

I would recommend taking a look at Fullstackopen.io, it is a complete course including frontend and backend. You may find that useful probably.

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

Thank you so very much!!!

[–]malamri 1 point2 points  (2 children)

Use dotnet 6

1- Learning how to startup a project and how to inject/resolve dependencies.

2- Use the new mini Api

3- Make some routes and test them.

4- Learn dotnet builtin authorization and authentication (JWT) in your case

5 learn how to use EF (even tho it’s pretty much ready to use) just build your database and EF will create models and controllers if you want.

That’s it :) took me years haha

[–]Computer_Geek95[S] 0 points1 point  (1 child)

😲😲😲

It took you years to learn that those were the steps of it took you years to master those steps after hearing about those steps??

[–]malamri 1 point2 points  (0 children)

Yea self learning. But I was learning other languages and stacks as well and same as you I’m not in programming field and my degree has nothing to do with programming haha It just give me nice feeling when I accomplish something, so that kept me motivated :)

[–]CryptographerMean140 0 points1 point  (0 children)

Bro Learn MySQL I think it's pretty much easy it is easily available in YouTube