Skip to content
View Poisonlocket's full-sized avatar
πŸ¦†
ducks are cool
πŸ¦†
ducks are cool

Organizations

@SwissHub-Development

Block or report Poisonlocket

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Poisonlocket/README.md

Hi πŸ‘‹ I am Lorenzo

Fullstack Developer, Duck Enthusiast

forthebadge

  • 🌍  I'm based in a duck pond
  • πŸ–₯️  Check out my portfolio at bonomettil.dev
  • πŸ“© Contact me @ lorenzo@bonomettil.dev
  • πŸš€Β  Currently i'm working on some whatever im hyperfixiated on right now
  • 🧠  I'm learning some golang and cli stuffs :3
  • 🀝  Feel free to reach out to me if you are looking to build a Project together
  • πŸ›‘οΈ Selfhost and protect your own infra, fight vendor lock in ^^ :)
  • πŸ‘‘ Pnpm for the Win

Just remember forthebadge

just remember, friday is push to Prod day :)

Skills

GitJavaScriptTypeScript PythonHTML5TailwindCSSCSS3NodeJSMySQLPostgreSQLDockerLinuxRaspberry PiFigma GoReactNextJs

Socials

Badges

My GitHub Stats

Poisonlocket's GitHub stats

My github activity graph

From: 08 December 2025 - To: 07 January 2026

Total Time: 15 hrs 34 mins

Astro            7 hrs 50 mins   >>>>>>>>>>>>>------------   50.35 %
Python           3 hrs 45 mins   >>>>>>-------------------   24.07 %
Markdown         1 hr 25 mins    >>-----------------------   09.17 %
TypeScript       53 mins         >------------------------   05.69 %
CSS              32 mins         >------------------------   03.44 %
Text             31 mins         >------------------------   03.40 %
JSON             20 mins         >------------------------   02.14 %
JavaScript       11 mins         -------------------------   01.23 %
TSConfig         0 secs          -------------------------   00.08 %

Pinned Loading

  1. baselhack-hay/monorepo baselhack-hay/monorepo Public

    TypeScript 2 1

  2. Easier bash navigation rmcd, mkcd. T... Easier bash navigation rmcd, mkcd. This is a small improvement to your dev experience when working with bash, if you want to create a directory and cd into it, you can do that now in one command, same goes for removing and leaving it. To implement this just put it into your .bashrc or .bash_profile file and reload from source
    1
    mkcd() {
    2
    	mkdir -p "$1" && cd "$1"
    3
    }
    4
    
                  
    5
    rmcd() {
  3. QuackStream QuackStream Public

    TypeScript 2

  4. Easier git commands / quality of life Easier git commands / quality of life
    1
    gittouch() {
    2
      touch "$1" && git add "$1"
    3
    }
  5. Poisonlocket Poisonlocket Public

    Config files for my GitHub profile.

  6. the-ims-stack the-ims-stack Public

    new ims stack repo

    TypeScript 2