Quantcast
Channel: Janik's beam » iphone
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Functional Programming Principles in Scala

Just finished this excellent course at Coursera.org and got with distinction. Highly recommended to all who is interesting in Scala. Personally, I’m going to investigate Scala + Akka + Play! mixture.    

View Article



Some ruby fun with arrays

Find missed digits in array if all digits must be sorted and digits must be n, n+1, n+2, etc Ruby a = [1,2,3,5,6,7,9,10,11] a.each_cons(2).to_a.select {|(x,y)| y-x != 1 }.map {|(x, y)| x+1 } #=> [4,...

View Article

Image may be NSFW.
Clik here to view.

Stat2.1x Introduction to Statistics: Descriptive Statistics

Another excellent course have been done. This time it was at edX.org. It was really fun and I’m going to continue this course to Stat2.2x and so on.    

View Article

Image may be NSFW.
Clik here to view.

One more course from Edx.org – Software as a Service

Quite good course related to development process and skills in Ruby on Rails. Recomended.

View Article

Вывод чисел с разделителями

n = 10000.to_s #1 p n.reverse.scan(/(\d{1,3})/).join(',').reverse #2 работает как для целых, так и для чисел с запятой p n.reverse.gsub(/(\d\d\d)(?=\d)(?!\d*\.)/,'\1,').reverse #3 p...

View Article


AirBnB Technology Stack

I found this list of technology components used by AirBnB interesting. Just to remember all of them… Rails Framework MySQL Database Hadoop Analytics Redis Key/Value Store CoffeeScript Client Language...

View Article

Image may be NSFW.
Clik here to view.

Welcome to NoSQL

Haven’t had any expirience with NoSQL before this course. Now I have. Thanks to people from 10gen. Excellent course, highly recommended.

View Article

Image may be NSFW.
Clik here to view.

MongoDB DBA

Finished this course M102: MongoDB for DBAs Enoyed a lot. Looking forward for more (real) use cases course.

View Article


Image may be NSFW.
Clik here to view.

Open Hasso Plattner Institut Course

Finished course at OpenHPI — In-Memory Data Management 2013 Enoyed it a lot. Recomended.  

View Article


Image may be NSFW.
Clik here to view.

Business Process Modeling and Analysis course

… at Open Hasso Plattner Institut successfully finished. Found it quite interesting. Last course for this year. So, welcome New Year and new courses

View Article
Browsing all 10 articles
Browse latest View live




Latest Images