All Stories
How to find the latest Azure deployment template schema API version
Using the latest ARM templates schema API version is important only when provisioning new resources. In general, there is no need to keep up-to-date API version of the already deploye...
In Azure, Nov 17, 2021How to execute MySQL DB migrations with Symfony and Doctrine
If you are working on infrastructure with a lot of microservices as a developer you may face difficulties executing SQL queries in terms of keeping database structure clean and safe c...
In MySQL, Nov 16, 2021Get a list of all Azure regions available
Speaking of Azure regions and locations, very often we think of the commercial Azure cloud, since there is Azure Government, which basically represents a completely isolated Azure clo...
In Azure, Nov 15, 2021How to install Logstash on Debian 11
Every data processing service needs a data processing pipeline that will help you to gather data from different sources. Nowadays, Logstash is one of the most efficient and required d...
In Logging, Debian, Nov 14, 2021How to install Apple Command Line Tools
Apple Command Line Tools are part of the Xcode, the official integrated development environment (IDE) for macOS. The installation is a one-liner, so let’s just jump right into it.
In macOS, Nov 13, 2021How to export and import all MySQL databases at once
Working with microservices will ramp up the number of MySQL databases. So, if you need to create a backup for all of them at once there is a way to do it through the CLI. Also importi...
In MySQL, Nov 12, 2021How to check Ruby version
There are multiple ways you could find out which Ruby version you are running on your local machine.
In Ruby, Nov 11, 2021How to install Grafana on Debian 11
Seemingly some enterprise monitoring solutions look that they can be suitable for your infrastructure but afterwards it shows up that your expectations are not satisfied. There are a ...
In Monitoring, Debian, Nov 10, 2021Solution: Ignoring GEM because its extensions are not built
Solutions to common issues in Ruby dev environment series: Solution: cannot load such file – webrick (LoadError) Solution: gem eventmachine fatal error: ‘openssl/ssl.h’ file not fou...
In Ruby, Nov 09, 2021Resolve RabbitMQ 'Node statistics not available' in Cluster Node
Setting up RabbitMQ cluster with master and slave instances can invoke some node destabilization like the error Node statistics not available. Here I’m going to show you few steps how...
In RabbitMQ, Nov 08, 2021