Skip to content
View haapmik's full-sized avatar

Block or report haapmik

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

Hi, I'm Mikko πŸ‘‹

  • πŸ’Ό 10+ years of experience in the telecommunications field and still counting
    • Full-Stack Developer (4+ years)
    • Telecommunications Specialist (6 years)
  • πŸš€ Expertise in
    • IP networks
    • Kubernetes
    • Linux server administration
    • database design and administration (SQL, NoSQL)
    • API design and implementation
    • various programming languages (TypeScript, Python, Lua, etc..)
  • ⌨️ CLI enthusiast - because who needs a mouse anyway? 🐭🚫
  • πŸ”₯ Passionate about building scalable and robust systems with a focus on security
  • πŸ“« Let's connect on LinkedIn: haapanen-mikko

Pinned Loading

  1. dotfiles-public dotfiles-public Public

    My dotfiles

    Lua

  2. fan-controller fan-controller Public

    Fan controller for Orange PI system

    Rust

  3. uBlock origin filter list guide to h... uBlock origin filter list guide to hide unwanted content from various websites.
    1
    I use these [uBlock filters](https://github.com/gorhill/uBlock)
    2
    * to hide zero-value content from various websites to minimize time spent on procrastination;
    3
    * to provide better user experience.
    4
    
                  
    5
    **Table of Contents**
  4. An example Dockerfile for PostgreSQL... An example Dockerfile for PostgreSQL that uses Alpine as the base image. It employs a multi-stage build to re-build gosu with a newer Go version and also includes additional PostgreSQL extensions.
    1
    # Common arguments
    2
    ARG PG_EXTENSION_DIR=/usr/local/share/postgresql/extension
    3
    ARG PG_LIB_DIR=/usr/local/lib/postgresql
    4
    ARG GO_BIN_PATH=/go/bin
    5
    ARG BUILD_PKGS="git make libc-dev clang15 llvm15-dev libsodium-dev"