Skip to content

Instantly share code, notes, and snippets.

View eiri's full-sized avatar
🐈‍⬛
Diving into Rust

Eric Avdey eiri

🐈‍⬛
Diving into Rust
View GitHub Profile
@eiri
eiri / README.md
Created December 23, 2022 15:17
RCRE regexp to match on valid JSON
@eiri
eiri / AWESOME.md
Created July 23, 2025 20:52
Awesome Go (my edition, 2025-07-23)

The projects have been organized into 24 categories based on their functionality and descriptions:

  1. API and Web Frameworks - Tools for building REST APIs and web services
  2. Authentication and Security - Security-focused libraries and tools
  3. Caching - Various caching implementations and libraries
  4. CLI and Terminal Tools - Command-line interfaces and terminal applications
  5. Code Generation and Analysis - Tools for generating and analyzing Go code
  6. Data Processing and Formats - Libraries for handling various data formats
  7. Data Structures and Algorithms - Implementation of common data structures
  8. Database and Storage - Database drivers, ORMs, and storage solutions
@eiri
eiri / claude-code-prompt.txt
Created August 21, 2025 17:19 — forked from agokrani/claude-code-prompt.txt
Claude Code System Prompt
'system':
[
{
'type': 'text',
'text': "You are Claude Code, Anthropic's official CLI for Claude.",
'cache_control': {'type': 'ephemeral'}
},
{
'type': 'text',
'text': 'You are an interactive CLI tool that helps users with software engineering tasks.