Article series

Graphs and Big data

Walk-through of modern technologies for working with graph and their usage in Big data area.

  1. Introduction to graphs and Neo4j. Graph processing in Spark.

How to choose a programming language

In this series we've collected opinions of our mentors on how to choose first programming langauge and which factors to consider.

  1. How to choose a programming language?
  2. Google Pixel vs. iPhone 7 or how programming languages are being chosen in real life

Development of GrooveHQ Ruby Gem

In this series we will create a gem for working with API of GrooveHQ. This service doesn't have its own client API libraries. The final result is available on GitHub and rubygems and we hope that others developers, who rely on GrooveHQ, will use it as well. By the end of the series you will learn how to create gems from scratch and companies using GrooveHQ and ruby will be able to use this gem to solve their own problems.

  1. How to create a gem for working with an API
  2. Writing an API gem: choosing the structure and the tools
  3. Writing an API gem: how to write tests for an external API
  4. Writing an API gem: What is Hypermedia API and how to make friends with it
  5. Writing an API gem: the final metaprogramming

Developing an app with Dry-rb

Rostislav Katin writes a series of articles on what is Dry-rb, how to use it in your Ruby app and how can it be better then using Rails. First article explains the basic and after that it goes feature by feature.

  1. What is dry-rb and how it might help solve problems with a Rails app
  2. How to launch an app with dry-system
  3. How to use Command pattern with the help of Dry-transaction

Services for Your Project

As years go by, we here at mkdev use more and more different services and tools. Here they all are, with prices and details!

  1. Services for Online Education Startup
  2. Tools & Services for IT Consulting

Terraform Lightning Course

Rapid introduction into Terraform and Infrastructure as Code. You will learn how to use Terraform to manage multi-cloud environments, starting with most basic concepts and going to complex setups closer to the end.

  1. Infrastructure as Code and How Terraform Fits Into It