Skip to content
View baskeboler's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report baskeboler

Report abuse

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

Report abuse
baskeboler/README.md

Hi, I'm Victor! πŸ‘‹

Welcome to my GitHub! I'm a full-stack developer from Uruguay, passionate about functional programming, building innovative web applications, and contributing to open-source projects. I work with Java, Angular, and Clojure at my job, and I love exploring creative solutions like karaoke players and puzzle generators.

πŸ”§ Technologies & Tools

  • Languages: Java, Clojure, JavaScript, Go, C++
  • Frameworks: Spring Boot, Angular, React, ClojureScript, Quarkus
  • Tools: Docker, Git, Gulp, Kubernetes

🌟 Featured Projects

  • cljs-karaoke-client: A web-based karaoke player built with ClojureScript, featuring dynamic background images and MIDI-to-MP3 rendering.
  • clj-karaoke-lyrics: A Clojure tool to extract lyrics from karaoke MIDI files for use in karaoke applications.
  • wordsoup: A Go library for generating crossword puzzles.
  • spring-boot-ml-service: RESTful machine learning services built with Spring Boot.

πŸ“« Get in Touch

Feel free to explore my repos and let's collaborate on something awesome! πŸš€

Pinned Loading

  1. html2hiccup html2hiccup Public

    split text editor that converts html to hiccup format

    Clojure 1

  2. cljs-karaoke-client cljs-karaoke-client Public

    web karaoke player

    Clojure 19 4

  3. clj-karaoke-lyrics clj-karaoke-lyrics Public

    Extract lyrics data from karaoke midi files for karaoke applications

    Clojure 7

  4. cljs-sudoku cljs-sudoku Public

    a random sudoku solution generator in clojurescript

    Clojure 1 1

  5. Write pretty printed Clojure data st... Write pretty printed Clojure data structures to the clipboard
    1
    (ns clipboard.core
    2
      (:require [fipp.edn :as fipp])
    3
      (:import (java.awt.datatransfer DataFlavor Transferable StringSelection)
    4
               (java.awt Toolkit)
    5
               (java.io StringWriter))
  6. exercism/cpp exercism/cpp Public

    Exercism exercises in C++.

    C++ 288 240