Fullstack Software Engineer
-
Housecall Pro
- Warsaw, Poland
-
13:03
(UTC +01:00) - mkpanq.com
- @mkpanq.com
- in/mkpanq
Pinned Loading
-
-
Dockerfile with the newest asdf inst...
Dockerfile with the newest asdf installed, which takes .tool-version from the current folder, installs plugins, and all versions. 1# syntax=docker/dockerfile:12FROM ubuntu:latest34LABEL maintainer='Marek Pankowski <mkpanq.com>'
5LABEL last-update='2025-08-03'
-
Small JS script to scan the whole co...
Small JS script to scan the whole codebase for TODOs and save it to the separate TODO.md file - makes it easier for me to track all the todos, without any IDE plugins 1const fs = require("fs");
2const path = require("path");
3const crypto = require("crypto");
4const { execSync } = require("child_process");
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.