Skip to content
View luismede's full-sized avatar
🔥
Working Hard
🔥
Working Hard
  • Seara Alimentos
  • Brazil
  • 23:28 (UTC -03:00)
  • LinkedIn in/luismedes

Block or report luismede

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

Pinned Loading

  1. Settings of my VsCode Settings of my VsCode
    1
    {
    2
        "workbench.startupEditor": "newUntitledFile",
    3
        "editor.fontSize": 14,
    4
        "editor.lineHeight": 1.8,
    5
        "javascript.suggest.autoImports": true,
  2. leetcodes leetcodes Public

    Repository containing my LeetCode solutions and algorithm studies

    C

  3. challenge-url-shortener challenge-url-shortener Public

    RESTful URL shortener service developed as a backend engineering challenge.

    TypeScript

  4. task-manager-api task-manager-api Public

    Task management REST API developed during my internship onboarding, focused on backend fundamentals, API design, and clean architecture

    TypeScript

  5. 100-golang-exercises 100-golang-exercises Public

    100 challenging programming exercises for golang with solutions

    Go

  6. challenge-points-of-interest challenge-points-of-interest Public

    REST API for managing Points of Interest (POIs) with proximity search using distance. Built with Java and Spring Boot.

    Java