Pinned Repositories
akka-io-demo
https://bitbucket.org/snippets/exante/7j8nn
algorithms-data-structures
completablefuture
CompletableFuture in Java 8 - asynchronous processing done right
concurrency
coursera-progfun-faqs
Community FAQs for Functional Programming Principles in Scala class on Coursera.
designpatterns
dotFiles
my dot files
essential-effects-code
Code for Inner Product's "Essential Effects" course.
fpinscala
Code, exercises, answers, and hints to go along with the book "Functional Programming in Scala"
mpakhomov's Repositories
mpakhomov/akka-io-demo
https://bitbucket.org/snippets/exante/7j8nn
mpakhomov/coursera-progfun-faqs
Community FAQs for Functional Programming Principles in Scala class on Coursera.
mpakhomov/algorithms-data-structures
mpakhomov/completablefuture
CompletableFuture in Java 8 - asynchronous processing done right
mpakhomov/concurrency
mpakhomov/designpatterns
mpakhomov/dotFiles
my dot files
mpakhomov/essential-effects-code
Code for Inner Product's "Essential Effects" course.
mpakhomov/fpinscala
Code, exercises, answers, and hints to go along with the book "Functional Programming in Scala"
mpakhomov/interviews
Solutions to popular job interview problems in Scala
mpakhomov/java-design-patterns
Design pattern samples implemented in Java
mpakhomov/JAVA-Search-Trees--Skiplist-Implementation
For Algorithm Course Project. This project asked us to implement Binary Search Tree, RB Tree, SplayTree, and SkipList in JAVA.
mpakhomov/java8-lambda-stream
My experiments with Java 8 Lambdas and Streams
mpakhomov/prg-concurrency-on-the-jvm
My experiments with source code from Programming Concurrency On the JVM
mpakhomov/proper-wiki
A wiki engine written in Scala
mpakhomov/scala-collections
A number of collection implementations for Scala (including a few ported from Clojure)
mpakhomov/scala-maven-example
example of scala application compiled with maven
mpakhomov/scala-progfun-2015
mpakhomov/scalacaster
Purely Functional Algorithms and Data Structures in Scala
mpakhomov/spark-examples
my spark examples
mpakhomov/spring-minimal-template
My minimal template for Spring application
mpakhomov/todosapp
exploring ways to build a sample to-do application using server-side asynchronous request processing in JVM web frameworks