Scala Performance Basic (part II)
This post is a continuation of the previous post: https://labs.flinters.vn/scala/scala-optimization-pitfalls-part-i/ (the title was changed to fit the purpose better) In previous post, we have examined...
Play framework: Dependency Injection for Unit Test
I- Problem: When one has to write Unit Test for Play Framework apps, more than usual one will have to use FakeApplication to provide an...
Scala best practices: Simple JSON API with Play
As a PHP developer, it’s quite hard to transform into Scala for me. Scala syntaxes, styles look very strange.. It’s costs me a day to handle parameters...
Vài giới thiệu về Scala cho lập trình viên PHP
Cùng với xu hướng công nghệ của công ty trong thời gian tới, tôi có tìm hiểu thêm về Scala và chia sẻ một số...
Play Framework: Accessing an SQL Database
Hi all, As you know, Play is an open source web application framework, written in Scala and Java, which follows the model–view–controller (MVC) architectural pattern....
Scala: One more step forward
Hi all, In two previous posts, I have guided you to prepare the environment, install IDE, and some basic of Scala. You can refer to...
Scala: From Zero to Algorithms
Introduction Hi all, In previous post, I have guided you to prepare the environment, install IDE, and write first Hello World Scala application using IntellJ....
Scala: First step to move on!
Hi everyone! Today I am going to help you, especially for developers who use Ubuntu as working OS, get start with Scala: install, create first...