Git Product home page Git Product logo

> Hey There! , I am Achraf Aissy

「 I am a Computer Science and Data Engineer from Morocco

aissyachraf aissyachraf aissyachraf


About me

public class AboutMe {

    Info info = new Info(
        // who am I ?
        this.fullName = "Achraf Aissy";
        this.username = "achrafaissy";
        this.role = "Computer Science & Data Engineer";

        // additional information
        this.interest = "Java Enthusiast";
        this.learning = "Microservices and Distributed Architecture";
        this.comment = "I love contributing to open-source projects and discussing about tech.";
    );

    public String toString() {
        return this.info.fullName;
    }

    public static void main(String[] args) {
        AboutMe me = new AboutMe();
        System.out.println(me.toString());
    }
}

Stack & Tools


Wallpaper

Github Stats

GitHub Streak GitHub Stats GitHub Stats

Achraf AISSY's Projects

edulinker icon edulinker

An application that creates educational links and connections by connecting administration, students, teachers, and grades.

eventsourcingdemo icon eventsourcingdemo

This repository contains a demo project showcasing an Event Sourcing architecture (also known as Event Driven Architecture). The project is designed to illustrate how events can be used to track changes to an application's state and provide a reliable, scalable system for managing complex business logic.

smart-uha-dashboard icon smart-uha-dashboard

This repository contains the front-end code for a Delivery Service Dashboard that manages an autonomous vehicle fleet. The dashboard is built using React and Material-UI, providing a sleek, responsive interface for managing delivery operations.

softwareengineeringprinciples icon softwareengineeringprinciples

This repository is a comprehensive collection of resources and materials focused on the fundamental principles and best practices of software engineering. It serves as a valuable guide for beginners developers looking to build a strong foundation in software engineering concepts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.