Skip to content
View Kyngo's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@glint

Block or report Kyngo

Report abuse

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

Report abuse
Kyngo/README.md

👋 Hello! Hola!

  • 👽 Who I am: A human being with beard. Sometimes too much beard.
  • 💻 What I am: Web & Backend Developer / Systems Architect / Security Engineer / Dog lover.
  • 🌍 Where I am: Barcelona, Spain.
  • 🤔 What I do: Code. Systems and Networks. Security. Coffee.
  • 🏢 Where I work: TUI Group, as a Platform Engineer.

More info about me in my resume

Please note: My work is mostly on private or enterprise repositories, hence why my public activity is so diminished.

🏅 Certifications

SAA-C03 Badge

✉️ Contact

Pinned Loading

  1. OEMConfigurator OEMConfigurator Public

    Small OEM Configuration tool for Windows

    C# 1

  2. WhatIAmPlaying WhatIAmPlaying Public

    Small web widget that shows what you're playing on Spotify. It can be easily embedded into websites, or even Github Markdown documents.

    TypeScript 1

  3. MyIPAddress MyIPAddress Public

    A simple iOS app to get your IP address and a few more details

    Swift

  4. Resume Resume Public

    My resume, done in LaTeX

    TeX

  5. Boot an Xbox via LAN Boot an Xbox via LAN
    1
    #!/usr/bin/env node
    2
    
                  
    3
    /**
    4
     * This script crafts a magic packet for an Xbox One to boot up from the network.
    5
     * This has been tested on an Xbox One X in a sleeping state,
  6. Quickly change your PHP version on U... Quickly change your PHP version on Ubuntu
    1
    #!/bin/bash
    2
    
                  
    3
    if [ $# -ne 1 ]; then
    4
    	echo "params: [version] (8.0, 5.6, 7.4 ...)"
    5
    	exit 1