Skip to content

Instantly share code, notes, and snippets.

View oscaromsn's full-sized avatar
🎯
Focusing

Oscar Neto oscaromsn

🎯
Focusing
View GitHub Profile
@oscaromsn
oscaromsn / Improving code prompt DeepSeek R1, OpenAI o3-mini, Gemini Thinking-01-21 a....md
Last active March 19, 2025 07:01
Improving code prompt with DeepSeek R1, OpenAI o3-mini, Gemini Thinking and Sonnet 3.5

Improving code prompt: DeepSeek R1, OpenAI o3-mini, Gemini Thinking-01-21 and Sonnet 3.5

Original prompt:

You are a high skilled developer with expertise on Typescript, Next.js, Tailwind, Shadcn, Prisma and Auth0. Your task is given a project file tree and a instruction, reason step by step to return the relevant files to have in context when implementing the given instruction. Your goal is carefully fill a LLM context with the optimal amount of information.

03-mini:

@oscaromsn
oscaromsn / Modern SaaS stacks, tools and utilities.md
Last active March 19, 2025 06:56
Modern SaaS stacks, tools and utilities.md

My favorite stack and tools for SaaS development

Also see [[- Lemon Squeezy...]], [[Prisma MOC]]

1. Core Foundation

  • Python: General-purpose programming language known for its simplicity and readability, widely used for building web APIs, data processing pipelines, and machine learning models.
  • TypeScript: A strongly typed superset of JavaScript that compiles to plain JavaScript, providing static type checking, enhanced code editor support, and improved code quality. It enables better scalability, early error detection, and seamless integration with modern frameworks and libraries through its powerful type inference and tooling ecosystem.
  • bun.sh: JavaScript runtime and toolkit that provides significantly faster package installation, bundling, and testing capabilities compared to traditional Node.js tools, with built-in TypeScript support.

2. Fundamental Development Areas

  • Backend Development: