Glad to see you here!
Armando Costa
Based in Lisbon, Portugal, I'm a Junior Web Developer. I love creating simple and elegant solutions to complex problems.
My Journey
Starting with low-level logic at 42 Lisboa and moving into the vast world of web development, I've always been driven by one thing: curiosity. I don't just want to make things work; I want to understand how they work best.
Building Solid Foundations
I'm currently focused on learning clean architectural patterns. From exploring the Repository Pattern in C# to implementing secure authentication in Laravel, I prioritize writing code that is readable and ready to grow.
public interface IUserRepository
{
Task<User> GetByIdAsync(int id);
Task<IEnumerable<User>> GetAllAsync();
Task AddAsync(User user);
}
Education & Certifications
Backend & Systems
ASP.NET Core and Laravel. Focus on Clean Architecture, Repository Pattern, and RBAC security.
Modern Frontend
React, Next.js, TypeScript, Vue.js. Building responsive, accessible UIs with Tailwind CSS and SASS.
Databases & DevOps
Entity Framework Core, SQL, NoSQL. Experience with Docker, Azure, and Git-based CI/CD workflows.
