Recent projects
This project is part of a full-stack application with multiple objectives, serving as both a personal portfolio and a backend for Sensor Hub devices. The application makes the devices able to fetch configuration, register telemetries and save noise recordings. Additionally, it includes a frontend for visualizing the data collected by the Sensor Hub devices.
- Type-safe front-end and back-end using Typescript, React, Next.js, tRPC
- Using React Query for for efficient state management, handling loading and error states, and managing stale data seamlessly
- Implemented CRUD functionalities using Next.js App Router to manage the database and user interactions effectively
- Using drizzle for near-instant SQL queries and mutations, enhancing the application's responsiveness.
- Enhanced application performance with efficient lazy loading and advanced routing techniques to eliminate unused code
- Designed and implemented reusable react components, contributing to code modularity and maintainability
- Cooperated a CI/CD pipeline using GitHub Actions for streamlined and automated deployments, resulting in faster and more reliable code base
- Typescript ••• React ••• Next.js ••• tRPC ••• React Query ••• Tailwind CSS

This project is part of a full-stack application and is intended to gather various data such as temperature, humidity, air pressure, gas resistance, altitude, loudness levels, noise recordings and RPM values. The devices are placed at various locations in the Netherlands and are continuously sending these data to my website at my website sadra.nl.
- Focus on optimizations: Debug and release configurations apply different macros and compiler flags to make debugging easy and runtime faster. Enabling all compiler warnings to write safer code. Using std::move and pass by reference to avoid additional copies
- Supporting multithreading for all core functionality. Tasks are created, suspended and deleted when needed: This results to a boot time of only 100ms when running in release mode
- Advanced failsafe system and logging mechanisms to notify users of potential errors and bugs
- Saving a list of last 25 failures that occurred during the runtime
- Using XOR bitwise operations with the mac address to encrypt user data before saving to the storage
- Custom Pin, WiFi, HTTP and Gui classes to provide simple APIs for ease of use
- Handling runtime and backend errors and notifying users with a failsafe when errors occur
- 3D Printing ••• C++ ••• ESP32 ••• IoT devices

The purpose of this project is to create an autonomous self-driving robot, which is able to follow a course and avoid obstacles, all on its own. Its inspiration originates from being a big fan of Elon Musk, Tesla and its technology. This project is mainly created for PWS (profielwerkstuk) using our own specific hardware, but it can be replicated by the user to work on their hardware as well.
- Fully autonomous driving without any input from the user
- Ability to manually control using a PS5 or PS4 controller
- Utilizing the TensorFlow machine learning library
- Using multithreading for every core functionality
- 3D Printing ••• Machine Learning ••• Python ••• C++
Work experience

As a full-stack developer at Blue Star Planning, I was responsible for creating a full-stack application integrating IoT devices for telemetry collection, a robust backend for data storage, analysis, and processing, and an intuitive frontend for data visualization. Key responsibilities:
- Enhanced application performance with efficient lazy loading and advanced routing techniques to eliminate unused code
- Designed and implemented reusable react components, contributing to code modularity and maintainability
- Directed research to elevate performance, centering on user experience and streamlined system efficiency
- Designed various IoT devices from ground up, including 3D modeling and printing. Intended to gather various telemetries, such as temperature, humidity, air pressure, gas resistance, altitude, loudness levels, noise recordings and RPM values. The devices are placed at various locations in the Netherlands and are continuously registering data
- Cooperated a CI/CD pipeline using Azure DevOps for streamlined and automated deployments, resulting in faster and more reliable code base
- React ••• TypeScript ••• Next.js ••• ASP.NET ••• SQL Server ••• Unit Testing