jvm 第8页
Monads in Scala by example-拾光赋

Monads in Scala by example

Monads in Scala by example,Monad is a quite popular construct used in functional programming world. Scala is no different there, utilizing monads in various places of standard libr...
kity的头像-拾光赋kity5年前
04415
Variances in Scala-拾光赋

Variances in Scala

Variances in Scala,Scala supports using type parameters to implement a classes and functions that can support multiple types. Type parameters are very useful when creating a generi...
kity的头像-拾光赋kity5年前
0505
Scala tail recursion by example-拾光赋

Scala tail recursion by example

Scala tail recursion by example,A tail recursive function in Scala is remedy if your recursive functions causes a stack overflow. Furthermore, tail recursion is a great way if to m...
kity的头像-拾光赋kity5年前
04315
5 Scala syntactic Tips&Tricks-拾光赋

5 Scala syntactic Tips&Tricks

5 Scala syntactic Tips&Tricks,Scala is quite a special language. Your initial lines of code, especially if you know Java, are quite simple. But, after digging deeper into all hidde...
kity的头像-拾光赋kity5年前
0269
Java Under the Hood-拾光赋

Java Under the Hood

Java Under the Hood,This post offers a brief introduction to how Java executes a code written in Java Language under the hood. Here is the list that I am going to explore, 1. Java ...
kity的头像-拾光赋kity5年前
02010
JVM memory usage monitoring tools-拾光赋

JVM memory usage monitoring tools

JVM memory usage monitoring tools,During the last few days I looked into JVM memory monitoring tools. That is one area of expertise that I am definitely not familiar with. The gene...
kity的头像-拾光赋kity5年前
02611
GraalVM - Polyglot Virtual Machine-拾光赋

GraalVM – Polyglot Virtual Machine

GraalVM - Polyglot Virtual Machine,It seems like the whole Java ecosystem is going to adopt GraalVM in these days. Every library, framework and even community speakers, developers ...
kity的头像-拾光赋kity5年前
0286
JVM Internals: Memory Overview-拾光赋

JVM Internals: Memory Overview

JVM Internals: Memory Overview, Introduction This was originally posted on my own blog a few years back, but I'd rather continue the series here, so, re-posting. What is this post ...
kity的头像-拾光赋kity5年前
02710
# Quarkus depois do 1.0-拾光赋

# Quarkus depois do 1.0

# Quarkus depois do 1.0,A um tempo escrevi sobre o que era o quarkus nesse post. Pouco tempo depois lançaram a versão 1.0 que uma visão fria fala sobre sair do beta. Depois dess...
kity的头像-拾光赋kity5年前
02115
How to Read Java Bytecode (with examples)-拾光赋

How to Read Java Bytecode (with examples)

How to Read Java Bytecode (with examples),Cover image courtesy of divinetechygirl When working with the JVM ecosystem, it's important to spend some time and understand what is happ...
kity的头像-拾光赋kity6年前
0278
An introduction to JVM bytecode-拾光赋

An introduction to JVM bytecode

An introduction to JVM bytecode,Hey there! Now that I'm starting to use this site more frequently, I was reminded of an article that I wrote a bit more than a month ago and figured...
kity的头像-拾光赋kity6年前
02511
Introducing Kotlin at ING, a long but rewarding story-拾光赋

Introducing Kotlin at ING, a long but rewarding story

Introducing Kotlin at ING, a long but rewarding story,This article describes our journey being the first team to run Kotlin in the backend at ING (Netherlands). Hopefully this arti...
kity的头像-拾光赋kity6年前
0216