• 9 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • I’ve had kinda an inverse experience of this.

    I was on a vacation to Mexico with my family and we decided to visit a local zoo. For the most part it was pretty similar to what we have back home with lions and gorillas but there was one exhibit that was drawing a large crowd so we decided to go see what it was. Once we are able to get a look inside there were just 4 or 5 white tailed deer grazing on some grass. We got a good laugh because back home these things are common to the point of nuisance. I don’t speak Spanish but I then started to notice several children pointing and mentioning “Bambi” to their parents and all the commotion made sense


















  • Yoast@notdigg.comtoJava@programming.devSuggestions for java dev wannabe?
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    10 months ago

    Spring is the industry standard for basically everything you mentioned. Not sure how much its used in FAANG (I know for a fact Netflix uses it) but its used by a large majority of other companies such as Edward Jones, Enterprise Rent a Car, John Deere and tons of others. Its a well designed framework that has libraries for basically everything you’d want to do. They have tutorials on their website and for anything they don’t cover a quick google search will reveal 100’s more. I like Baeldung for a lot of in depth guides as well. Finally I’ll mention that IMO the Spring site has some of the most extensive and comprehensive documentation I’ve seen and is a great resource

    As for where to start I’d start with Spring Boot, it’s a module focused on quickly getting something up and running. So it makes things like dependency management a bit easier as well as running a web-server and connecting to a database. Speaking of dependency management you’ll want to take a brief look Maven and Gradle. They’re both build tools similar to NPM in concept. Spring supports both equally its just preference. I personally use Maven b/c that’s what I was introduced to first through an internship back in the day

    Outside of Spring Boot you’ll want to take a look at Spring Framework and Spring Data. Spring Framework is the core project that all the others are kinda built on top of and will introduce you to a lot of the concepts you need to learn such as dependency injection. Spring Data is focused on interacting with databases so it helps manage the connection to the db and modeling to/from POJOs and the query language. The nice thing about it is that they do their best to abstract things from the underlying db technology. Working with a tradition sql db or a nosql db are pretty similar from a Spring perspective so go with whatever you’re more comfortable with or more interested in

    EDIT: Quick edit to clarify, you’ll be exposed to Spring Framework and Spring Data just by going through and messing with Spring Boot. I was just suggesting that those would be good places to do deep dives once you’re comfortable with the basics in Spring Boot





  • Kinda sounds like it might be easier to get away with if it was a crime and the burden of proof was higher

    “I didn’t know the router Comcast gave me came with an unprotected ‘Guest’ network enabled by default. Someone in one of the other apartments must have been using it to download torrents”

    Sounds like a reasonable doubt to me, I’m sure there’d be plenty of other explanations. Plus the work to retrieve everyone’s computers to investigate who actually downloaded it would be prohibitively intensive in anything other than the most extreme cases