defmodule Skills do
def tech_stack do
%{
languages: ["Elixir", "Python", "Ruby", "Rust"],
frameworks: ["Phoenix", "Rails", "FastAPI", "Actix"],
databases: ["PostgreSQL", "Redis", "MongoDB"],
tools: ["Docker", "Git", "CI/CD"],
architecture: ["Microservices", "Event-Driven", "DDD"]
}
end
end
I'm passionate about contributing to open-source projects. Here are some of my notable contributions:
- Elixir: Core language improvements
- Ecto: Database wrapper and query generator
- Postgrex: SQL adapters for Ecto
- Unleash Ex: Feature toggle client for Elixir
- pgcli: PostgreSQL CLI with auto-completion
- searxng: Privacy-respecting, hackable metasearch engine
- sqlformat-rs: SQL formatting library in Rust
- Contributing to Elixir ecosystem
- Exploring Rust for performance-critical components
- Writing technical articles on dev.to/dkuku
- Publishing Elixir packages on hex.pm/users/dkuku
- Experiments in livebook https://notes.club/search?q=dkuku
TODO