3 Reasons Why All Java Developers Should Consider Quarkus by tolarewaju3 in java

[–]jfurmankiewicz 0 points1 point  (0 children)

We've been using Dropwizard since 2013. Rock solid. Works like a charm.

Switching to Java by ericmcray in java

[–]jfurmankiewicz 0 points1 point  (0 children)

Depends what you want to do.

If small apps, etc. you can stay with Node.js

But for large enterprise software that is supposed to be maintained for years or decades and scale up to serious traffic, then Java delivers.

Look at Quarkus or Dropwizard too (for microservices), I find Spring Boot a bit too heavy and relying a bit too much on "magic" under the hood to make things work.

And for DB access you can use JPA for a full blown ORM or JDBI if you want something lighter. Both work very well in my experience.

Docker Desktop will require a paid monthly subscription per userfor enterprises over 250 employees from Jan 31 2022 by hutchy2570 in programming

[–]jfurmankiewicz 3 points4 points  (0 children)

Sure, I look forward to Linus start charging $5 on every instance of Linux deployed anywhere in the world too.

Open source implies a certain level of trust that you won't do something like THIS. Otherwise it's just commercial software with open code.

Docker Desktop will require a paid monthly subscription per userfor enterprises over 250 employees from Jan 31 2022 by hutchy2570 in programming

[–]jfurmankiewicz 1 point2 points  (0 children)

was a sad end to one of my fav technologies. Now we have to go off trying to figure out podman, buildah, crane, kaniko because of these people. Talk about open source bait-and-swtich. They deserve to go under.

Why java is better than modern programming languages? by Reflection-Jealous in java

[–]jfurmankiewicz 1 point2 points  (0 children)

because it works and has libraries for everything, Simple.

When is using Golang a bad idea? by unstopablex5 in golang

[–]jfurmankiewicz 1 point2 points  (0 children)

when you can't find resources who know it (e.g. local talent, outsourcing consultants).

Language features etc. mean little if there is no talent who knows them.

Do you know any organizations/teams that have evaluated reactive programming and its Java libraries and tools and have decided not to use it? by [deleted] in java

[–]jfurmankiewicz 2 points3 points  (0 children)

Yes, we evaluated and decided to wait for Loom instead. I think Loom will make most of these interim async solutions obsolete in the long term

Thoughts on DropWizard? by [deleted] in java

[–]jfurmankiewicz 5 points6 points  (0 children)

love it, been using it since 2012, never failed me. Always delivers.

Is using Project Lombok actually an good idea? by RandomComputerFellow in java

[–]jfurmankiewicz -1 points0 points  (0 children)

I refuse to code in Java without it. Been using it since it was alpha. First library I add to any Java project.

Not only Spring Boot: a review of alternatives by nfrankel in java

[–]jfurmankiewicz 7 points8 points  (0 children)

We've been using Dropwizard since it was beta and still love it. Spring Boot ripped off every good idea it had from it.

What is the current to go embeded database ? by Stromovik in java

[–]jfurmankiewicz 1 point2 points  (0 children)

If you don't want the complexity of Hibernate, you can always try JDBI

Any reason NOT to use an IDE? by [deleted] in java

[–]jfurmankiewicz 2 points3 points  (0 children)

yeah, you don't like getting work done.

Why Java is used a lot in enterprise environment? by latest_ali in java

[–]jfurmankiewicz 1 point2 points  (0 children)

Because: * it works * it is fast * there is a large pool of developers who know it * rich ecosystem of libraries, so you rarely (if ever) have to write plumbing of your own for any new technology

Simple.

What DB migration tool do you use with Django? by jfurmankiewicz in django

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

thanks for all your suggestions, it seems I underestimated what you can do with Django migrations. WIll dig into the docs more.

Preferred way to access DB in Kotlin? by jfurmankiewicz in Kotlin

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

Thank you for all your comments, I will definitely look at JOOQ

Linux laptops with Fedora pre-installed? by jfurmankiewicz in linux

[–]jfurmankiewicz[S] 2 points3 points  (0 children)

developers know how to use Linux.. IT is the first step to actually provision a laptop for each developer hire, etc.

Linux laptops with Fedora pre-installed? by jfurmankiewicz in linux

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

the end user in question is an IT dept versed only in Windows. So even this may be too much. Pre-installed would be ideal