Navigation Menu

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

Organizations

@glint
Block or Report

Block or report Kyngo

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

👋 Hello! Hola!

  • 👽 Who I am: A 28 years old human being with beard. Sometimes too much beard.
  • 💻 What I am: Web, Mobile & Backend Developer / Systems Architect / 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

🏅 Certifications

SAA-C03 Badge

📚 Skills

AWS Backstage.io Bash Bootstrap Docker Express.js Git GitLab JavaScript Kubernetes Laravel LaTeX Linux Markdown MongoDB MySQL Next.js Nginx Node.js PHP Python React Redis Sass Symfony Terraform TypeScript Visual Studio Code Vue.js

✉️ Contact

Pinned

  1. OEMConfigurator OEMConfigurator Public

    Small OEM Configuration tool for Windows

    C#

  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