Independent software developer, systems thinker, and researcher with expertise in JavaScript, TypeScript, React, and Next.js. I design, build, and maintain scalable full-stack applications, with deep experience in server management, deployment automation, and cryptocurrency market analysis. Passionate about combining technical architecture with critical inquiry, I manage all aspects of my work โ from code to infrastructure to publication โ reflecting a commitment to self-sovereignty and continuous exploration. Open to opportunities in frontend, full-stack, and systems development where engineering excellence meets creative thinking.
๐ป
Sometimes the cruelty of life shows us how the monstrosities we have become are no less than the monsters we once feared.
Pinned Loading
-
ssh-copy-id for Windows Powershell
ssh-copy-id for Windows Powershell 1function ssh-copy-id([string]$userAtMachine){
2$publicKey = "$ENV:USERPROFILE" + "/.ssh/id_rsa.pub"
3if (!(Test-Path "$publicKey")){
4Write-Error "ERROR: failed to open ID file '$publicKey': No such file"
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.