scala共46篇
Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python-拾光赋

Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python

Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python, In today’s data-driven world, businesses rely on efficient data processing frameworks to g...
kity的头像-拾光赋kity3个月前
02514
Maybe Strikes Back-拾光赋

Maybe Strikes Back

Maybe Strikes Back, Absent Values (3 Part Series) 1 Optionality in Java 8 and beyond 2 Maybe Strikes Back 3 Expanding Horizons In the end of the previous chapter, we've stated that...
kity的头像-拾光赋kity2年前
0219
Quickly read file or any url in Scala/Java-拾光赋

Quickly read file or any url in Scala/Java

Quickly read file or any url in Scala/Java,One thing that is missing in Scala/Java standard library is a simple function loading a text file and returning it as a String. Of course...
kity的头像-拾光赋kity4年前
0425
Un vistazo a Java Virtual Machine (JVM)-拾光赋

Un vistazo a Java Virtual Machine (JVM)

Un vistazo a Java Virtual Machine (JVM),Java Virtual Machine (JVM) es uno de aquellos términos que pasa por desapercibido para la mayoría que incursiona en el mundo de Java. Incl...
kity的头像-拾光赋kity4年前
0335
Structured concurrency and pure functions-拾光赋

Structured concurrency and pure functions

Structured concurrency and pure functions,A function or a method is pure, if: it has no side effects the returned value depends only on the provided arguments We will be most inter...
kity的头像-拾光赋kity4年前
0468
Scala Tutorial for Java Programmers with examples-拾光赋

Scala Tutorial for Java Programmers with examples

Scala Tutorial for Java Programmers with examples,Scala is a general-purpose programming, type-safe JVM language language that offers support for object-oriented programming (OOP) ...
kity的头像-拾光赋kity4年前
05015
What is the best way to contribute to open source-拾光赋

What is the best way to contribute to open source

What is the best way to contribute to open source,If you were to write down the growth path of a developer, you might end up with something like: Junior Developer Mid Developer Sen...
kity的头像-拾光赋kity4年前
04511
JIT 101-拾光赋

JIT 101

JIT 101, JIT compilation and HotSpot are with no doubt some very complex topics. This blog is a very short article touching on the topic in question; it was originally intended to ...
kity的头像-拾光赋kity4年前
0237
The post I link when someone tells me that Java sucks-拾光赋

The post I link when someone tells me that Java sucks

The post I link when someone tells me that Java sucks, The post I link when someone tells me that Java sucks I had the chance to use other languages as well, but I spent the most p...
kity的头像-拾光赋kity5年前
04712
Quick Introduction to Apache NLPCraft-拾光赋

Quick Introduction to Apache NLPCraft

Quick Introduction to Apache NLPCraft,In this short article I would like to introduce Apache NLPCraft - an open source library for adding Natural Language Interface to any applicat...
kity的头像-拾光赋kity5年前
0487
Decentralised systems - SwayDB-拾光赋

Decentralised systems – SwayDB

Decentralised systems - SwayDB,TimeOrder in SwayDB can be used by decentralised systems for managing un-ordered writes and/or replication requests. Before going into details I will...
kity的头像-拾光赋kity5年前
03614
My journey through JVM languages-拾光赋

My journey through JVM languages

My journey through JVM languages,Java is not just a language. The real reason why it’s still so popular today is the mature and performant platform. And because the programs are c...
kity的头像-拾光赋kity5年前
0275