| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusepackage main
type Developer struct {
Name string
University string
Role string
Stack []string
Focus []string
}
func main() {
me := Developer{
Name: "vir$i",
University: "BMSTU",
Role: "Go Backend Engineer",
Stack: []string{"Go", "Python", "C++", "JavaScript"},
Focus: []string{"Microservices", "Highload Systems", "Distributed Architecture"},
}
me.Build()
}| Languages | Backend | DevOps | Tools |
|
Go Python C++ JavaScript |
PostgreSQL Redis Kafka |
Docker Linux Bash |
Git GitHub VS Code |
Backend учебного проекта Юла
Скрипт позволяет автоматизировать отслеживание свободных слотов записи на физкультуру для студентов МГТУ им. Баумана
Go 1
MCP server for [Logisim Evolution](https://github.com/logisim-evolution/logisim-evolution) 4.x. Lets an LLM design, edit and verify digital circuits in `.circ` format without ever opening the GUI.
| Back | FazBrowse Home | New Git URL |