Skip to content
View IsaacTeles-cmd's full-sized avatar

Block or report IsaacTeles-cmd

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
IsaacTeles-cmd/README.md
 _____                   _______    _
|_   _|                 |__   __|  | |
  | |  ___  __ _  __ _  ___| | ___| | ___  ___
  | | / __|/ _` |/ _` |/ __| |/ _ \ |/ _ \/ __|
 _| |_\__ \ (_| | (_| | (__| |  __/ |  __/\__ \
|_____|___/\__,_|\__,_|\___|_|\___|_|\___||___/

Hi, I'm Isaac.

Back-end developer from Brazil β€” building things, breaking things, understanding why.
Currently bridging dev skills with Technical SEO.


  [ Python ]---[ FastAPI ]---[ PostgreSQL ]
       |
  [ C# / ASP.NET Core ]---[ Clean Arch ]---[ CQRS ]
       |
  [ C++ ]---[ Threads ]---[ Sockets ]
       |
  [ SEO Lab ]---[ Google Search Console ]---[ Schema.org ]

// about

  • Back-end developer with a focus on Python and C#
  • Building REST APIs, search engines, real-time servers
  • Studying Technical SEO β€” using developer intuition to understand what crawlers see
  • Bahia, Brazil (-14.86, -40.84)

// projects

Ecommerce API β€” Python
REST API built with FastAPI, JWT auth, PostgreSQL and Docker.
Live at: ecommerce-api-mh4n.onrender.com/docs

  .-----------,
  | /products |  GET  --> returns paginated product list
  | /auth     |  POST --> issues JWT token
  | /orders   |  POST --> creates order, validates stock
  '-----------'

Ecommerce API β€” C#
Same domain, different stack. ASP.NET Core with Clean Architecture, MediatR, CQRS and Entity Framework Core.

  [ Controller ] --> [ MediatR ] --> [ Handler ]
                                          |
                                    [ Repository ]
                                          |
                                    [ SQL Server ]

Full-Text Search Engine
Search engine built in C++ with a Node.js backend and a web interface.

  [ Web UI ] --> [ Node.js ] --> [ C++ Engine ]
                                      |
                              inverted index
                              TF-IDF ranking

Threaded Chat Server
Multi-client chat server in C++ using POSIX threads and socket programming.

  client_1 --\
  client_2 ---+--> [ server ] --> broadcast
  client_3 --/        |
                  thread pool

// stack

  Languages    Python  |  C#  |  C++  |  HTML/CSS/JS
  Frameworks   FastAPI  |  ASP.NET Core  |  Node.js
  Databases    PostgreSQL  |  SQLite  |  Entity Framework
  Tools        Docker  |  JWT  |  MediatR  |  Screaming Frog
  SEO          Google Search Console  |  GA4  |  Schema.org

// links

  LinkedIn  --> linkedin.com/in/isaacteles
  GitHub    --> github.com/IsaacTeles-cmd
  SEO Lab   --> isaacteles-cmd.github.io/seo-lab/
  API Docs  --> ecommerce-api-mh4n.onrender.com/docs

  "Trying to give the ideas a chance in reality."
                                        -- me, bio, 2024

Pinned Loading

  1. Full-Text-Search-Engine-Cpp-Node.js-Web-UI- Full-Text-Search-Engine-Cpp-Node.js-Web-UI- Public

    Motor de busca de textos / Full text engine

    HTML

  2. Threaded-Chat-Server Threaded-Chat-Server Public

    Chat server with threads and contact manager/ Chat server com threads e contact manager

    C++

  3. Ecommerce-API-Csharp Ecommerce-API-Csharp Public

    Ecommerce API w/ C#

    C#

  4. Ecommerce-API-FastAPI-JWT-Docker Ecommerce-API-FastAPI-JWT-Docker Public

    Ecommerce API w/ Python

    Python