Skip to content
View KYUPPIDO's full-sized avatar

Highlights

  • Pro

Block or report KYUPPIDO

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
KYUPPIDO/README.md

Hand-drawn cross-section of a tree: the canopy is labeled HTML, CSS and JS; the trunk is labeled Go; the roots are labeled SQL; the mycelium threads below are labeled TCP and goroutines.

Fig. 1 · my stack, drawn as a cross-section. Everything above ground rests on everything below.

I'm Valentin Bosson, a developer in training at Zone01 Rouen. I build web software from the roots up: Go servers and SQL below ground, accessible interfaces up in the light. Currently looking for an alternance in or around Rouen, full-stack or security-leaning.

The full field journal lives at kyuppido.github.io/portfolio, en français aussi.

Field work

  • forum · go · sqlite · docker
    A discussion platform built from scratch: bcrypt auth, UUID sessions, posts, comments, votes.
  • net-cat · go · tcp · goroutines
    The classic nc rebuilt as a group chat: one server, many clients, pure standard library.
  • lem-in · go · graphs · pathfinding
    A digital ant farm: disjoint shortest paths and optimal colony distribution.
  • groupie-tracker · go · rest apis · openstreetmap
    Concert discovery with server-side merging and a geocoded venue map. Write-up on the portfolio.

The strata

  • climate · how the work grows : project management · data analysis · teamwork
  • canopy · what people touch : HTML · CSS · JavaScript
  • understory · what does the work : Go, plus Python and Java on the side
  • soil · what persists : SQL · SQLite · MySQL
  • mycelium · what connects : TCP sockets · goroutines · channels
  • bedrock · always there : Git · Linux · Docker · VS Code · Canva

bossonvalentin5@gmail.com · LinkedIn · Rouen, Normandy

grown, not generated

Pinned Loading

  1. portfolio portfolio Public

    Personal portfolio, hand-built in HTML and CSS. English and French.

    HTML 1

  2. obs-music-overlay obs-music-overlay Public

    Multi-platform audio player (YouTube, SoundCloud, Spotify, Deezer) with a real-time transparent music overlay for OBS.

    JavaScript 1

  3. forum forum Public

    Discussion platform in Go: bcrypt auth, UUID sessions, posts, comments, votes. SQLite and Docker. Zone01 Rouen team project.

    Go 1

  4. net-cat net-cat Public

    TCP group chat in pure Go stdlib: one server, many clients, goroutines and mutexes. Zone01 Rouen project.

    Go 1