Skip to content

Instantly share code, notes, and snippets.

View juandiegombr's full-sized avatar

Juan Diego Martin-Blas Ramos juandiegombr

View GitHub Profile
@juandiegombr
juandiegombr / CLAUDE.md
Created August 19, 2025 05:42 — forked from nikeyes/CLAUDE.md
Global CLAUDE.md for all projects

Claude Code Development Guidelines

Core Principles (Priority Order)

  1. Tests Pass - Code must work correctly
  2. Reveals Intention - Self-documenting, readable code with clear names
  3. No Business Logic Duplication - Eliminate redundant business logic (code repetition OK for clarity)
  4. Fewest Elements - Keep solutions simple

TDD Workflow

@juandiegombr
juandiegombr / localhost-ssl-certificate.md
Created May 18, 2020 07:22 — forked from ethicka/localhost-ssl-certificate.md
Localhost SSL Certificate on Mac OS Sierra and High Sierra

This gives you that beautiful green lock in Chrome. I'm assuming you're putting your SSL documents in /etc/ssl, but you can put them anywhere and replace the references in the following commands. Tested successfully on Mac OS Sierra and High Sierra.

Set up localhost.conf

sudo nano /etc/ssl/localhost/localhost.conf

Content:

[req]