Skip to content
View JonathanBytes's full-sized avatar
📑
Learning a lot
📑
Learning a lot

Highlights

  • Pro

Block or report JonathanBytes

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

👋 ¡Hola, buenas! / Hi there GIF

I'm Jonathan, a Physics Engineering stundent and a self-taught programmer. I'm from Colombia and currently studying at the Technological University of Pereira. I'm passionate about technology and programming, and I love learning new things.

GIF Take a look at my blog

GIF

🧰 My favorite tech

👨‍💻 Programming and Markup Languages

Click on the badges to see more!

Bash HTML CSS JavaScript LaTeX Markdown Node.js Python SQL

🪛 Frameworks and Libraries

React NextJS NumPy Pandas Arduino Wordpress

🗄️ Databases and Cloud Hosting

Vercel GitHub Pages MySQL Notion

💻 Software and Tools

Arch Linux Adobe Bitwarden Brave Dark Reader Discord Git Google Sheets Inkscape OBS Studio Photopea Stack Overflow NeoVim Visual Studio Code

Pinned Loading

  1. dotfiles dotfiles Public

    Configuration files for my whole system ⚙💻

    Shell 4

  2. totally-biased totally-biased Public

    A subjective sort app to rank by taste, bias, and gut instinct.

    TypeScript 1

  3. jonathanbytes.com jonathanbytes.com Public

    Personal website powered by NextJS and Vercel continuous deployment

    JavaScript 1

  4. LearningDB LearningDB Public

    Personal SQL cheatsheet 🖥️

    Python

  5. nextjs-colorscheme-switch nextjs-colorscheme-switch Public

    A NextJS and TailwindCSS color scheme switch

    JavaScript

  6. This code controls the builtin NeoPi... This code controls the builtin NeoPixel and an onboard LED on the Raspberry Pi Pico clone. The onboard LED toggles on or off when a user button is pressed, while the NeoPixel displays a rainbow animation.
    1
    #include <Adafruit_NeoPixel.h>
    2
    
                  
    3
    #define LED_PIN 25
    4
    #define USRBTN_PIN 24
    5