Skip to content

Instantly share code, notes, and snippets.

View BrahyanPro's full-sized avatar
🇩🇴
Coding every day brrr

Brahyan Martinez BrahyanPro

🇩🇴
Coding every day brrr
View GitHub Profile
@danieltorscho
danieltorscho / on-merge-deploy-to-do.md
Last active May 4, 2025 13:42
GitHub Actions deploy nodejs to DigitalOcean Droplet

Github deployment

Requirements:

  • DigitalOcean Droplet (Ubuntu 20.04+) should be created
  • Github repository

Prepare DO Droplet Server:

  • ssh root@DROPLET_IP
  • sudo vi /etc/ssh/sshd_config
  • change PasswordAuthentication from no to yes
@LeaTex
LeaTex / learning_english.md
Last active April 6, 2025 00:02
recursos para aprender inglés de manera autodidacta (desde cero)
@diogogpinto
diogogpinto / Instructions.MD
Created January 3, 2025 13:14
Best Laravel AI Prompt to use with Claude

I have been utilizing artificial intelligence to enhance and optimize my codebases. After evaluating various models, applications, and editors, I find the claude.ai interface with a Pro Account to be the most effective. Here’s the approach I’ve developed to achieve optimal results:

This gist contains a carefully crafted prompt and a script designed to convert your entire Laravel codebase (excluding the resources folder, which can be easily added if needed) into a TXT file with the following structure:

<File Start: ./path/filename.extension> Content of file <End File: ./path/filename.extension>

To implement this method: