Skip to content

Commit a129a11

Browse files
committed
update tech badges
1 parent 658298f commit a129a11

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

lib/algora_web/components/tech_badge.ex

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ defmodule AlgoraWeb.Components.TechBadge do
5858
defp icon_class("github"), do: "bg-white invert saturate-0"
5959
defp icon_class("bash"), do: "bg-white invert saturate-0"
6060
defp icon_class("twitter"), do: "bg-white invert saturate-0"
61+
defp icon_class("apachekafka"), do: "bg-white invert saturate-0"
6162
defp icon_class(_tech), do: "bg-transparent"
6263

6364
defp normalize(tech) do
@@ -80,6 +81,12 @@ defmodule AlgoraWeb.Components.TechBadge do
8081
"react.js" ->
8182
"react"
8283

84+
"react native" ->
85+
"react"
86+
87+
"nest.js" ->
88+
"nestjs"
89+
8390
"shell" ->
8491
"bash"
8592

@@ -104,6 +111,9 @@ defmodule AlgoraWeb.Components.TechBadge do
104111
"transformers" ->
105112
"huggingface"
106113

114+
"kafka" ->
115+
"apachekafka"
116+
107117
t ->
108118
t
109119
|> String.replace("+", "plus")
@@ -132,6 +142,7 @@ defmodule AlgoraWeb.Components.TechBadge do
132142
"Kotlin",
133143
"Swift",
134144
"Elixir",
145+
"Haskell",
135146
"Lua",
136147
"OCaml",
137148
"Crystal",
@@ -157,9 +168,11 @@ defmodule AlgoraWeb.Components.TechBadge do
157168
"Astro",
158169
"Node.js",
159170
"Next.js",
171+
"Nest.js",
160172
"HTML",
161173
"CSS",
162174
"PostgreSQL",
175+
"Redis",
163176
"Figma",
164177
"Prometheus",
165178
"Grafana",
@@ -182,7 +195,12 @@ defmodule AlgoraWeb.Components.TechBadge do
182195
"YouTube",
183196
"LinkedIn",
184197
"TikTok",
185-
"Django"
198+
"Django",
199+
"ApacheKafka",
200+
"ObjectiveC",
201+
"Envoy",
202+
"RabbitMQ",
203+
"Flutter"
186204
]
187205
end
188206
end

0 commit comments

Comments
 (0)