最新发布第1746页
Node.js has a higher cognitive load than Java-拾光赋

Node.js has a higher cognitive load than Java

Node.js has a higher cognitive load than Java,I'm going to preface this by saying that I'm a much bigger user of Java than I am of node. I do like node, but I just don't use it as ...
Follow These Java Best Practices for Ultimate App Performance-拾光赋

Follow These Java Best Practices for Ultimate App Performance

Follow These Java Best Practices for Ultimate App Performance,Java is a programming language that has evolved the most. From being birthed as an embedded devices' programming langu...
Java Enterprise 101: Building a REST Server with Spring Boot-拾光赋

Java Enterprise 101: Building a REST Server with Spring Boot

Java Enterprise 101: Building a REST Server with Spring Boot,Following up on the first part of Java Enterprise 101, this time around we will get our hands dirty and implement the J...
JVM Primer Part 2 - Debugging memory issues-拾光赋

JVM Primer Part 2 – Debugging memory issues

JVM Primer Part 2 - Debugging memory issues, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Debugging memory ...
AtomicReference, a sometimes easier alternative to synchronized blocks-拾光赋

AtomicReference, a sometimes easier alternative to synchronized blocks

AtomicReference, a sometimes easier alternative to synchronized blocks,Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section advanced...
kity的头像-拾光赋kity7年前
0256
A Primer on JVM Memory Management and Troubleshooting - 1-拾光赋

A Primer on JVM Memory Management and Troubleshooting – 1

A Primer on JVM Memory Management and Troubleshooting - 1, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Deb...
Playing With Apache Storm On Docker - Like A Boss-拾光赋

Playing With Apache Storm On Docker – Like A Boss

Playing With Apache Storm On Docker - Like A Boss,This article is not the ultimate guide to Storm nor is it meant to be. Storm's pretty huge, and just one long-read probably can't ...
Are you worried where your garbage goes?-拾光赋

Are you worried where your garbage goes?

Are you worried where your garbage goes?,I have started with Java as my programming language and developed many applications in Java only (Ok, sometimes python) for 3 years. It is ...
Implementing in-app language change-拾光赋

Implementing in-app language change

Implementing in-app language change,Android resolves language- and culture-specific resources based on the system locale setting. This is a desired behavior that makes perfect sens...
Como criar uma aplicação REST API básica com Spark-拾光赋

Como criar uma aplicação REST API básica com Spark

Como criar uma aplicação REST API básica com Spark,Através do micro framework Spark é possível criar micro serviços web com grande facilidade, envelopar num jar gordo e bota...
In-memory database tests with Querydsl-拾光赋

In-memory database tests with Querydsl

In-memory database tests with Querydsl,Writing tests is an important skill of a software engineer. I used to write lots of very focused, narrow unit tests. However, I often found s...
Kissing the state machine goodbye-拾光赋

Kissing the state machine goodbye

Kissing the state machine goodbye,Recently, I have written about simplifying an event sourced application. The article starts with code from a talk by Jakub Pilimon and Kenny Basta...