Skip to content

Dots and Brackets: Code Blog

Blog about DevOps, distributed applications and microservices

  • Personal blog (ru)
  • About Me
  • Personal blog (ru)
  • About Me

Tag: quick guide

Scraping application metrics with Prometheus
Development

Scraping application metrics with Prometheus

January 25, 2017September 21, 202010

There’re two conceptually different approaches in collecting application metrics. There’s PUSH approach, when metrics storage sits somewhere and waits until metrics source pushes some data …

Building dashboards with Grafana
Development

Building dashboards with Grafana

January 18, 2017September 21, 20203

Even though Graphite does very decent job in displaying individual metrics graphs, its dashboards support is quite limited. Of cause, we could take its powerful Render URL API and …

Quick intro to rrdtool
Development

Quick intro to rrdtool

December 28, 2016September 21, 20201

I mentioned in previous post that collectd uses rrdtool for saving its data by default. It results .rrd  file for each metric, which later can be rendered using very …

Quick intro to Apache Kafka
Development

Quick intro to Apache Kafka

November 30, 2016September 21, 20200

What is Apache Kafka Official definition of Apache Kafka is distributed streaming platform, which starts to make sense only after reading at least few chapters …

Quick intro to RabbitMQ
Development

Quick intro to RabbitMQ

November 16, 2016September 21, 20202

RabbitMQ is an example of full blown Message Queue that somehow remained simple to use. Unlike ZeroMQ, which is embeddable into the services that use it, RabbitMQ …

Quick intro to Windows containers
Development

Quick intro to Windows containers

November 9, 2016September 21, 20200

It finally happened. With release of Windows Server 2016 you can run Docker containers with Windows inside. There’s no Virtual Machine hiding somewhere in order for that …

Quick intro to docker-compose
Development

Quick intro to docker-compose

October 5, 2016September 21, 20203

What is docker-compose Like docker itself allows managing single container, docker-compose makes it easy to control not just one, but all containers that make distributed app. …

3 ways to dockerize existing Node.js app
Development

3 ways to dockerize existing Node.js app

September 21, 2016September 21, 20204

Imagine you have Node.js app you would like to run from within Docker container. Maybe you want to check if it still works on ‘another’ …

Quick intro to Docker
Development

Quick intro to Docker

September 14, 2016September 21, 202012

What’s Docker. On the surface Docker looks like another virtual machine (VM). Just pick Ubuntu image with hello-world app inside, type docker run ubuntu hello-world  in your terminal of choice, …

Posts navigation

Previous 1 2 3

Recent Posts

  • Configuring Azure Arc Managed Identity with Terraform
  • Configuring Azure Arc VM’s Telemetry Collection with Terraform
  • Onboarding Custom VM to Azure Arc with Terraform
  • Creating changelog for Docker image
  • Reconnaissance in local network with nmap
  • 5 ways to deploy infrastructure to a cloud
  • Connecting power and reset buttons to Jetson Nano

Recent Comments

  • thoughtsunificator on Examining NodeJS core dump with llnode and lldb
  • pav on GitLab CI for ESP32 and Arduino
  • darkfader on GitLab CI for ESP32 and Arduino
  • darkfader on GitLab CI for ESP32 and Arduino
  • pav on GitLab CI for ESP32 and Arduino

Archives

  • December 2024
  • September 2023
  • August 2023
  • September 2022
  • April 2022
  • June 2021
  • July 2020
  • June 2020
  • July 2019
  • April 2019
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016

Categories

  • Developer's Life
  • Development
  • Robotics

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Dots and Brackets: Code Blog. Powered by WordPress and Bam.
 

Loading Comments...