Skip to content
View milutin2002's full-sized avatar

Block or report milutin2002

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
milutin2002/README.md

Hi, I'm Milutin 👋

I'm a final‑year Electronics & IT student from Niš, focused on low‑level C/C++, embedded systems (RP2040 / Raspberry Pi / FreeRTOS), and security/exploit development. I build end‑to‑end projects—from firmware and real‑time pipelines to Android/Angular frontends and cloud backends. My goal: to advance in red teaming, AI-driven security research, and exploit development by combining low-level systems expertise with offensive security innovation.

  • 🔭 Now: polishing C++ multithreading, RTOS on microcontrollers,mqtt and safe exploitation basics.
  • 🎯 Next: internship‑level readiness , and AI/ML and neural networks.
  • 🧪 Lab: Raspberry Pi security camera + Android push pipeline, Pico + SPI camera(work in progress), face recognition tools,mqtt led contol app.
  • 🐧 OS: Arch / Manjaro / Kali /Ubuntu •

🔗 Find me


🧰 Tech I use often

Languages
C
C++
C#
Python
Kotlin
JavaScript
TypeScript

Frameworks & Platforms
Android
Jetpack Compose
Angular
Node.js
CUDA

Databases & Messaging
Redis
Neo4j
MongoDB

Embedded & OS
Raspberry Pi
FreeRTOS
Linux
Docker


🚀 Featured Projects

Quick snapshots. Pin these repos on your profile for visibility.

1) Alarm Security System – Pi ⇄ Android ⇄ Firebase

Repo: alarmSecuritySystem

  • Raspberry Pi captures motion → uploads image → Firebase push → Android app shows notification + image.
  • Includes Python scripts, server bits, and Kotlin/Compose client app.
  • Goals: reliable notifications, clean README with architecture diagram, and real hardware demo.

2) projekatZI (Crypto & Security Playground)

Repo: projekatZI

  • C++ crypto modules (e.g., Tiger/XXTEA variants), utilities, and CLI demos.
  • Great place to showcase secure implementations and unit tests.

3) Heap Memory Manager (Custom Allocator)

Repo HeapMemory

  • Implementation of a custom heap memory manager in C/C++.
  • Focus: allocators, fragmentation handling, memory safety, debugging leaks/overflows.
  • Demonstrates low-level systems skills and practical debugging techniques.

4) javiSE — Plumber Connection Platform (Node.js + Angular + NoSQL)

Repo: javiSE

  • Multi-database backend using Mongodb
  • Features real-time messaging, plumber–user relationships, and post management.
  • Backend: Node.js (Express + WebSocket); Frontend: Angular.
  • Goal: a social-style platform for connecting users and plumbers with ratings, chats, and notifications.

5) ServoControl — Wireless Servo Positioning via MQTT

Repo: ServoControl ServoControl

  • Controls a servo motor on a Raspberry Pi Pico W using MQTT messages.
  • Demonstrates remote angle control from multiple clients (Python script, mobile app, or other MQTT publishers).
  • Includes a Pico-side C program that receives MQTT commands and translates them into precise servo PWM output.
  • Focus: reliable IoT motor control and smooth servo actuation over lightweight MQTT communication.

6) mqttLedControl — IoT LED Control via MQTT

Repo: mqttLedControl

  • Connects Raspberry Pi Pico W and an Android app via MQTT.
  • Demonstrates bidirectional control and data exchange between hardware and app.
  • Features LED toggling, message subscriptions, and live communication testing.
  • Focus: lightweight IoT integration and real-time control via MQTT protocol.

📚 Highlights & Notes

  • Embedded: RP2040 (Pico/Pico W), SPI/I²C/UART, camera FIFO handling, dual‑core patterns.
  • Real‑time: FreeRTOS tasks, IRQ vs polling trade‑offs, scheduling camera capture + transfer.
  • GPU: CUDA basics.
  • Security: exploit‑dev fundamentals (ASLR/PIE, ROP), and safe research.
  • Data: Neo4j (graph relationships), Redis (realtime messaging/notifications), MongoDB (flexible documents).
  • Mobile/Web: Android (Kotlin/Compose), Angular frontends, Nestjs backend, Nodejs backend.
  • Memory: Heap memory management, custom allocators, debugging leaks/overflows.

📝 How I work

  • Start with clear specs, then iterate quickly with small, testable steps.
  • Prefer typed, deterministic code and profiled hot paths.
  • Document setups so others can reproduce results.

🤝 Contributing / Contact

  • Open an issue in any repo, or ping me on LinkedIn.
  • I’m happy to collaborate on embedded, or security‑oriented projects.

Footer

“Quiet strength. Clean code. Measurable impact.”

Pinned Loading

  1. alarmSecuritySystem alarmSecuritySystem Public

    Alarm security system with pir sensor

    Kotlin 1

  2. HeapMemory HeapMemory Public

    Custom heap memory

    C++ 1

  3. projekatZI projekatZI Public

    File Encryptor app

    C++ 1

  4. ServoControl ServoControl Public

    Servo remote contoller

    C 1

  5. MemoryExploit MemoryExploit Public

    memory exploits

    C 1

  6. mqttLedControl mqttLedControl Public

    Led control app

    C 1