Skip to content
View amiromumi's full-sized avatar

Block or report amiromumi

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.

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
amiromumi/README.md

Hi ๐Ÿ‘‹ My name is Amirmohammad

๐Ÿš€ About Me

I'm a .NET Developer, DevOps Enthusiast, Network Administrator, and an aspiring Software Engineer. I love working on backend development, DevOps practices and tools, and automation to create efficient and scalable solutions.
Despite working full-time, I always try to improve myself outside of working hours โ€” because learning and personal growth are my top priorities.


๐Ÿ› ๏ธ Technologies & Skills

C# VS Code .NET Docker Linux

Programming & Backend Development

  • C# | ASP.NET MVC | Web API (Basic) | EF Core | SQL Server
  • ML.NET (Machine Learning in .NET)

DevOps & Infrastructure

  • Docker ๐Ÿณ | CI/CD with GitHub Actions
  • OpenTelemetry (Setting up logs & monitoring tools like Kibana, Elasticsearch, APM Server, Seq, and OpenObserve)
  • Linux Administration ๐Ÿง | IIS | VMware Workstation

Network & System Administration

  • Network+ | Kerio Control | Kerio Operator
  • Jira Administration | Gitea

๐Ÿ“Œ Projects

๐Ÿค– Sentiment Analysis AI

A machine learning-based software that analyzes the sentiment in a given text.

๐Ÿ“‚ Multimedia Archive System

Built with ASP.NET MVC Core to manage and categorize media files for enterprises.


โšก Fun Fact: I believe learning is a lifelong journey, and I enjoy taking on new challenges every day!


๐Ÿ“ซ How to reach me

LinkedIn
GitHub
Instagram


Pinned Loading

  1. Dockerized-DotNetAPI Dockerized-DotNetAPI Public

    Dockerized .NET API is a simple ASP.NET Core Web API project, containerized using Docker. This repository serves as a beginner-friendly example for running a .NET 9 API inside a Docker container.

    C# 2

  2. Dockerized-DotNetAPI-SqlServer Dockerized-DotNetAPI-SqlServer Public

    This repository demonstrates how to build and run a simple .NET Core Web API with a SQL Server database inside Docker containers. It showcases the use of Docker Compose for managing multi-containeโ€ฆ

    C#

  3. Dockerized-DotNetAPI-CICD Dockerized-DotNetAPI-CICD Public

    CI/CD with GitHub Actions for a simple Dockerized .NET API. Automatically builds and pushes Docker images to Docker Hub on every commit to master.

    C#

  4. Dockerized-DotNetAPI-LoadBalanced Dockerized-DotNetAPI-LoadBalanced Public

    A simple Dockerized .NET API demonstrating load balancing with NGINX and Docker Compose. Includes two API instances behind a reverse proxy, ideal for learning scalable microservice patterns.

    C#