Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 (click here to expand)

πŸ‘¨β€πŸ’» 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

    CSS 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