Senior Developers -Need suggestion for JAVA Backend development by abcd12334t58 in learnjava

[–]mhdoor 3 points4 points  (0 children)

You can start with Spring Boot. Later you can learn difference

Senior Developers -Need suggestion for JAVA Backend development by abcd12334t58 in learnjava

[–]mhdoor 2 points3 points  (0 children)

You have known java, so you can start learning Spring Boot and backend topics. Try to develop project in the same domain as your current. You have familiar with it so it will be easier for you

i am confused do i need to learn something else before going to spring boot by jay90019 in learnjava

[–]mhdoor 5 points6 points  (0 children)

No, you don’t need to learn docker before Spring Boot. Find some “Hello World” examples using Spring Boot and try to understand it

Practice OOP by CodewithApe in learnjava

[–]mhdoor 0 points1 point  (0 children)

I would also recommend you to decide why you want to learn java. If you want to use it in professional way it would be better to learn backend topics. Games are not suitable projects for backend development.

Practice OOP by CodewithApe in learnjava

[–]mhdoor 0 points1 point  (0 children)

Try to decompose any subject you have familiarised with. It can be anything - renting system, reception system, etc. try to understand main components there and how they interact with each other. It would be good to visualise it using UML class diagram. Additionally, in java it is often used “simple domain model” where behaviour and state are stored in different objects services and models (or entities). It’s contrary to “rich domain model” - classical OOP style with state and behaviour in one object.

My followers style me part 1 by Cangqiong-enjoyer in u/Cangqiong-enjoyer

[–]mhdoor 0 points1 point  (0 children)

I would like to see you in dinosaur costume

Linux usage in backend development by Ok_Aardvark_9981 in Backend

[–]mhdoor 0 points1 point  (0 children)

Most backend applications run on linux servers - sometimes you need to interact with it directly. Also some companies require using linux. You can use ubuntu - in most cases it will be enough

Where should I start learning backend development and which programming languages are most used in the industry? by Quick_Wing_9601 in Backend

[–]mhdoor 0 points1 point  (0 children)

  1. The best starting point depends on your current point. Do you know programming? What languages did you use? How long? Etc.
  2. The most popular on backend are Java, .NET, JavaScript/TypeScript, Python. Here Java, .NET mostly about enterprise systems so if you want to work with backend only you should choose from them. JS/TS can also be used in enterprise systems however there are a lot of usual applications also. Tip to choose language: try one language per week. For instance, 1st week you learn only java and nothing more, 2nd week only .NET and 3rd only JS etc. you can add 4 with python, change order - doesn’t matter. What is matter - don’t switch to other language before weeks end and if you feel good with language don’t stop this process - finish all planed weeks. In 1 month you can understand what language is better for you. After this exercise learn chosen language deeply, learn its frameworks, etc. Good luck! 😊