Skip to content

Commit 565dbf3

Browse files
committed
(enhance) Improve expertise groupings
1 parent b1ff2b9 commit 565dbf3

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

lib/revstack_web/live/whoami_live.ex

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -330,33 +330,35 @@ defmodule RevstackWeb.WhoamiLive do
330330
<.expertise_group
331331
title="BEAM & Languages"
332332
items={[
333-
"Erlang/OTP (GenServers, Supervisors, clustering)",
334-
"Elixir",
335-
"Phoenix + LiveView",
336-
"Ash Framework",
333+
"Erlang/OTP",
334+
"Elixir (Phoenix + LiveView + Ash Framework)",
337335
"BEAM VM tuning & relup zero-downtime upgrades",
338-
"REST API design & third-party integrations"
336+
"REST API design & third-party integrations",
337+
"Distributed systems design (clustering, fault tolerance, supervision)",
338+
"Real-time systems & high-throughput processing"
339339
]}
340340
/>
341341
<.expertise_group
342342
title="Data & Messaging"
343343
items={[
344-
"Cassandra (6-node production cluster)",
345-
"PostgreSQL",
346-
"Elasticsearch / OpenSearch analytics",
347-
"Apache Spark (AWS EMR)",
348344
"RabbitMQ distributed messaging pipelines",
345+
"PostgreSQL / SQL data modeling and optimization",
346+
"Elasticsearch / OpenSearch analytics",
347+
"Cassandra",
348+
"Apache Spark (AWS EMR, scala)",
349349
"Time-series data modeling (1.5M+ events/day)"
350350
]}
351351
/>
352352
<.expertise_group
353353
title="Infrastructure & DevOps"
354354
items={[
355-
"AWS (EC2, RDS, S3)",
356-
"Linux operations & administration",
357-
"Ansible automation",
358-
"CI/CD (Jenkins, Ansible)",
359-
"Observability & reliability engineering"
355+
"Production Infrastructure (AWS, fly.io)",
356+
"Infrastructure as Code (Ansible, CI/CD Pipelines)",
357+
"VPS Provisioning & Deployment Automation",
358+
"Infrastructure Cost Optimization",
359+
"Docker & Containerization",
360+
"Linux Systems Administration",
361+
"Observability & Reliability Engineering"
360362
]}
361363
/>
362364
</div>

0 commit comments

Comments
 (0)