About me.

I'm Gheorghe Smoc, a Computer Science student at Saxion University, based in the Netherlands for the past two years.

My experience spans various fields, including Python scripting, web development, desktop applications, servers, and embedded systems

Skills

Programming languages

C
C++
C#
Python
Java

Frameworks & tools

WPF .NET
SpringBoot
Angular
Git

Projects

Secure Vault System

I developed a secure vault system using an Arduino UNO, programmed in C, and designed a custom PCB to control its locking mechanism. The project aimed to create a reliable storage system for valuables, ensuring security through various user feedback methods.

Competencies: Electronics, C

Project here

Miniature Self-driving Car

I contributed to the development of a miniature self-driving car that follows a white line and avoids obstacles, stopping at the end of the line. The project involved analyzing client requirements, developing multiple design concepts, and selecting the most promising one.

Competencies: Electronics, C

Project here

Mini Chat App

I developed a desktop application called 'the mini ChatGPT' using C# and the WPF .NET framework. The app functioned like a chat, utilizing the Wikipedia API to return introduction messages from Wikipedia pages based on user input.

Competencies: C#, WPF.NET

Project here

Weather Monitoring System

I developed a weather monitoring system using a microcontroller with sensors, connected to The Things Network (TTN) via LoRa. I created a backend to retrieve and parse sensor data from the cloud, and built a desktop application that displayed weather data for the past 1, 7, or 30 days, along with a graph for visualizing values.

Competencies: IoT, backend development, C#

Project here

Health Watch Prototype

I developed a prototype health watch that monitors heart rate and step count using sensors. I created the software for the watch, which displayed the data on a screen, and built a backend server using Spring Boot in Java, including authentication and APIs. The watch sent data via WiFi to the API, which stored the information in a local database. I also developed a mobile application in Kotlin, allowing users to register, authenticate, pair with the watch, and securely view their personal data.

Competencies: Embedded systems, backend development, mobile app

Project here

Space Game

I made a space game where you control a spaceship, avoiding asteroids and collecting barrels. The goal is to survive as long as possible, with the score increasing over time. Use arrow keys to move, and restart after a collision by pressing space.

Competencies: Python

Project here