Skip to content
View michaelfmnk's full-sized avatar

Block or report michaelfmnk

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
michaelfmnk/README.md

Hey 👋, I'm Michael

I'm currently a software engineer at OpenVPN and formerly at Stripo.email.

Some of my pet projects

A Spring Boot starter that simplifies the implementation of undo functionality in your Spring Boot application. It supports application scaling and shared storage between instances.

A command-line interface (CLI) tool that enables parsing an Apple Health XML file and importing its data into Google Fitness using Google's Fitness API. The tool is written in Go and uses the Google APIs Go client library.

A fun Spring Boot starter project that provides detailed descriptions for your server's responses.

An educational app for learning and exploring Latin phrases. Features include a collection of expressions with English translations, a favorites system, and search functionality.

A self-hosted Telegram bot that converts and sends documents to your Kindle using Calibre for conversion.

A Telegram bot that tracks planes around a specified location and notifies you when new planes enter the area. The bot uses the OpenSky Network and ADS-B API to fetch flight data.

Connect with me

LinkedIn Badge Email Badge

Pinned Loading

  1. spring-undo spring-undo Public

    Spring-Undo - provides a way to easily implement undo functionality in your Spring Boot application.

    Java 1 1

  2. send-to-kindle-telegram-bot send-to-kindle-telegram-bot Public

    SendToKindle is a self-hosted telegram bot that converts and sends documents to your kindle. It uses calibre for conversion.

    Go 11

  3. OpenVPN/terraform-provider-openvpn-cloud OpenVPN/terraform-provider-openvpn-cloud Public archive

    Terraform OpenVPN Cloud provider

    Go 24 12

  4. httpstatusdogs httpstatusdogs Public

    Spring starter that provides a perfect description for your server's responses

    Java 2

  5. AppleHealth2GoogleFit AppleHealth2GoogleFit Public

    CLI tool that transfers weight data from Apple Health to Google Fitness using Google's API.

    Go 2

  6. core.clj core.clj
    1
    (ns clj-one.core
    2
      (:import (java.awt.event KeyEvent ActionListener KeyListener)
    3
               (java.awt Color Dimension)
    4
               (javax.swing JPanel JOptionPane JFrame Timer)))
    5