WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
View Victor1890's full-sized avatar
😁
Web technologies lover!
😁
Web technologies lover!

Block or report Victor1890

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

I'm Victor J. Rosario V

Email LinkedIn Dev.to

Hi Victor's Dev Card

Full Stack Developer

Building web apps end‑to‑end with JavaScript/TypeScript across the stack. Passionate about clean architectures, performance, and developer experience.

Tip

I’m available for freelance and collaboration. Have an idea or need help shipping faster? Let’s connect.

Contact Victor


🥞 Tech Stack

JavaScript TypeScript Python Vite Node.js React Next.js Astro .NET Express.js PostgreSQL MySQL MongoDB Redis Docker DuckDB Git C/C++ Tailwind CSS Material UI Sass Linux


🏗️ Featured & Collaboration Projects

Curated highlights (own repos + notable forks/contributions). Shields auto‑reflect live GitHub stats.

📂 Project 🧩 Role ⭐ Stars 🍴 Forks 🚧 Issues 📬 PRs
Profile README Owner Stars Forks Issues PRs
Groove Glimmer Owner Stars Forks Issues PRs
Glam Folders Owner Stars Forks Issues PRs
SeraJs Contributor Stars Forks Issues PRs
Outerbase Studio Contributor Stars Forks Issues PRs
Material UI Tel Contributor Stars Forks Issues PRs
SQL Studio Contributor Stars Forks Issues PRs

Want more here? Forked & contributed projects will be appended automatically in a future workflow.


📙 My Latest Blog Articles

thumbnail 🔍 Say Goodbye to Slow Renders: Optimizing React Apps with...
Performance optimization is a critical aspect of building robust React applications, especially those...
02/12/2024
thumbnail Battle of the Node.js ORMs: Sequelize vs. Prisma
In the ever-evolving landscape of Node.js development, choosing the right Object-Relational Mapper...
27/02/2024
thumbnail The Best ORMs for Node.js App Development in 2023
What is an ORM? Object-relational mapping (ORMs) are a type of software that provides a...
01/11/2023
thumbnail From Good to Great: Scaling Applications with TypeORM Optimization
TypeORM is a popular Object-Relational Mapping (ORM) library for Node.js. It provides a high-level...
13/10/2023
thumbnail Exploring the Contrast: Helpers and Utils Demystified
Helpers and utils are both commonly used terms in software development to refer to classes or modules...
11/10/2023

🎮 Little Game

Snake animation


👀 Profile Views

Profile views

Pinned Loading

  1. Victor1890 Victor1890 Public

    This is my personal repo for README. It gets automatically updated to fetch the latest articles from my blog form dev.to.

    4 2

  2. frectonz/sql-studio frectonz/sql-studio Public

    SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, ClickHouse, DuckDB, Microsoft SQL Server]

    Rust 3.4k 116

  3. node-venv node-venv Public

    Node.js Virtual Environment Tool

    TypeScript 1

  4. glam-folders glam-folders Public

    Glam-Folders is a command-line tool that categorizes files into subfolders based on various criteria.

    TypeScript 1

  5. I have created an automated script t... I have created an automated script to perform a stress test on http requests.
    1
    # Parameters for load testing (adjust as needed)
    2
    $duration = "30s"  # Duration for the test
    3
    $concurrentConnections = 50  # Number of concurrent connections
    4
    $queryPerSecond = 10  # Queries per second
    5