Skip to content
View lotavares's full-sized avatar

Highlights

  • Pro

Block or report lotavares

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

Hi there, I'm Lorena Tavares πŸ‘‹

πŸš€ About Me

I'm a Software Engineer with 5+ years of experience in full-stack development and data science. I specialize in building scalable applications and reliable systems in cloud environments such as AWS and Azure.

I'm passionate about writing clean, maintainable code and enjoy collaborating in Agile teams to deliver solutions that improve efficiency and create lasting impact.

πŸ› οΈ Tech Stack

Languages

Java TypeScript C# JavaScript Python

Frontend

Angular HTML5 SCSS React Tailwind CSS

Backend

Spring Boot JPA .NET Node.js

Cloud & DevOps

Microsoft Azure AWS Docker Kubernetes

🀝 Let's Connect

Website LinkedIn Email

Pinned Loading

  1. portfolio portfolio Public

    Professional portfolio showcasing development projects and technical skills

    TypeScript

  2. ParallelArtificialBeeColony ParallelArtificialBeeColony Public

    Parallel Artificial Bee Colony algorithm in C++ with MPI for solving the Traveling Salesman Problem using 2-opt and vertex swap operations

    C++ 1

  3. TabuSearchTSP TabuSearchTSP Public

    Tabu Search metaheuristic implementation in C++ for solving the Traveling Salesman Problem (TSP) with 2-opt and vertex swap moves

    C++

  4. StudyGroupClustering StudyGroupClustering Public

    Study group clustering algorithm in Python that maximizes diversity by grouping students based on aptitude levels and characteristic differences

    Python

  5. TimetablingProblem TimetablingProblem Public

    Weekly timetabling optimization system in Python that maximizes idle time while respecting constraints and fixed activities

    Python 1 1

  6. GeneticAlgorithm GeneticAlgorithm Public

    Genetic algorithm in Python to maximize f(x) = xΒ² - 3x + 4 with custom binary encoding and evolutionary operators

    Python