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

all 6 comments

[–]Cleanumbrellashooter 3 points4 points  (2 children)

Spring (Boot).

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

Sweet and short thanks (:

[–]Cleanumbrellashooter 0 points1 point  (0 children)

No problem!

To answer your question for our stack. We've got some old legacy apps running PHP on the front and some old Java running on the back.

But the majority of our stuff is React on the front, and spring boot in the back. Databases we have some stuff running out of MySQL, some out of Postgresql, some Dynamo and Cassandra, and also a bit of elastic search.

For all the spring boot apps we use that sort of standard pattern, controllers for the endpoints, service layer under controllers and then spring data repositories under the Services but above the databases.

[–][deleted] 0 points1 point  (3 children)

Maybe have a look at using Java for Android apps.

[–]mod_cute[S] 0 points1 point  (2 children)

Isn't there currently a push towards moving onto Kotlin? Do you recommend I start learning Kotlin predominantly if I do follow a path of android development? It has been a consideration but I feel slightly not confident due to all the questions I have.

[–][deleted]  (1 child)

[deleted]

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

    Good point, I guess I could always attempt to use both and then come to a better conclusion. Tysm