Skip to content
View dmaman86's full-sized avatar
Block or Report

Block or report dmaman86

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
dmaman86/README.md

Hi, I'm David Alejandro Maman!

  • Computer Science graduate from Hadassah College, Jerusalem - Israel
  • Practical Engineer graduate from ORT College, Jerusalem - Israel

A little more about me...

const david = {
    pronouns: "He" | "Him",
    code: ["Javascript", "Typescript", "Python", "Java", "C/C++"],
    askMeAbout: ["webdev", "tech", "music", "mathematics", "research"],
    technologies: {
        frontEnd: {
            js: ["Angular", "React"],
            css: ["bootstrap", "mui-material"]
        },
        backEnd: {
            js: ["Node.js", "Express"],
            java: ["Spring Boot", "Spring Cloud", "Eureka", "API Gateway"]
        },
        databases: ["MySQL", "SQLite", "NoSQL", "PostgreSQL", "MongoDB"],
        messaging: ["Kafka"],
        machineLearning: ["Deep Learning", "Tensorflow Keras"]
    },
    architecture: ["Microservices Architecture",
                    "Serverless Architecture",
                    "Progressive web applications",
                    "Single page applications"],
};

Examples of project

  • Courier-App - A full-stack application developed with Spring Boot Cloud, Eureka, API Gateway, Kafka for the backend, and React with TypeScript for the frontend. This project includes features for user management, branch management, and order processing, catering to roles like admin, courier, and client.

  • Store Book - Java Spring website to manager and sell books.

admin home user login shopping cart
forecast home day forecast home next days
  • Nasa Mars - Browse NASA Mars images and save your preferred ones, using JavaScript, HTML, Boostrap, SQLite, Node.js and Express.
Login Image Home Image
Results Image Carousel Image
  • Super Mario Kart - This project combines technologies we learned during the object-oriented programming course (C++ and SFML) as well as technologies we learned independently (JavaScript and Firebase).

Video Youtube

Pinned Loading

  1. courier-app courier-app Public

    Courier App is a comprehensice courier management system designed to streamline operations for courier services. This project includes both backend and frontend components built with modern technol…

    Java

  2. react-forecast-weather react-forecast-weather Public

    SPA website to display 7-day weather forecast

    JavaScript

  3. nasa_mars nasa_mars Public

    Browse NASA Mars images and save your preferred ones.

    JavaScript

  4. mario_kart_game_sfml mario_kart_game_sfml Public

    Super Mario Kart game - C++ and SFML

    C++

  5. lord_runner_sfml lord_runner_sfml Public

    lord runner game - c++ and sfml

    C++

  6. store-book-spring store-book-spring Public

    Java Spring website to manager and sell books.

    Java