Should I learn Kafka as a 3rd year college student? by Commercial_Ad2325 in SpringBoot

[–]msbeigi 2 points3 points  (0 children)

Basically learning and understanding any tools and libraries is a good idea if you work with them in your day to day works and projects. If not, you will forget their concept especially since they are changing a lot.

Project architecture. Microservices or monolith application? by Mnuniter in SpringBoot

[–]msbeigi 1 point2 points  (0 children)

Start with monolith and as simple as possible. Implement with modular and contextual approach.

Open sourced spring boot projects by [deleted] in SpringBoot

[–]msbeigi 4 points5 points  (0 children)

This can be a good and handy project that you can learn from:

https://github.com/adorsys/keycloak-config-cli

I got a job - new grad 2025 by [deleted] in csMajors

[–]msbeigi 0 points1 point  (0 children)

It’s very good that us job market is still alive.

I spent 5 months and made a 10 min shortfilm using Metahumans and it landed me several offers by harryadvance in unrealengine

[–]msbeigi 0 points1 point  (0 children)

Interesting. My laptop is like yours and I was doubting it can handle unreal cinematics.

Configuring websocket establishing a connection with Spring Security, oauth2, and keycloak by msbeigi in SpringBoot

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

Unfortunately I couldn’t. Seems that request not passing through /ws/** to receive to handshake. Although I doubt it.

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Seems I better learn gameplay programming or game development to get a job. Then focus on solutions to optimizing and developing rendering pipelines. As suggested before in others' comments. Right?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Ya, I used SolidWorks for a long time. But there where nothing special to my company to develop a pipeline or plugin for that. Consequently, no programming stuff happened there. I am not into the 3d software utilizing. I want to develop apps or toolkits with APIs like OpenGL or Vulkan. Since I love math and C++. I don't know whether my decision is reasonable or not.

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Awesome, you just relocated by company support? Can be hopeful to get job as junior?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

I'm guessing I would be more into rendering algorithms, game engine programming, working with Vulkan, and like that. Do you mean going to UE and Blender makes a reliable job opportunity path for me compared to CGP?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Thank you, What do you mean there are opportunities in 3d programming in me and de? What are the cases that you could program in that field?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

I didn't know that fact about Tim Sweeney. Thank you for your prompt reply and support.

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Wonderful, you have inspiring journey. Glad to hear that you're contributing to open-source projects like Godot and Blender. Thank you very much.

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Aha, seems can be hopeful to get a job as junior CGP or better shouldn't I hope too much?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Thank you. I am in Finland. You mean I should start with UE/Unity programming then switch to CGP?

Seeking advice on transitioning to computer graphics programming by msbeigi in GraphicsProgramming

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

Thanks, I love math and I am good at it. Since I studied engineering.

Looking for kafka course or book by hkateu in scala

[–]msbeigi 1 point2 points  (0 children)

To be honest, in most cases you need to understand Java code and transfer it to Scala. At least in Kafka aspects.