Skip to content
View nicdgonzalez's full-sized avatar
  • Florida, USA
  • 21:09 (UTC -04:00)
Block or Report

Block or report nicdgonzalez

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

Nicolas Gonzalez

About Me

  • I am a self-taught developer.
  • I wrote my first line of code in November 2020.
  • I take great pride in my work. I value well-written, well-documented, maintainable code!

Experience

An outline of my experience as a programmer thus far.

Operating Systems

Rocky Linux Cent OS Windows

CLI Tools / Desktop Applications

Python Rust Go

Web Applications

Svelte HTML5 CSS3

Computer Science

C C++ Raspberry Pi

Databases

SQLite Postgres MongoDB

Text Editors

Vim Visual Studio Code

Tools I use

Git CMake Black Static Badge Obsidian

Pinned Loading

  1. clap clap Public

    The command-line argument parser that builds itself.

    Python 1

  2. fuji fuji Public

    A command-line application for managing Minecraft servers.

    Python

  3. nicbot nicbot Public

    A bot that runs on Discord.

    Python

  4. "Hello, World!" in x86-64 Assembly f... "Hello, World!" in x86-64 Assembly for the BIOS environment. Written from scratch (no tutorials). I'm proud of it, but not proud enough for it to go in it's own repository; instead, it will live here in a Gist instead.
    1
    [BITS 16]                       ; 16-bit code
    2
    [ORG 0x7C00]                    ; BIOS loads the boot sector at 0x7C00
    3
    jmp start                       ; Jump to the `start` label
    4
    
    
    5
    message db "Hello, World!", 0   ; The message to print
  5. advent-of-code advent-of-code Public

    My attempts at solving Advent of Code puzzles.

    Rust 1