/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
Projects
envfetch
Lightweight cross-platform CLI tool for working with environment variables.
Developer
Gleam
Gleam is a friendly language for building type-safe systems that scale.
Contributor
Zed
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Contributor
FAQ
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.