Skip to content
View jesusgn90's full-sized avatar
❄️
❄️
Block or Report

Block or report jesusgn90

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

Hi there 👋

Pinned

  1. git-cheat-sheet git-cheat-sheet Public

    Forked from arslanbilal/git-cheat-sheet

    :octocat: git and git flow cheat sheet

    1

  2. nodemcu-examples nodemcu-examples Public

    Some examples and utilities for NodeMCU

    C++ 3 1

  3. Useful commands for Docker Useful commands for Docker
    1
    // Create subnet
    2
    docker network create --subnet=172.18.0.0/16 mynet123
    3
    
                  
    4
    // Create container on subnet and attach into it
    5
    docker run --net mynet123 --ip 172.18.0.21 -it ubuntu:18.04
  4. telegram-node telegram-node Public template

    Basic starter template to create a Telegram Bot using Node.js

    JavaScript 8 4

  5. url-shortener-telegram-bot-aws-lambda url-shortener-telegram-bot-aws-lambda Public

    URL shortener Telegram bot using AWS Lambda

    JavaScript

  6. raspi raspi Public

    Some utilities used or to be used on my Raspberry Pi(s)

    Shell