Skip to content
View sameeravx's full-sized avatar
πŸ’»
Happy Coding
πŸ’»
Happy Coding

Highlights

  • Pro

Block or report sameeravx

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

πŸ‘‹ Hi, I'm Sameera Liyanage

πŸš€ Technical Lead & Senior Software Engineer with over 10 years of experience
πŸ”§ Tech Stack: C#, .NET Core, Angular, Azure, Docker, Kubernetes, SQL
πŸ“Š DevOps, CI/CD | xUnit, Karma | Microservices | Clean Architecture
πŸ› οΈ Passionate about building scalable, secure, and testable enterprise systems

πŸ”— Portfolio | LinkedIn | Developments


🧰 Tech Toolbox

  • Programming: C# (.NET), JavaScript, Typescript, Razor, Java
  • Frontend Technologies: Angular, NgRx, React JS, jQuery, HTML 5, CSS 3, Ajax, Bootstrap, JSON
  • C# / .NET Stack: .NET, .NET Core, Web API, ASP.NET, ASP.NET MVC, Dapper, Quartz.NET, WCF, WPF, Web Forms, Entity Framework, LINQ, ADO.NET, Win Forms
  • Databases: SQL, SQL Server, SSRS, PostgreSQL, MySQL, MongoDB
  • Clouds: Microsoft Azure, AWS
  • Development Tools: Visual Studio, VS Code, SQL Management Studio, SQL Profiler, Azure Data Studio
  • Messaging / Event Streaming: Microsoft Azure Event Hubs, Kafka, RabbitMQ
  • Management Tools: Azure DevOps, TFS, GIT, VSTS, Swagger, Postman, OpenAPI, CI/CD Pipelines
  • Development Styles: Microservices, Micro Frontend, MVC, Monolithic, EDD, DDD, Clean Architecture, SOA
  • Containerization Tools: Docker, Kubernetes
  • Testing Frameworks: NUnit, xUnit, Karma, Jasmine, MSTest, Selenium, SonarQube
  • Soft Skills: Analytical & Problem Solving, Communication & Stakeholder Collaboration, Continuous Learning,
    Software Testing & Optimization, Debugging, Documentation & Deployments, Troubleshooting,
    Cross-Browser Testing & Version Control, Teamwork & Agile/Scrum Collaboration

πŸ“Œ Highlighted Projects

πŸ“„ Pillar2 Tax System – [IRAS via HCL Tech, SG]

Full-stack lead for OECD GloBE compliance system – C#, .NET Core, Angular 16, Kafka, Azure, xUnit, Karma

πŸ₯ Health Discovery+ – [Synapxe, SG]

Remote health monitoring platform – .NET Core, Angular, SQL, Docker, Azure, ADO.NET, Quartz

πŸ“„ 2048 Game – Click here to play

JavaScript, Web Development


πŸ“Š GitHub Stats

GitHub Stats

Top Languages

C# .NET Angular Azure jQuery JWT RxJS SonarQube Microservices


πŸ’¬ Open to collaboration and new opportunities!

Pinned Loading

  1. html-list-effects html-list-effects Public

    CSS

  2. Creating Menu Bar with Fontowesome I... Creating Menu Bar with Fontowesome Icons Using HTML with CSS
    1
    <!DOCTYPE html>
    2
    <html>
    3
    	<head>
    4
    		<meta charset="utf-8">
    5
    		<title>Sam VLOG - How To</title>
  3. Example Code for HashSet Example Code for HashSet
    1
    using System;
    2
    using System.Collections.Generic;
    3
    
                  
    4
    class Program
    5
    {