/dev/ankddev
<ankddev>'s website
Hello!
👋
I'm Andrey, system and desktop developer. I mainly write code using Rust, Go and Gleam. I like playing chess and running.
Skills
Languages: JavaScript, TypeScript, Go, Rust, Gleam, C
Frontend & Backend: Svelte, SvelteKit, Tauri, Webpack, UnoCSS, Vite, Gin, Bun
Linters and Formatters: ESLint, Prettier, Black, rustfmt
Build systems and friends: Cargo, CMake, GNU Make, Just, Vite, Webpack
Tools: Git, Chezmoi, fzf, fd, ripgrep, GNU grep, Starship, Nushell, Yazi, bat, Difftastic
Libraries and frameworks: Tokio, Lustre, Svelte, SvelteKit, Insta, Birdie, Serde, thiserror, anyhow, Gin, Cobra, clap, Tracing, log, Ratatui, Rayon
Hello!
Hello there!
Read more
October 17, 2025
Projects
Some of projects that I develop, maintain or have founded
envfetch
Lightweight cross-platform CLI tool for working with environment variables.
Developer
Catppuccin port for Eza
📂 Soothing pastel theme for eza
Maintainer
Gleam
Gleam is a friendly language for building type-safe systems that scale.
Contributor
GitHub Desktop
GitHub’s official desktop client
Contributor
Zed
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Contributor
GitHub CLI (aka gh)
GitHub’s official command line tool
Contributor
FAQ
Some intereseting things about me in format of questions and answers
Q: What's your favourite programming language?
A: My favourite is Rust, very like Gleam also, now learning Zig, it's nice too
Q: What's your favourite coding font?
A: Some time ago I used JetBrains Mono, but now I use Maple Mono, it's wonderful!
Q: What are your hobbies excluding programming?
A: I really like reading books, playing chess and running!
Q: Which IDE are you using?
A: I use Neovim with custom config and Zed. Zed is really nice. Both faster and lighter than VS Code and JB IDEs.
Q: Which theme are you using?
A: I very like Catppuccin theme, especially in Mocha variant. I'm trying to use it everywhere to decrease context switching.
Q: Which shell are you using?
A: My main shell everywhere is Nushell, but on Linux I often use POSIX-compliant shells like ZSH and Bash and on Windows I often use CMD. For scripts I sometimes use PowerShell, but I think that it's not a good choice for everyday shell.
Q: What languages do you speak?
A: I speak Russian (native), English and I'm currently learning some Chinese
Q: Do you use GPT and AI at work?
A: I use ChatGPT to search information and sometimes to explain error message or some information before test. Also I use it to create quizzes to check my knowledge. I tried to write code via Cursor and Copilot, but found that with it I write code slower, write hard to read code, do more mistakes, have less codebase and technology knowledge and so on. So, I prefer to write code myself.