Skip to content
View DinSanGun's full-sized avatar

Block or report DinSanGun

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
DinSanGun/README.md

Hi there, I'm Din Yair Sadot 👋

🚀 Software Developer | Computer Science & Philosophy Graduate, Ben-Gurion University

About Me

I’m a software developer with a strong foundation in computer science, hands-on experience building end-to-end applications, and a deep interest in writing clean, maintainable, and well-structured code.

I recently graduated with a degree in Computer Science and Philosophy from Ben-Gurion University, where I developed strong analytical thinking, problem-solving skills, and a solid understanding of algorithms, systems, and software design.

Alongside my technical background, my studies in Philosophy—particularly Plato, Kant, and Spinoza—shaped the way I approach abstraction, correctness, and reasoning about complex systems.

Outside of tech, I enjoy cooking and experimenting with new recipes 👨‍🍳

Tech Stack & Skills

💻 Languages: Python, JavaScript, Kotlin, Java 🖥 Frontend: React.js, HTML, SCSS
⚙️ Backend: Node.js, Express.js, REST APIs
📱 Mobile: Android (Kotlin, Jetpack Compose, MVVM)
🗄 Databases: MongoDB, Room
Cloud & Deployment: AWS (S3, EC2)
🧠 CS Foundations: Data Structures, Algorithms, OOP, Problem Solving
🤖 AI & ML: Neural Networks from scratch (NumPy), ML fundamentals

Notable Projects

📱 Tax Tracker App (Android)
📌 A personal finance Android application built with Kotlin and Jetpack Compose, focused on clean architecture and usability
📌 Implements MVVM, local persistence with Room, and structured navigation
📌 Designed as a real-world, maintainable product rather than a demo project

🎨 Limor Sadot Art – Portfolio Website
📌 Built and deployed a full-stack artist portfolio using React.js and Node.js
📌 Designed with a focus on performance, maintainability, and clean UI
📌 Deployed on AWS (S3 + EC2)
🔗 Frontend: https://github.com/DinYair/Limor-Sadot-Art
🔗 Backend: https://github.com/DinYair/limor-sadot-server

🤖 Neural Networks Mini Project
📌 Implemented a neural network and ResNet architecture from scratch using NumPy
📌 Achieved ~95% accuracy, with a strong focus on understanding fundamentals rather than frameworks

Let’s Connect

🔗 LinkedIn: https://www.linkedin.com/in/din-yair/

Pinned Loading

  1. Tax-Tracker-App Tax-Tracker-App Public

    Android app for managing bills and invoices. Supports custom categories, local data storage, and fast search. Built with Kotlin and Jetpack Compose.

    Kotlin

  2. Deep_Learning_NN Deep_Learning_NN Public

    Fully connected deep learning neural networks for classification, implemented from scratch in Python using only NumPy. Includes a standard feedforward network and a ResNet-inspired version, along w…

    Python

  3. Limor-Sadot-Art Limor-Sadot-Art Public

    A collage art website of the artist Limor Sadot

    JavaScript

  4. limor-sadot-server limor-sadot-server Public

    A tiny express app for handling email service requests of the website of Limor Sadot

    JavaScript

  5. LLM_Cache_Project LLM_Cache_Project Public

    Forked from rulidor/llm_cache_project

    LLM Cache Project

    Python

  6. XV6-RISCV-3 XV6-RISCV-3 Public

    Memory Management mini-project in Operating Systems

    C