Hello! I'm Malinga Bandara, a passionate Full-Stack Developer with expertise in Frontend and Backend technologies. I have a strong background in Software Engineering, and I'm currently specializing in web development, cloud solutions, and creating scalable, high-performance applications. I enjoy tackling complex challenges and building solutions that make an impact.
Main Technologies
Frontend Development
Backend Development
Tools
Additional Non-Tech Skills
- π§ **Problem-Solving & Cognitive Skills**: Breaking down complex problems into structured, efficient solutions.
- π‘ **Decision-Making Under Constraints**: Prioritizing tasks and optimizing development workflows.
- π **Cognitive Efficiency & Focus**: Applying psychology-based techniques for deep work and high productivity.
- ποΈ **Software & Project Management**: Structuring development tasks for efficiency and collaboration.
- π οΈ **Code Review & Debugging Mindset**: Identifying and resolving issues systematically.
- π **Version Control & Documentation**: Maintaining project clarity using Git, GitHub, and structured documentation.
- π€ **AI-Driven Content & Automation**: Leveraging AI tools to enhance productivity and automate repetitive tasks.
Iβm committed to continuous learning and always stay updated with the latest advancements in web development, especially in Laravel, Vue.js, Nuxt.js, and full-stack web applications. Currently, I'm focused on enhancing my expertise in building robust websites, web applications, and scalable POS & ERP systems, optimizing performance, and ensuring seamless user experiences across various platforms.
I focus on building highly optimized, scalable, and intuitive systems that deliver exceptional user experiences. My approach to development is influenced by my interest in psychology and cognitive efficiency, which helps me stay focused and make well-informed decisions even under constraints.
When Iβm not coding, I enjoy boxing and weightlifting, exploring psychology and human development, and brainstorming innovative solutions to real-world problems.
<style> @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fadeInD