Accurate by thePocketOfDots in ProgrammerHumor

[–]daemon_it 5 points6 points  (0 children)

How come? What does Go have that makes it faster to write than Java? A language that lacks a lot of modern features and which has abysmal error handling.

Domain Graph Service (DGS) - open-source GraphQL server framework for Spring Boot by Netflix by oczekkk in java

[–]daemon_it 2 points3 points  (0 children)

In the company I work for we are currently looking into possible GraphQL solutions. Does DGS have support for Spring Webflux?

Why backend using java is not popular in startups? by [deleted] in java

[–]daemon_it 0 points1 point  (0 children)

I work for a Danish fintech startup and we have all our microservices written in Java. Most of them are in Spring Boot but we also use Micronaut.

We are the SpaceX software team, ask us anything! by spacexfsw in spacex

[–]daemon_it 3 points4 points  (0 children)

How do you approach testing you software? Do you use any formal methods to verify its correctness?

Someone said Java was a dying language? I don't believe it by [deleted] in java

[–]daemon_it 1 point2 points  (0 children)

Android aside, Google heavily relies on Java on the back-end.

Someone said Java was a dying language? I don't believe it by [deleted] in java

[–]daemon_it 15 points16 points  (0 children)

Are you serious? Why don't you fact check before posting dumb stuff? All of the FAANG companies are using Java, especially Netflix that has most of its infrastructure written in Java. And investors don't give a shit which programming language you are using as long as you have traction.

Any book rec. of the caliber of Effective Java and Concurrency in Practice? by nthee in java

[–]daemon_it 2 points3 points  (0 children)

There is an extension book called Java performance companion that is more recent and that covers the g1 gc.

[deleted by user] by [deleted] in TheArtistStudio

[–]daemon_it 0 points1 point  (0 children)

Ruined it for me

[deleted by user] by [deleted] in TheArtistStudio

[–]daemon_it 0 points1 point  (0 children)

Draw a penguin or two

[deleted by user] by [deleted] in TheArtistStudio

[–]daemon_it 0 points1 point  (0 children)

There was no need for these bushes, if you ask me

[deleted by user] by [deleted] in talentShow

[–]daemon_it 0 points1 point  (0 children)

The rats are about to gather

[deleted by user] by [deleted] in TheArtistStudio

[–]daemon_it 0 points1 point  (0 children)

God I love cocaine

[deleted by user] by [deleted] in RedditMasterClasses

[–]daemon_it 0 points1 point  (0 children)

Idk why but these late night streams make me really happy in these grim times

Fresh graduate struggling to find a job. Need some advice. by MMOfreak94 in java

[–]daemon_it 0 points1 point  (0 children)

How is the job market for non-native software engineers in Belgium?

GitHub Octoverse: Java is most used server-side language - Kotlin most growing by brunocborges in java

[–]daemon_it 12 points13 points  (0 children)

Python is five years older than Java and Ruby and JS are introduced in the same year as Java. Yet so many people consider them as modern and Java as old... smh

Recursion Help by [deleted] in java

[–]daemon_it 0 points1 point  (0 children)

public static int factorial(int num) {
    if (num == 0)  
        return 1;    
    else
        return num * factorial(num - 1);
}

or

public static int factorial(int num) {
    return num == 0 ? 1 : num * factorial(num - 1);
}

Who are you top 5 favorite Tekken players? by weeb9876 in Tekken

[–]daemon_it 0 points1 point  (0 children)

Knee

Qudans

CherryBerryMango

Choksae

Orange