Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View leandroblandi's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report leandroblandi

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

👋 Hey, I'm Leandro Blandi

I'm a Backend Developer and Systems Engineering student at the Universidad Nacional de Lanús (UNLa).
I specialize in the Java & Spring ecosystem, building scalable and resilient backend applications under clean architecture and microservices principles.

  • 💻 Backend Developer at Certant S.A.
  • 🎓 Studying Systems Engineering at UNLa
  • ☁️ Hands-on experience with AWS (S3, SQS, DynamoDB, Cognito, RDS, Secrets Manager, etc.) using LocalStack & Docker for local development and testing
  • 🧠 Always learning about cloud-native architectures and software design patterns

🌐 Connect with Me

LinkedIn Portfolio

🛠️ Tech Stack

Java Spring Boot Spring Security Swagger OpenAPI Maven Gradle MySQL Amazon RDS Amazon DynamoDB AWS S3 SQS Cognito Docker Jenkins Bash Angular TypeScript JavaScript HTML5 CSS3 JUnit5 Mockito ArchUnit SonarQube Git VS Code Jira Confluence Trello

Pinned Loading

  1. spring-secrets-manager-test spring-secrets-manager-test Public

    AWS Secrets Manager Integration for Spring Boot. Only for learning and testing purposes

    Java

  2. textana-api textana-api Public

    A read-focused REST API that queries AWS DynamoDB to retrieve file analysis status and results by UUID—returning structured, clean responses with processing state (in-progress, completed, failed), …

    Java 1

  3. textana-upload-service textana-upload-service Public

    A RESTful file upload microservice that validates and accepts .TXT files (up to 10MB), stores them securely in AWS S3 with unique UUID identifiers, and publishes tracking messages to AWS SQS to tri…

    Java 1

  4. textana-file-processor-service textana-file-processor-service Public

    A cloud-native text analysis microservice that consumes file identifiers from AWS SQS, retrieves .TXT files from S3, and processes them through OpenAI's models to extract summaries and classify sen…

    Java 1

  5. spring-ai-demo-mcp-server spring-ai-demo-mcp-server Public

    Demo project for Spring AI MCP, providing a clean and minimal setup for exposing server-side tools over the Model Context Protocol using a lightweight Spring Boot integration.

    Java

  6. spring-ai-demo-openai spring-ai-demo-openai Public

    Demo project for Spring AI, showcasing a clean and lightweight integration of AI capabilities using a simple, extensible Spring Boot setup.

    Java