my plasma + neovim + tmux + alacritty dev setyp which I previously used.

#dotfiles
#linux

My NixOS System Configuration written in Nix obviously

#infastructure as code
#nix
#linux

Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing network applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded devices.

#rust
#async
#runtime

Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for the deployment, maintenance, and scaling of applications.

#k8s
#golang

Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations.

#typescript
#react
#frontend