Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/dkuku
https://github.com/dkuku/dkuku
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkuku/dkuku
- Owner: dkuku
- Created: 2020-07-13T15:39:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T05:33:37.000Z (2 months ago)
- Last Synced: 2024-12-06T19:39:28.245Z (about 1 month ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
👋 Hi, I'm Daniel Kukula
### 🛠️ Technologies & Tools
```elixir
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
```### 🌟 Open Source Contributions
I'm passionate about contributing to open-source projects. Here are some of my notable contributions:
- [**Elixir**](https://github.com/elixir-lang/elixir/pulls?q=is%3Apr+author%3Adkuku): Core language improvements
- [**Ecto**](https://github.com/elixir-ecto/ecto/pulls?q=is%3Apr+author%3Adkuku): Database wrapper and query generator
- [**Postgrex**](https://github.com/elixir-ecto/postgrex/pulls?q=is%3Apr+author%3Adkuku): SQL adapters for Ecto
- [**Unleash Ex**](https://gitlab.com/afontaine/unleash_ex/): Feature toggle client for Elixir
- [**pgcli**](https://github.com/dbcli/pgcli): PostgreSQL CLI with auto-completion
- [**searxng**](https://github.com/searxng/searxng/pulls?q=is%3Apr+author%3Adkuku): Privacy-respecting, hackable metasearch engine
- [**sqlformat-rs**](https://github.com/shssoichiro/sqlformat-rs/pulls?q=is%3Apr+author%3Adkuku): SQL formatting library in Rust### 📊 GitHub Stats
### 🌱 Current Focus
- Contributing to Elixir ecosystem
- Exploring Rust for performance-critical components
- Writing technical articles on [dev.to/dkuku](https://dev.to/dkuku)
- Publishing Elixir packages on [hex.pm/users/dkuku](https://hex.pm/users/dkuku)
- Experiments in livebook [https://notes.club/search?q=dkuku](https://notes.club/search?q=dkuku)### 📝 Latest Blog Posts
TODO---