Skip to content
View Shipovmax's full-sized avatar
  • Financial University under the Government of the Russian Federation
  • Russia, Moscow
  • 10:05 (UTC +03:00)
  • https://t.me/shipovm

Highlights

  • Pro

Block or report Shipovmax

Block user

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Shipovmax/README.md

Maxim Shipov

Go / Python Backend Developer

Financial University · Moscow · 2nd year

Telegram Email


Go + Python backend. Production-grade services, REST APIs, concurrent systems.
Currently: 8-project Go roadmap + arkhe SaaS.
Target: BigTech backend internship · September 2026



Stack

Go Python JavaScript PostgreSQL SQLite Docker Linux


Go Roadmap

# Project Key concepts
1 CLI_calculator os.Args, switch, error handling
2 http-calc net/http, routing, middleware
3 todo-cli encoding/json, struct tags, atomic write
4 todo-api CRUD, sync.RWMutex, HTTP status codes
4.5 todo Vanilla JS SPA, fetch API, zero dependencies
5 worker-pool goroutines, channels, fan-out/in, graceful shutdown
6–8 in progress

Pinned Loading

  1. arkhe arkhe Public

    Turn your daily habits into RPG progression.

    Go

  2. todo-api todo-api Public

    REST API todo manager on pure net/http. Covers: CRUD, path params, sync.RWMutex, JSON API, HTTP status codes.

    Go

  3. DevMatch DevMatch Public

    Web app for finding teammates on pet projects — skill-based matching, AJAX autocomplete, favourites. Django + PostgreSQL + Docker.

    Python

  4. worker-pool worker-pool Public

    Concurrent worker pool in Go. Covers: goroutines, channels, fan-out/fan-in, sync.WaitGroup, context cancellation, graceful shutdown.

    Go