Article series
Argo CD Lightning Course
Learn all you need to know to start using Argo CD in a series of quick articles!
- What is Argo CD, and why would you need GitOps?
- Argo CD Installation and Architecture
- Argo CD Clusters and Repositories - Two Core Components
- How to deploy Applications within Projects in Argo CD
- Argo CD Self-Heal, Sync Windows and Diffing
- Argo Ecosystem: Argo CD, Argo Workflows, Argo Events, Argo Rollouts, Argo Everything
Helm Lightning Course
A quick introduction to Helm in 5 steps. You will go from zero to a fully functioning Helm Chart.
OpenShift/OKD Course
Learn the core concepts behind OpenShift 4 cluster management, starting from re-imagined installation experience down to the fundamental features that make this system special.
- Production OpenShift Cluster in 35 Minutes: First look at OKD 4 and the new OpenShift Installer
- 3 Core Features of OpenShift 4 Cluster Management: Fedora CoreOS, cri-o and MachineSet API
- How to Configure OpenShift 4 Cluster Nodes: MachineConfig Operator and CoreOS
- OpenShift 4 Troubleshooting: Your Cluster is Broken, What's Next?
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.
- Infrastructure as Code and How Terraform Fits Into It
- Terraform Fundamentals: State Management and Dependency Graph, Creating the First Server
- Configuring Terraform Templates: Variables and Data Resources
- Terraform Tips & Tricks, Issue 1: Format, Graph and State
- Creating Multi-cloud Terraform environment with the help of remote state backends and AWS S3
- Refactor Terraform code with Modules
- Creating Kubernetes Clusters with Terraform: Learning Provisioners
- Terraform Tips & Tricks, Issue 2: Registry, Locals and Workspaces
Service Mesh
All about Service Mesh!
Kubernetes Capacity Management
A three part series by Kirill Shirinkin that will take you on an in-depth journey through the world of Kubernetes Capacity and Resource Management.
Dockerless
In this series of articles Kirill Shirinkin talks about life without Docker and alternative tools you can use to perform tasks without it.
- Dockerless, part 1: Which tools to replace Docker with and why
- Dockerless, part 2: How to build container image for Rails application without Docker and Dockerfile
- Dockerless, part 3: Moving development environment to containers with Podman
- The tool that really runs your containers: deep dive into runc and OCI specifications
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!
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.
How to become a programmer: stories of our mentors
One of the most painful questions for newbies is “where do I start?”. In this series mkdev mentors will give their answers. Not only will they tell how they became programmers, but they will also share which difficulties they’ve met and how they could be avoided. Mentors will also give useful tips on what to do and what to read.
- How to become a RoR web developer: Ivan Takarlikov’s story
- Where to begin as a programmer: Ilya Konovalov’s story
- How to become a RoR Developer: Stas Mehonoshin’s story
- How to become a programmer: Kirill Shirinkin's story
- How to become a Python Developer: Aleksey Kurylev's story
- How to become a Java & Spring Developer: Rinat Muhamedgaliev’s story
- How to become a QA Engineer: Pavel Konev’s story
- How to become a PHP-developer: Ruslan Kuptsov’s story
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.
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.
Which database when for AI
A two-part series by Paul Larsen to answer the question: which database when for AI?