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

Skip to content
View nethangabrielb's full-sized avatar
  • 08:37 (UTC +08:00)

Block or report nethangabrielb

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

Nethan B. (@nethangabrielb) πŸ‘¨β€πŸ’»

Profile Views

Typing SVG

About Me

hello i am dev

  • currently working on expanding my full-stack development skills, learning complex software architecture, and scaling applications
  • always learning and staying up-to-date with modern web technologies
  • i want to strive in creating efficient, really really scalable, and user-friendly applications
  • open to collaborations and contributing to interesting projects!

Development Toolkit

Frontend

HTML5 CSS3 JavaScript React Next.js Astro WordPress Tailwind CSS Vitest Jest

Backend

Node.js Express Python Django PHP Laravel PostgreSQL MySQL Prisma

Development & Deployment Tools

Git Webpack Vite Vercel Render

πŸ“« Connect With Me

LinkedIn



"Code is like humor. When you have to explain it, it's bad." - Cory House

Pinned Loading

  1. knights-travails knights-travails Public

    Graph implementation using adjacency lists to find the shortest path a knight can go from point A to point B in a board using BFS

    JavaScript

  2. balanced-bst balanced-bst Public

    Balanced Binary Search Tree implementation

    JavaScript

  3. hash-map hash-map Public

    Hash map implementation with my linked list implementation to avoid collision

    JavaScript

  4. linked-list linked-list Public

    Linked list implementation

    JavaScript

  5. recursion recursion Public

    Merge sort and Fibonacci sequence implementation with recursion

    JavaScript