Skip to content
View joaorodriguesjr's full-sized avatar
Block or Report

Block or report joaorodriguesjr

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

Self taught programmer messing with web technologies since 2010. Currently focused on full stack Javascript and devops tools like Docker, Kubernetes and CI/CD pipelines to manage development and production environments.

Also interested in low level programming, blockchains and smart contracts as i study and experiment with them on my spare time.

Pinned

  1. Microk8s Kubernetes Microk8s Kubernetes
    1
    apiVersion: v1
    2
    kind: Service
    3
    metadata:
    4
      name: ingress
    5
      namespace: ingress
  2. Hello NASM x86_64 Hello NASM x86_64
    1
    section .data
    2
      msg db  'Assembly x86_64 - IO', 0x0a
    3
      len equ $ - msg
    4
    
                  
    5
    section .text
  3. links links Public

    A kind of portfólio page with my importants links

    HTML

  4. fasting fasting Public

    A fasting tracker that doesn't show ads or collect data.

    TypeScript

  5. chip8 chip8 Public

    A virtual machine from the mid-1970s

    JavaScript

  6. perceptron perceptron Public

    TypeScript