Skip to content
View Wilfredery's full-sized avatar

Block or report Wilfredery

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wilfredery/README.md

Typing SVG

Wilfredery Dilone

Full Stack Developer · Dominican Republic

Building production-grade web applications with modern architecture, test-driven development, and AI-assisted workflows.


About Me

Senior-minded developer focused on shipping reliable software. I design systems that scale, write tests that catch regressions before they hit production, and leverage AI tooling to maintain velocity without sacrificing quality.

Core philosophy: Clean architecture, comprehensive testing, and continuous delivery are not optional — they are the baseline for professional software development.


Tech Stack

Frontend

Next.js React TypeScript Tailwind CSS shadcn/ui

Backend & Data

Node.js Express Prisma Firebase SQLite

Testing & Quality

Playwright Vitest Jest

Tooling & DevOps

Git GitHub GitHub Actions Vercel Bun


Featured Projects

ShineTechData — Corporate Website (Production)

Official website for a data consulting firm (BI, Machine Learning, Automation). Live in production.

  • Performance: PageSpeed 92/100 mobile, 99/100 desktop
  • Testing: 555 tests passing across 76 test files — 100% component coverage
  • i18n: Bilingual EN/ES with automatic locale detection and prefixed routes (/en, /es)
  • SEO: JSON-LD structured data, Open Graph, Twitter Cards, dynamic metadata
  • Architecture: Next.js 16 App Router, Server Components + lazy-loaded islands, custom theme system
  • Deployment: Vercel with Serverless, Turbopack in dev, Core Web Vitals monitoring
  • Live: shinetechdata.com
  • Repo: github.com/Wilfredery/std-official

myNotes — Full-Stack Note Management

Production-ready note-taking application with real-time sync and authentication.

  • Stack: Node.js, Express 5, EJS (SSR), Firebase Auth + Firestore, SCSS with BEM methodology
  • Build pipeline: Webpack 5 (bundling) + Gulp 5 (SCSS, tasks) + Sharp (image optimization) + BrowserSync
  • Auth: Google OAuth + Firebase Auth with email verification, password reset, session management
  • Features: CRUD operations, user-isolated data, internationalization (i18n), dark/light theme, responsive design
  • Security: Restrictive query parser, environment variables, duplicate action protection
  • Repo: github.com/Wilfredery/mynotes-fullstack

AIpractice — Task Tracker (Modern React Architecture)

Task management application demonstrating cutting-edge React patterns and component architecture.

  • Architecture: Next.js 16 App Router, Container/Presentational pattern, Server Components entry point
  • Components: 57 shadcn/ui components (Radix primitives) — accordion, data tables, command palette, charts, carousel
  • State management: Custom useLocalStorage<T> hook with SSR-safe hydration, useMemo for derived data
  • Testing: Jest 30 + Testing Library with jsdom environment, crypto.randomUUID polyfill
  • Tooling: TypeScript strict mode, import type for tree-shaking, next-themes for theme switching
  • Repo: github.com/Wilfredery/Metiendo-mano

Engineering Focus

  • Software Architecture — Clean architecture, hexagonal patterns, feature-based modularity, separation of concerns
  • Test-Driven Development — Writing tests first, maintaining coverage discipline, 555+ tests in production
  • CI/CD & Automation — GitHub Actions, automated testing, deployment pipelines, conventional commits
  • Performance Engineering — PageSpeed optimization, Core Web Vitals, lazy loading, image optimization
  • AI-Assisted Development — Leveraging OpenCode and Gentle AI for code quality, SDD workflows, and velocity
  • Accessibility — WCAG 2.0 AA compliance, automated axe audits, semantic HTML, keyboard navigation

GitHub Activity

GitHub Streak Stats
GitHub Stats Top Languages

Contribution Activity

Contribution Graph

Contact & Collaboration

LinkedIn GitHub Email


Conventional Commits · Test-Driven Development · Continuous Integration
Built with discipline. Shipped with confidence.

Available for freelance work and open-source collaboration.

Pinned Loading

  1. TaskTracker TaskTracker Public

    Practice project built with Next.js 16, React 19, TypeScript, Tailwind/DaisyUI, and Jest. Demonstrates Container/Presentational pattern, SSR-safe localStorage, and component testing.

    TypeScript 3

  2. std-official std-official Public

    Official website for ShineTechData — Next.js 16, React 19, bilingual (EN/ES),

    TypeScript 2

  3. mynotes-fullstack mynotes-fullstack Public

    Production-ready full-stack note management app built with Node.js, Express, EJS, and Firebase, demonstrating secure authentication, scalable structure, and modern build tooling.

    JavaScript 1