Skip to content
View simoneM93's full-sized avatar

Block or report simoneM93

Report abuse

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

Report abuse
simoneM93/README.md

Hi, I'm Simone Marano πŸ‘‹

🎯 Senior Web Developer | .NET Specialist | Open Source Author

Welcome to my GitHub! I'm a passionate software developer based in Catania, Italy, currently working as a Senior Web Developer.

I specialize in building clean, maintainable full-stack solutions β€” from robust .NET backend services to modern React and Next.js frontends β€” with a strong focus on developer experience and open source tooling.


πŸš€ What I Do

πŸ’Ό Currently: Building full-stack web applications and maintaining open source NuGet packages for the .NET ecosystem

🌍 Location: Catania, Sicily, Italy

πŸ’‘ Focus: Clean architecture, DX-first development, and lightweight DI-ready toolkits for .NET


πŸ› οΈ Technical Expertise

Backend

.NET ASP.NET C#

Frontend

React Next.js TypeScript

Database & Cloud

MySQL SQL Azure

Commerce

Salesforce


πŸ† Certifications

Certification Issuer
Salesforce B2C Commerce Developer Salesforce

πŸ“¦ Open source NuGet packages

A set of lightweight, DI-ready toolkits for the .NET ecosystem β€” designed to work together and eliminate boilerplate in every ASP.NET Core project:

Package Description NuGet
AspNetCoreAuthKit JWT, API Key, Refresh Tokens & dynamic claim policies NuGet
AspNetCoreResponseKit Standardized API responses, global exception handling & smart factories NuGet
AspNetCoreHttpKit Typed HTTP client with result pattern & StructLog integration NuGet
AspNetCoreCacheKit Group-based caching with per-entry & per-group duration NuGet
StructLog Structured logging with EventCode support & custom enrichers NuGet

🌟 What Sets Me Apart

  • πŸ—οΈ Architecture-first mindset: Clean, maintainable code with a focus on long-term scalability
  • πŸ“¦ Open Source contributor: Author and maintainer of production-ready NuGet packages
  • πŸ”„ Full-Stack breadth: Equally comfortable in backend .NET services and modern frontend frameworks
  • ☁️ Cloud-native: Experience with Azure Functions and serverless architectures
  • πŸ›’ Commerce expertise: Certified Salesforce B2C developer with real-world implementation experience

🏒 Professional Experience

Senior Web Developer

  • Full-stack development with .NET Core and React/Next.js
  • Design and maintenance of open source NuGet packages
  • REST API design and implementation with ASP.NET Core
  • Cloud integrations with Microsoft Azure

🌐 Portfolio

portfolio.simonemarano.com


πŸ’¬ Get in touch

Found a bug or have a feature idea? Open an issue on any of the repos above β€” feedback is always welcome.

If any of my packages saved you some time, a ⭐ on GitHub means a lot!

GitHub Sponsors

πŸŽ“ BSc in Computer Science β€” UniversitΓ  degli Studi di Catania

Pinned Loading

  1. AspNetCoreAuthKit AspNetCoreAuthKit Public

    Zero-friction authentication and authorization toolkit for ASP.NET Core. Provides JWT Bearer, API Key, Refresh Tokens with token rotation, and dynamic claim policies β€” all wired up with a single fl…

    C# 1

  2. AspNetCoreCacheKit AspNetCoreCacheKit Public

    Lightweight, extensible caching toolkit for ASP.NET Core (.NET 9+) β€” providers, middleware and helpers for in-memory & distributed caching.

    C# 1

  3. AspNetCoreHttpKit AspNetCoreHttpKit Public

    Lightweight HTTP client toolkit for ASP.NET Core with typed results, structured logging (StructLog or ILogger), named clients, and configurable timeout via appsettings.json.

    C# 1

  4. StructLog StructLog Public

    Lightweight structured logging library for .NET 9+ with enrichers, JSON output and DI-ready design.

    C# 1

  5. AspNetCoreResponseKit AspNetCoreResponseKit Public

    Standardized API response envelope and global exception handling middleware for ASP.NET Core. Smart factory methods, automatic exception-to-status-code mapping, and native integration with AspNetCo…

    C#