kotlin 第34页
The Evolution of Assertions in Java Tests-拾光赋

The Evolution of Assertions in Java Tests

The Evolution of Assertions in Java Tests,As a developer, I certainly qualify as a testing freak. I absolutely love automated tests that produce meaningful output. Today, I want to...
kity的头像-拾光赋kity7年前
0445
Java is too old, What should you learn in 2018?-拾光赋

Java is too old, What should you learn in 2018?

Java is too old, What should you learn in 2018?, Java is too old, What should you learn in 2018? Java has become legacy. It can’t evolve in to a modern language while keeping its ...
kity的头像-拾光赋kity7年前
04611
Kotlin-拾光赋

Kotlin

Kotlin,In this year's KotlinConf keynote Andrey Breslav mentioned how pleasantly surprised he was by the results of Google search for 'Kotlin love' keywords. Developers love workin...
kity的头像-拾光赋kity7年前
0205
How to write tests for an android app?-拾光赋

How to write tests for an android app?

How to write tests for an android app?,I have an app that I built recently the repo. Its even live on the play store but I'm worried that there's not even a single test written for...
kity的头像-拾光赋kity7年前
0418
Showdev: Coworker - A New Job Queue for the JVM-拾光赋

Showdev: Coworker – A New Job Queue for the JVM

Showdev: Coworker - A New Job Queue for the JVM,If you've ever written a ruby on rails app you'll know a very common pattern is to have a Job Runner, like Delayed Jobs, Sidekiq, or...
kity的头像-拾光赋kity7年前
0349
Kotlin - The Good, the Bad and the Ugly-拾光赋

Kotlin – The Good, the Bad and the Ugly

Kotlin - The Good, the Bad and the Ugly,Hi folks! This is an article I've wanted to write for quite some time now. I've seen my fair share of Kotlin and also used it in production....
kity的头像-拾光赋kity7年前
0295
Pains of Java generics solved in Kotlin-拾光赋

Pains of Java generics solved in Kotlin

Pains of Java generics solved in Kotlin, The problem Why does this not compile in Java? Optional<Integer> optionalInteger = Optional.of(1); Optional<Number> optionalNum...
kity的头像-拾光赋kity7年前
02410
To Queue or not to Queue?-拾光赋

To Queue or not to Queue?

To Queue or not to Queue?, That should not be a question Waiting In Line To See Star Wars: 1977–2000 No one likes to stand in line¹. Most people hate to waste their time queuing ...
kity的头像-拾光赋kity7年前
02514
Micronaut: A five-minute introduction.-拾光赋

Micronaut: A five-minute introduction.

Micronaut: A five-minute introduction.,Micronaut is a new open source Java/JVM framework for creating microservice applications. Development is being led by the creators of the Gra...
kity的头像-拾光赋kity7年前
03610
Kotlin - Is it time to switch from Java?-拾光赋

Kotlin – Is it time to switch from Java?

Kotlin - Is it time to switch from Java?,Kotlin is now official part of the Android development. But I am trying to find out if existing Android app should move to kotlin now. I am...
kity的头像-拾光赋kity7年前
02910
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 ...
kity的头像-拾光赋kity7年前
0327
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...
kity的头像-拾光赋kity7年前
0209