Skip to content
View rafaelqueiroz89's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report rafaelqueiroz89

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

Welcome!

github-header-image

Hello, visitors! ๐Ÿ‘‹ I'm Rafael Queiroz, a passionate developer with a generalist touch and tech enthusiast from ๐Ÿ‡ง๐Ÿ‡ท but been living in ๐Ÿ‡ต๐Ÿ‡น since 2018. This is my GitHub profile where I share my projects, contributions, and open-source work. Feel free to explore and collaborate!

About Me

  • ๐Ÿ’ผ EX Checkout.com, here is my public Github profile https://github.com/rafael-queiroz-cko
  • ๐Ÿ“ˆ Now working as a freelance/contractor developer
  • ๐Ÿ’ฌ Ask me about new tech, leadership, guitars, drums, AI, rock bands, AWS, Azure and .NET โ˜๏ธ
  • ๐Ÿ“ซ How to reach me: rafaelqueiroz@msn.com

Projects

Here are a few of my featured projects:

See more here

Get in Touch by email ;)

Looking forward to connecting with you! ๐Ÿ˜Š

Pinned Loading

  1. design_patterns_in_csharp design_patterns_in_csharp Public

    In this repository I am doing some exercises and examples about the GOF design patterns in C# 7, so it's pretty much updated.

    C# 22 9

  2. csharp-garbage-collector csharp-garbage-collector Public

    This is a small repository about the Garbage Collector in C#.

    C# 9

  3. production-ready-api-with-docker production-ready-api-with-docker Public

    This is a solution of a code challenge

    C# 1

  4. timerlog-IDisposable timerlog-IDisposable Public

    In this repo I am demonstrating how to exploit the IDisposable interface to measure the time of aoperation within a 'using' statement. I called it a 'TimerLog'

    C#