Hi guys. I'm from CN. Recently, I have been curio...
# random
j
Hi guys. I'm from CN. Recently, I have been curious whether programmers in different places prefer different technology stacks. On my end, the majority of companies are using Spring Boot + Mybatis for web backend application and Vue3+ ElementPlus for Front end. What about yours
s
Interesting… ChatGPT says there are indeed preferences based on availability of documentation in the own language and for what local companies hire.
Bild von iOS.jpg
j
The interesting thing is that these two frameworks still don't have official Chinese documentation. As far as I remember, they suddenly became very popular in China starting around 2016. Around 2020, specialized web development training programs for the Spring Boot ecosystem began to emerge. Their slogan was: "You can land a high-paying job with just 23,800 RMB."@Stefan Oltmann
đŸ‘€ 1
d
Interesting! My current team in đŸ‡¦đŸ‡º inherited a Spring Boot + Mybatis solution from a Chinese team. We hadn't heard of Mybatis before; so picking it up from the predominantly Chinese documentation has been interesting.
j
I'm now using the Ktorm as ORM framework. Almost every developers are using Mybatis in CN. I wonder which ORM framework used mostly in AU. @darkmoon_uk
d
I'm not a back-end focused Dev but as far as I've seen so far in ~10 years here it's still good old Hibernate.
s
If I were still to develop Java I would go for MyBatis instead of Hibernate. It offers more control; like I now have with SQLDelight. Hibernate is too hard to control.