Yet another article on useful Git commands
If you’re like me who working on Git all the time, you will fall in love with Git easily. Git is a powerful yet convenient...
Understanding extensions method in Scala
Extension Method in Scala [crayon-600786490fb3b886647437/] First time looking at this code, I was wondering why an Integer can have method seconds. [crayon-600786490fb45860048118/] It’s so magic....
Streams trong Scala
Stream là gì? Một stream giống như một list, ngoại trừ việc các phần tử của nó có tính lazy. Do vậy mà stream có...