Hi there, I'm Malik
Fullstack Engineer
I help people and brands reach their business goals by designing & building customer-centric software products and interactive experiences
Projects
Prototypes, Digital Products (Apps, Websites, SaaS solutions) and design systems which are visually pleasing, user-centric and easy to use.
Skills
For those who know what theyβre looking for..
React
NextJs
NodeJS
TypeScript
Python
Django
GraphQL
AWS
Remix
CSS
Kubernetes
Terraform
CI/CD
In need of a developer?
Iβm currently available for work.
OnRoad
OnRoad is a platform where users can anonymously contribute vehicle prices which helps the community get real and transperant pricing. Its USP is the complete breakdown of prices and hidden charges which seperates it from the competetion, It is by far the project I am most proud of.
TECH
Features
π₯οΈ Monorepo Setup
Our application adopts a monorepo architecture, consolidating backend and frontend code within a single repository. This streamlined approach facilitates efficient codebase management and simplifies the deployment process.
β‘ Zippy and Fast Frontend
Leveraging React.js and TypeScript, our frontend is engineered for speed and efficiency, ensuring an exceptional user experience. It is fully responsive and optimized for all devices, featuring Gzip-compressed static assets for enhanced transfer speeds.
π¦ Microservices Architecture with End-to-End Dockerization
Built on a foundation of independent microservices, our application architecture allows for scalable components. Complete dockerization enables seamless operation across any environment with a simple docker-compose up
command. Please note that running a stateful service like PostgreSQL in a container has its own limitations which you should be aware of in production.
π Hasura GraphQL with Automated APIs
Utilizing Hasura, we generate GraphQL APIs that streamline API creation and management. Hasura enriches our application with role-based access control, real-time updates, and event triggers.
π Advanced Authentication and Authorization βοΈ
Our authentication framework utilizes JWT tokens and supports various methods, all implemented from scratch, including:
Username-password
Magic-link
Sign In With Google (Oauth2)
PassKeys (WebAuthn API)
These methods work together seamlessly to ensure robust security. The framework employs long-lived refresh tokens and short-lived access tokens to enhance security and maintain user sessions efficiently.
πΎ Closer to Database Layer
Our application maximizes database utilization for optimal performance, leveraging triggers, defaults, constraints, and indexes. This approach enhances scalability and framework agnosticism.
π Automated DB Backups
Regular database backups are automated via a cron job, ensuring data integrity and recoverability in any eventuality.
π‘οΈ Security and Privacy
Dedicated to user privacy and security, our application implements robust measures like CSRF, XSS protection, and CORS. Tight API security through RBACs and network isolation safeguards against unauthorized access.
π¦ Rate Limiting
API rate limiting, enforced at the API gateway level (Caddy), prevents misuse and ensures stable application performance.
π¬ Message Queues and Brokers for Asynchronous Processing
Asynchronous tasks such as email sending and future image processing are efficiently managed via RabbitMQ and the DramatiQ library, maintaining an uninterrupted user experience.
π CI/CD
Our deployment process is automated through GitLab CI/CD, facilitating seamless transitions from staging to production on DigitalOcean Droplets.
π User Analytics
Employing Umami for user analytics allows us to understand user behaviors and make informed decisions, prioritizing privacy.
π AWS S3 for File Storage
AWS S3 is our choice for secure and accessible user file storage, ensuring data safety and availability.
π Sentry for Error Tracking and Metrics
Sentry aids in identifying and resolving application errors, offering valuable insights into performance metrics.
π€ ChatGPT for Development
ChatGPT has played a significant role in developing our application, demonstrating the power of precise prompts in achieving desired outcomes and fostering a deeper understanding of our technology stack.