Skip to content
View SeOcSa's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report SeOcSa

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

I am a skilled software developer with experience in developing web applications using a variety of technologies, including Angular, ASP.NET Core, C#, SQL Server, MongoDB, Elastic-search, and AWS. I have a passion for creating clean and efficient code and thrive in collaborative, fast-paced environments. With a strong background informatics, I bring a problem-solving mindset to every project I work on.

Linkedin Badge Gmail Badge

💻 Technologies I Love

  • ⚙️ I use daily: .netCore Angular MongoDB RabbitMq SCSS HTML TYPESCRIPT Docker Git
  • 💻 Tools: Rider WebStorm VSCode Grafana
  • 🌱 Learning: AWS Kubernetes

Who am I?

    public class HowIAm
    {
       const string User = "Sebastian Octavian Sas";
       public string CurrentWork = ".Net core & Angular Full stack developer";
       public string CurrentCity = "Timisoara, Romania";
       
       public IList<string> GetHobbies()
       {
           return new List<string>
           {
               "Football",
               "F1",
               "Gym",
               "Snowboarding",
               "Watching movies",
               "Nature"
           };
       }
    }

Other Stuff

Haany's github stats

Pinned

  1. bookingo bookingo Public

    A booking meeting rooms app

    C#

  2. SpaceInvadersSimulator SpaceInvadersSimulator Public

    Using Reflection in C#.

    C#

  3. ChairFactory ChairFactory Public

    3 types of ChairFactory: pipes and filters, blackboard, eventbus

    C# 1