💡 I'm Morest Burawa, a passionate software engineer focused on using code to empower businesses that drive growth, efficiency, and customer satisfaction.
🚀 My journey in technology began with curiosity, but quickly evolved into a mission:
"Building Elegant and Powerful Applications that Transform Ideas into Reality."
🎯 My purpose is to help businesses make informed, strategic decisions through technology and full-stack development. I believe in the transformative power of hard work, continuous learning, and using code not just to build, but to inspire action.
🎓 I’ve completed my matric and earned three consecutive leadership certificates for excellence in guiding peers and teams. My goal is to complete my formal studies within the next year and launch a business that applies full-stack development to real-world challenges.
I have hands-on experience developing both front-end and back-end applications. My front-end expertise is in React, while my back-end skills include Django and SQL databases. I am proficient in Python for building robust applications and JavaScript for creating dynamic user interfaces. I use SQL to design and manage relational databases, ensuring efficient data storage and retrieval. My goal is to build scalable, secure, and high-performance web applications that provide seamless user experiences.
Technology
| Category | Technology/Tool | Purpose |
|---|---|---|
| Core | Django (Python Web Framework) | The primary framework for server-side development, providing the MVC/MTV structure. |
| API | Django REST Framework (DRF) | Building the RESTful API endpoints that the React frontend communicates with. Essential for decoupling the front-end and back-end. |
| Language | Python | The primary programming language for the back-end logic. |
| Database | PostgreSQL, MySQL, SQLite (for development) | Relational database to store application data. Django's Object-Relational Mapper (ORM) handles interaction with the database. |
| Authentication | Django's built-in Auth System, Simple JWT | Handling user sign-up, login, and secure API access (often with JSON Web Tokens). |
| CORS | django-cors-headers |
A package to handle Cross-Origin Resource Sharing (CORS) issues when the React and Django servers run on different ports/domains. |
| Real-time | Django Channels | Adding WebSocket and real-time capabilities (e.g., chat) to the application. |
| Category | Technology/Tool | Purpose |
|---|---|---|
| Version Control | Git / GitHub/GitLab | Tracking code changes and collaboration. |
| Virtual Environment | venv / Pipenv (Python), Node.js/npm/yarn (JavaScript) |
Isolating project dependencies for consistent development. |
| Containerization | Docker / Docker Compose | Packaging the application and its dependencies into isolated containers for consistent deployment. |
| Deployment | Heroku, AWS, DigitalOcean | Cloud platforms for hosting and running the final application. |

