Skip to content

Instantly share code, notes, and snippets.

View JorgeMenaDev's full-sized avatar

Jorge Mena JorgeMenaDev

View GitHub Profile
@JorgeMenaDev
JorgeMenaDev / report.md
Created July 12, 2026 17:43
Continuous SEO Operations for B2B SaaS After Technical Health — Grok Deep Research POC

Continuous SEO Operations for B2B SaaS After Technical Health

Research status: Completed after 4 of 6 allowed iterations (status=done). This report synthesizes those passes. It is not a claim of exhaustive coverage of every agency OS or every experiment in the literature; open gaps are listed explicitly.

Purpose: Specs and operating logic for an autonomous open-source SEO skill—not a generic marketing guide.

Evidence tags used throughout:

  • [E] Established — Google/Bing primary docs or controlled experiment platforms with transparent method
  • [P] Practitioner consensus — respected operators/agencies, repeated independently
  • [H] Hypothesis / skill default — reasonable synthesis where standards don’t exist
@JorgeMenaDev
JorgeMenaDev / gists.txt
Last active October 22, 2024 13:54
gists
# Application Modernization: Legacy React to Next.js Migration
## Overview
This epic encompasses the comprehensive modernization of our current React application by migrating to Next.js, upgrading our UI component library from Bootstrap to shadcn, and implementing end-to-end testing with Playwright. This initiative represents a significant technical upgrade that will improve our application's performance, maintainability, and testing capabilities. Both the legacy and modern applications will be maintained simultaneously, allowing users to switch between interfaces based on their preference.
## The Problem
Our current application faces several challenges:
1. **Technical Debt**
- Legacy React codebase with outdated patterns and practices
@JorgeMenaDev
JorgeMenaDev / jest-set-up.md
Last active June 18, 2022 12:13
Vite + Jest + React Testing Library

Jest + React Testing Library

React + Vite

  1. Instalaciones:
npm install -D jest babel-jest @babel/preset-env @babel/preset-react 
npm install -D @testing-library/react @types/jest jest-environment-jsdom
  1. if Fetch API: