File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ defmodule AlgoraWeb.Components.TechBadge do
58
58
defp icon_class ( "github" ) , do: "bg-white invert saturate-0"
59
59
defp icon_class ( "bash" ) , do: "bg-white invert saturate-0"
60
60
defp icon_class ( "twitter" ) , do: "bg-white invert saturate-0"
61
+ defp icon_class ( "apachekafka" ) , do: "bg-white invert saturate-0"
61
62
defp icon_class ( _tech ) , do: "bg-transparent"
62
63
63
64
defp normalize ( tech ) do
@@ -80,6 +81,12 @@ defmodule AlgoraWeb.Components.TechBadge do
80
81
"react.js" ->
81
82
"react"
82
83
84
+ "react native" ->
85
+ "react"
86
+
87
+ "nest.js" ->
88
+ "nestjs"
89
+
83
90
"shell" ->
84
91
"bash"
85
92
@@ -104,6 +111,9 @@ defmodule AlgoraWeb.Components.TechBadge do
104
111
"transformers" ->
105
112
"huggingface"
106
113
114
+ "kafka" ->
115
+ "apachekafka"
116
+
107
117
t ->
108
118
t
109
119
|> String . replace ( "+" , "plus" )
@@ -132,6 +142,7 @@ defmodule AlgoraWeb.Components.TechBadge do
132
142
"Kotlin" ,
133
143
"Swift" ,
134
144
"Elixir" ,
145
+ "Haskell" ,
135
146
"Lua" ,
136
147
"OCaml" ,
137
148
"Crystal" ,
@@ -157,9 +168,11 @@ defmodule AlgoraWeb.Components.TechBadge do
157
168
"Astro" ,
158
169
"Node.js" ,
159
170
"Next.js" ,
171
+ "Nest.js" ,
160
172
"HTML" ,
161
173
"CSS" ,
162
174
"PostgreSQL" ,
175
+ "Redis" ,
163
176
"Figma" ,
164
177
"Prometheus" ,
165
178
"Grafana" ,
@@ -182,7 +195,12 @@ defmodule AlgoraWeb.Components.TechBadge do
182
195
"YouTube" ,
183
196
"LinkedIn" ,
184
197
"TikTok" ,
185
- "Django"
198
+ "Django" ,
199
+ "ApacheKafka" ,
200
+ "ObjectiveC" ,
201
+ "Envoy" ,
202
+ "RabbitMQ" ,
203
+ "Flutter"
186
204
]
187
205
end
188
206
end
You can’t perform that action at this time.
0 commit comments