Skip to content
View R-uan's full-sized avatar
💤
Learning
💤
Learning

Block or report R-uan

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

  Developer ruan = new() {
    Role = "Backend dev",
    Languages = new[] { "C#", "JavaScript", "HTML", "CSS", "TypeScript" },
    Frameworks = new[] { "ASP.NET Core", "Next.js", "Express.js", "React.js",  },
    Tools = new[] { "Docker", "Git", "GitHub", "Node.js" },
    Databases = new[] { "MongoDB", "PostgreSQL", "Redis" },
    Learning = new[] { "Golang", "C++" }
 }
streak graph languages graph

Pinned Loading

  1. r-uan.github.io r-uan.github.io Public

    Website Portfolio for myself

    TypeScript

  2. art-gallery art-gallery Public

    Digital Art Gallery Front-end to consume a custom REST API.

    TypeScript

  3. ArtGalleryWebApi ArtGalleryWebApi Public

    Web API using ASP.NET Core for an digital art gallery. Has authentication with JWT, Caching with Redis and uses PostgreSQL as the database.

    C# 1

  4. WeatherMonitoring WeatherMonitoring Public

    Weather Application to monitor the weather in selected cities through periodic requests and daily summaries.

    C#