Skip to content
View unseensenpai's full-sized avatar
😋
Keep Improving
😋
Keep Improving

Block or report unseensenpai

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
unseensenpai/README.md

Hi there! 👋 I'm Said Gülmez

🚀 Computer Engineer | Software Development Engineer | .NET & DevOps Enthusiast

💻 Passionate about building scalable applications and automating workflows.


🔧 Tech Stack

  • Languages: C#, SQL, Web Languages (Html, css, javascript frameworks), ZPL (Zebra Printer Language), Yamls, XMLs, JSONs
  • Frameworks: .NET (WinForms, ASP.NET Core), Entity Framework, DevExpress Framework (WinForms, XPO, DevExtreme-Web)
  • DevOps & Tools: Docker and Docker Compose, Kubernetes, Rancher, Gitlab CI/CD, Linux Based Systems, Configuration systems, ISS hosting, Selfhosting API's, Cake Build and packages.
  • Databases & Caches: PostgreSQL, MSSQL, MYSQL, Oracle, MongoDB, Redic (Cache), Distributed Caches, Memory Cache, Response Cache, Rate Limitting, Kestrel
  • Content: Image processing, computer vision, scanning tools and packages such as AForge, Leptonica, Tesseract OCR, EMGU.CV, Nicomsoft OCR, Iron OCR, Zxing.NET (Barcode read or histogram binarizers etc.), ZoomAndPan, Windows Image Acquisition
  • Test and Benchmark: Bogus Faker, Moq, Coverlet, Microsoft Test SDK, NUnit, XUnit, Sonarqube Analyzers
  • Log, Metrics or Stashes: Microsoft Logger Extensions, Serilog, Log4net, Log2Console, Elastic Search, Kibana, Prometheus, Grafana
  • Documentation: Summaries, Swagger, Scalar,
  • Security: Token based systems
  • Other: Package management systems (Nuget package share and updates), Rancher, SOAP and REST Api Publishes and Consumes, ZPL, ERP Management backends, Background jobs and features (Quartz, Hangfire etc.)
  • AI Helpers or Prompths: Gemini(Bard), ChatGPT, CoPilot, DeepSeek, DeepL
  • User Interface: WinForm, WPF, ASP.NET, Angular(low level), React(low level)

📊 GitHub Stats

GitHub Streak

Top Langs


📫 Connect with Me

LinkedIn GitHub


💡 Always learning and exploring new technologies!

Pinned Loading

  1. OnionArchitectureApi OnionArchitectureApi Public

    Onion Architecture Template

    C#

  2. RestApiProject RestApiProject Public

    Api testlerini yaptığım proje.

    C#

  3. SOAPServiceApiDotnet8 SOAPServiceApiDotnet8 Public

    SOAP service implementation and consume example in .Net 8

    C# 3

  4. Yazar-Blog-Sitesi Yazar-Blog-Sitesi Public

    ASP.NET MVC Core ile yazar blog sitesi tüm katmanların bulunduğu toplu repository.

    HTML 1

  5. How To Register App.Config and appse... How To Register App.Config and appsettings.json -> Config Manager for .Net 6+ and ASP.NET Core 6+
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <configuration>
    3
      <appSettings>
    4
        <add key="Bla:Foo:Zoo" value="SampleValue" />
    5
      </appSettings>
  6. Sonarcube Setup for Gitlab CI Sonarcube Setup for Gitlab CI
    1
    sonarqube-check:
    2
      image: mcr.microsoft.com/dotnet/core/sdk:latest
    3
      variables:
    4
        SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar"  # Defines the location of the analysis task cache
    5
        GIT_DEPTH: "0"  # Tells git to fetch all the branches of the project, required by the analysis task