Skip to content
View rafaelqueiroz89's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

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!

Profile Banner

Hello, visitors! 👋 I'm Rafael Queiroz, a passionate developer with a generalist touch and tech enthusiast from 🇧🇷. 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
  • 🌱 I’m constantly learning and experimenting with new technologies, right now I'm learning the integration between Angular and .NET framework
  • 👯 I’m looking to collaborate on interesting and innovative projects.
  • 💬 Ask me about new tech, leadership, guitars, drums, rock bands, AWS and .NET ☁️
  • 📫 How to reach me: rafaelqueiroz@msn.com

Projects

Here are a few of my featured projects:

See more here

Get in Touch

I'm always excited to connect with fellow developers and tech enthusiasts. You can reach out to me through the following platforms:

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#