Skip to content
View ArintonAkos's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report ArintonAkos

Report abuse

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

Report abuse
ArintonAkos/README.md

πŸ’« About Me:

Software Engineer @ Amazon AWS specializing in High-Performance Computing, Machine Learning, and Distributed Systems.

Recent Achievements

  • 1st Place Best Thesis (2024) - Sponsored by SoftServe
  • B.Sc. Computer Science - BabeΘ™-Bolyai University (GPA: 9.23/10)

Current Focus Areas

  • Performance Engineering & JVM Optimization (AWS Infrastructure)
  • SIMD Optimization & Low-Level Performance (ARM NEON, Multithreading)
  • Federated Learning & Privacy-Preserving AI
  • Generative AI (Latent Diffusion Models)
  • Computer Vision & Autonomous Driving
  • Algorithm Design & Competitive Programming

Professional Experience

Amazon AWS (09/2024 - Present) - Software Development Engineer

  • Optimized critical infrastructure components achieving multi-thousand-fold query performance improvements
  • Eliminated garbage collection bottlenecks, significantly reducing tail latency for high-throughput services
  • Resolved database query inefficiencies through index optimization and query restructuring
  • Implemented connection pooling strategies for improved resource utilization
  • Designed modernization strategies for legacy enterprise systems

Egnosis (04/2022 - 09/2024) - Software Engineer

  • Implemented optimization algorithms for manufacturing resource allocation problems using C++
  • Built scalable ML data pipelines for high-volume real-time data processing with Elasticsearch
  • Deployed Computer Vision models for automated classification tasks with optimized inference
  • Architected services for distributed data ingestion and processing

Research & Academic Projects

University of Hamburg (10/2023 - 04/2025) - Research Collaborator (Voluntary)

  • Federated Latent Diffusion Models for Breast Cancer diagnostic image synthesis
  • Privacy-preserving distributed training architecture (hospital data silos)
  • Empirical analysis of synthetic data augmentation on federated model performance

Bachelor's Thesis (05/2024 - 07/2024) - πŸ₯‡ 1st Place Best Thesis

  • Semantic Image Synthesis for Autonomous Driving using Latent Diffusion Models
  • Built photorealistic street scene generation from semantic segmentation maps
  • Addressed data scarcity in autonomous vehicle perception systems

Major Projects & Repositories

DataVo-DBMS

  • Native C# Relational Database Engine built from scratch.
  • Features an AST-first execution pipeline and a proprietary B+Tree storage engine with direct kernel-space I/O.
  • Supports full JOIN semantics (INNER, LEFT, CROSS) and SIMD hardware intrinsics for vector access patterns.

x86-assembly-io-library

  • Pure NASM x86 Assembly library for integer and binary I/O without standard libraries.
  • Implements manual 64-bit integer processing on a 32-bit architecture using EDX:EAX register pairs and CF error mapping.

Machine Learning & Performance (Machine-Learning)

  • SIMD-optimized image processing with ARM NEON intrinsics (Gaussian blur, grayscale)
  • Multithreaded image processing with barrier synchronization
  • SISD vs SIMD benchmarking with Python/OpenCV comparisons
  • LibTorch C++ implementations with MPS/CUDA support
  • Linear regression with GPU acceleration

Algorithms & Competitive Programming (cpp-algorithms-2022)

  • Comprehensive C++ algorithm implementations: sorting, backtracking, dynamic programming, graph theory
  • 50+ lab exercises and exam problem solutions
  • Advanced data structures and algorithmic techniques
  • Competitive programming contest solutions

Full-Stack Web Application (BioLegume)

  • C# .NET backend with RESTful API design
  • TypeScript/JavaScript frontend with modern frameworks
  • Docker containerization and CI/CD with CircleCI
  • PostgreSQL database with complex queries
  • Microservices architecture

Mobile E-Commerce App (My-Instrument)

  • Flutter/Dart cross-platform mobile application (iOS & Android)
  • Marketplace for new and used musical instruments
  • Complex filtering and categorization system
  • Real-time inventory management
  • 2⭐ on GitHub

Current Development - Advanced Marketplace Platform

  • Domain-Driven Design (DDD) and Hexagonal Architecture
  • CQRS Backend pattern
  • Modular backend ensuring testability and maintainability

Connect With Me:

LinkedIn Facebook Stack Overflow GitHub Email

Work Profile: 🌐 Profile


Tech Stack:

Programming Languages:

C C# C++ CSS3 Dart Haskell HTML5 Java JavaScript Markdown PHP Python Shell Script TypeScript Go Bash

Hosting/SaaS:

Azure AWS Google Cloud Firebase Heroku Vercel

Frameworks, Platforms & Libraries:

.Net Angular Angular.js Bootstrap Chakra Chart.js jQuery JWT Laravel NPM Next JS NodeJS React React Native React Router Redux Vue.js Webpack Flutter Express.js Spring

Databases:

MySQL Postgres MicrosoftSQLServer MongoDB Redis SQLite Elasticsearch

ML/DL & Scientific Computing:

PyTorch NumPy Pandas scikit-learn TensorFlow Keras Matplotlib SciPy

DevOps & Tools:

LINUX Docker Kubernetes Postman Git GitHub GitLab GitHub Actions CMake Nginx


GitHub Stats:



Random Dev Quote

Top Contributed Repo


Achievements & Awards

  • πŸ₯‡ 1st Place Best Thesis - Semantic Image Synthesis for Autonomous Driving (2024, SoftServe)
  • πŸ₯ˆ 5th Place - Sapientia ECN Programming Competition (2022)
  • πŸ₯‰ 6th Place - Nemes TihamΓ©r International Finals
  • πŸŽ“ Valedictorian Candidate - GPA 9.23/10 (Data Structures: 10, OS: 10, Distributed Systems: 9)

Languages

  • πŸ‡­πŸ‡Ί Hungarian (Native)
  • πŸ‡¬πŸ‡§ English (C1/C2)
  • πŸ‡·πŸ‡΄ Romanian (Fluent)
  • πŸ‡©πŸ‡ͺ German (Basic)
  • πŸ‡«πŸ‡· French (Basic)

Pinned Loading

  1. My-Instrument My-Instrument Public

    A mobile application for selling New and Used instruments with complex filtering and categorization.

    Dart 2

  2. DataVo-DBMS DataVo-DBMS Public

    DataVo Database Server and Frontend

    C# 1 1

  3. diffusion-model diffusion-model Public

    Jupyter Notebook

  4. fnblur fnblur Public

    C++

  5. SolarSystem-Ray-tracing SolarSystem-Ray-tracing Public

    Ray Tracing enging for simulating the Solar System

    C++

  6. x86-assembly-io-library x86-assembly-io-library Public

    x86 Assembly I/O and String manipulation library for Computer Architecture assignments.

    Assembly