Skip to content
View ShadyManu's full-sized avatar

Block or report ShadyManu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shadymanu/README.md

πŸ“Ÿ WakaTime coding stats (2023-ongoing):


πŸš€ Featured Projects

πŸ‘€ My portfolio

πŸ‘‰ Visit my website portfolio -> Manuel Raso - Full Stack Software Engineer

πŸ€– AI Config | Open Source Developer Tooling

Open-source developer tool that keeps AI coding assistants synchronized from a single source of truth.

  • 🧩 Define agents, instructions, skills, and commands once inside a portable .ai/ directory
  • πŸ”„ Automatically generates configuration for Claude Code, OpenAI Codex, GitHub Copilot, and OpenCode
  • πŸ›‘οΈ Built-in drift detection and ownership tracking prevent accidental overwrites of manually managed files
  • βš™οΈ Available both as a VS Code extension and a standalone CLI
  • 🧱 Built as a modular TypeScript monorepo with provider-specific adapters and shared synchronization logic
  • πŸ”’ Runs entirely locally with no LLM calls, telemetry, accounts, or network dependency

πŸ‘‰ GitHub -> AI Config
πŸ‘‰ VS Code Marketplace -> AI Config for VS Code
πŸ‘‰ Open VSX -> AI Config on Open VSX
πŸ‘‰ CLI on npm -> @aiconfig/cli
πŸ‘‰ YouTube walkthrough -> Watch AI Config in action

πŸ“± FideliCards | End-to-End

All-in-one digital wallet for loyalty cards, designed and developed end-to-end.

  • πŸ” Secure authentication with Google & Apple Sign-In
  • ☁️ Cloud-native architecture on Azure (Container Apps, ACR, Azure SQL)
  • 🐳 Backend API built with .NET, containerized with Docker
  • πŸ“± Cross-platform mobile app built with React Native (iOS live on App Store, Android in testing)
  • πŸ—οΈ Focus on scalability, security, and performance

πŸ‘‰ Available on the App Store -> FideliCards on AppStore
πŸ‘‰ Available on the Play Store -> FideliCards on PlayStore

🧠 Repetia | End-to-End

Offline-First Vocabulary & Language Learning App, designed and developed as a solo build.

  • πŸ“± Cross-platform mobile app built with React Native utilizing the newest version of Expo SDK 56
  • 🎨 UI and styling implemented with NativeWind
  • ⚑ Engineered with an entirely offline-first architecture for seamless on-the-go learning
  • πŸš€ Currently live on the App Store and Google Play

πŸ‘‰ Available on the App Store -> Repetia on AppStore
πŸ‘‰ Available on the Play Store -> Repetia on PlayStore

πŸ“„ CV Maker | End-to-End

Privacy-first CV builder that runs entirely in the browser, with no account or backend required.

  • πŸ…°οΈ Built with Angular 22, TypeScript, Signals, SCSS, and Angular CDK
  • πŸ’Ύ Local-first architecture using IndexedDB, with CVs and application data stored directly in the browser
  • πŸ“„ Generates real, selectable PDFs entirely client-side, with deterministic A4 pagination
  • 🎯 Includes an offline ATS checker, job application tracking, cover letters, interview preparation, and CV tailoring
  • πŸ€– Optional AI Career Copilot supporting multiple providers with the user's own API key
  • πŸ”’ Designed around privacy: no analytics, telemetry, or backend storage

πŸ‘‰ Live website -> CV Maker


πŸ”¨ My favorite IDEs / Text editors


πŸ—„οΈ Backend stack


πŸ’» Frontend stack


πŸ’Ύ Version control & project management tools


πŸ“« Contacts

Popular repositories Loading

  1. ai-config ai-config Public

    Define your AI coding configuration once under `.ai/`, and keep Claude Code, OpenAI Codex, GitHub Copilot and OpenCode synchronized from it.

    TypeScript 3

  2. OnlyBooksMicroservices OnlyBooksMicroservices Public

    Two little microservices with C#, dotNET, Docker and Kubernetes: first one for authentication (login, register, JWT), second one to manage books (CRUD operations with books)

    1

  3. gamerhub gamerhub Public

    A cross-platform mobile application to discover Steam games, create and manage game rooms, and organize gaming sessions with friends. Built with Ionic (Angular 19) for the frontend and .NET 8 for t…

    C# 1

  4. BlogDemo BlogDemo Public

    Demo of a Blog webapp. BackEnd built with dotNET 6, InMemory SQL Database, FrontEnd with Angular 16.

  5. shadymanu shadymanu Public

  6. CleanArchitectureTemplateDotNet8 CleanArchitectureTemplateDotNet8 Public

    modern .NET 8 starter that uses Clean Architecture principles with a custom CQRS stack (no MediatR), custom pipeline behaviors, command/query validation, a Result pattern, and minimal APIs organize…

    C#