mkock - Overview (original) (raw)

Pinned Loading

  1. A microservice that synchronises car data with a "vehicle store" and provides cached lookups by registration number, VIN etc.
    Go 3 1
  2. 1
    // Same data structures as before.
    3
    // ParseExcerpt parses XML file using XML decoding.
    4
    func (p *XMLParser) ParseExcerpt(id int, lines <-chan []string, parsed chan<- string, done chan<- int) {
    5
    proc := 0 // How many excerpts did we process?
  3. A SPA-style news app written in Node.js (pre-ES6), MongoDB and Redis and Cloudinary. Backend only (95% my own code).
    JavaScript
  4. General-purpose boot sequence builder with separate startup/shutdown sequences and concurrency
    Go 4 1
  5. XML parser for DMR (Dansk Motor Register) for OmniCar
    Go
  6. Code experiments in Go
    Go