Hey, Hi 👋🏻
I'm Myat Min Aung.
I am a software engineer thrived on complex technical challenges by delivering clean, efficient and maintainable code. With a solid foundation in both frontend and backend development, I specialize in creating dyanmic, user-centric applications and scalable solutions.
Checkout my latest projects
Here are some of my latest projects. I'm excited to share what I've accomplished.
A secure, feature-rich online banking platform designed to provide AYA Bank's customers with a seamless, convenient, and efficient way to manage their banking activities.
An advanced, secure, and user-friendly web-based platform designed to provide AYA Bank's administrative team with the tools and functionalities needed to manage and monitor mobile banking operations effectively.
A comprehensive and secure online platform designed to manage the application process for three types of credit cards: Visa, MasterCard and MPU. This system operates under a hierarchical structure managed by the central Cards & Payment Department (Head Office).
A suite of intuitive, secure, and efficient Single Page Applications (SPAs) designed to enhance the digital wallet experience for AYA Bank's customers. It allows users to easily manage and access specialized e-wallet products.
Some of my recent blogs
Here are some of my latest blogs where I share my knowledge, insights and learning.
We've explored how to handle file operations using the Node.js fs module through both synchronous and callback-based asynchronous methods in the first part of this article. While functional, callback patterns can become cumbersome in larger codebases, leading to deeply nested and harder to maintain code.
Node.js includes several core modules, one of the most commonly used is the `fs` module - short for 'File System'. This module enables developers to interact with the file system, allowing to read, write and modify files directly within Node.js applications. In this article, we'll explore how to handle files both synchronous and asynchronous methods provided by the `fs` module.
In the world of relational databases, understanding data integrity and data redundancy is crucial for designing an efficient database system. Balancing data integrity and redundancy can enhance data quality, minimize anomalies and optimize performance without compromising scalability and resilience. In this article, we'll explore key concepts of data integrity - both physical and logical (covering four key aspects) as well as addressing data redundancy and its solutions
Node.js provides the low-level interaction with the operating system particularly through input and output (I/O) operations. It includes core APIs that allows developer to handle with I/O streams, interact with the file system and manage the networking tasks efficiently. In this article, we will focus on interacting the console by exploring how to read and write input from the user and handle errors.