Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 6cc1eb4

Browse files
committed
feat: add blog slug
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
1 parent 1292c5b commit 6cc1eb4

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

blog/authors.yml

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
borovcanin:
2-
name: 'Dusan borovcanin'
3-
title: 'Software Engineer'
4-
url: 'https://github.com/dborovcanin'
2+
name: "Dusan borovcanin"
3+
title: "Software Engineer"
4+
url: "https://github.com/dborovcanin"
55

66
draskovic:
7-
name: 'Drasko Draskovic'
8-
title: 'Software Engineer'
9-
url: 'https://github.com/drasko'
10-
email: 'drasko.draskovic@gmail.com'
7+
name: "Drasko Draskovic"
8+
title: "Software Engineer"
9+
url: "https://github.com/drasko"
10+
email: "drasko.draskovic@gmail.com"
1111

1212
osodo:
13-
name: 'Rodney Osodo'
14-
title: 'Software Engineer'
15-
url: 'http://rodneyosodo.com/'
13+
name: "Rodney Osodo"
14+
title: "Software Engineer"
15+
url: "http://rodneyosodo.com/"
1616
socials:
17-
twitter: 'https://twitter.com/b1ackd0t'
17+
twitter: "https://twitter.com/b1ackd0t"
1818

19-
musilah:
20-
name: 'Nataly Musilah'
21-
title: 'Software Engineer'
22-
url: 'https://github.com/Musilah'
23-
email: 'nataleigh.nk@gmail.com'
19+
musilah:
20+
name: "Nataly Musilah"
21+
title: "Software Engineer"
22+
url: "https://github.com/Musilah"
23+
email: "nataleigh.nk@gmail.com"
24+
25+
felix:
26+
name: "Felix Gateru"
27+
title: "Software Engineer"
28+
url: "https://github.com/felixgateru"
29+
email: "felix.gateru@gmail.com"

blog/mqtt-broker-selection/mqtt-broker-selection.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
---
2+
slug: mqtt-broker-selection
3+
title: Selecting an MQTT broker for the SuperMQ messaging platform
4+
authors: felix
5+
description: Description of how and why we selected our current MQTT broker.
6+
tags:
7+
[
8+
mqtt,
9+
iot,
10+
message-broker,
11+
rabbitmq,
12+
distributed-systems,
13+
scalability,
14+
open-source
15+
]
16+
---
17+
118
# MQTT Broker Selection
219

320
## Summary

0 commit comments

Comments
 (0)