Giter Club home page Giter Club logo

Hi there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-
    class SoftwareEngineer:

        def __init__(self):
            self.first_name = "Hicham"
            self.last_name = "Elmefeddel"
            self.role = "SoftwareEngineer"
            self.languages = [C/C++, Python, Javascript/Typescript, Golang]
            self.philosophy = 'Focus on concepts and patterns rather than technologies themselves!'
           
        def introduce(self):
            print("Hi, I'm Hicham Elmefeddel, a 21yo software engineer, I love working with Go but I have no issue coding in any other language")

        def currently(self):
            print("Learning all about distributed systems and system design concepts ")

        def say_thanks(self):
            print("Thank you for checking out my github profile")

    me = SoftwareDeveloper()
    me.introduce()
    me.currently()
    me.say_thanks()

Leetcode Stats

HichamElmefeddel's Projects

animestories icon animestories

Anime stories is a simple web app made with ReactJS at the client side, and Golang at the backend side, graphql and rest are both used to communicate between the client and the server. postgresql is used as a databasae.

cub3d-advanced-raycasting icon cub3d-advanced-raycasting

@Cub3D @42born2code This project is a 3D game created from scratch written in C using an old graphic library mini-libx, presented with an old technology raycasting to make the 3D feeling looks pretty good

django-graphql icon django-graphql

A repository to play with graphQL in django using Graphene the python implementation of GraphQL in django.

fdf-42 icon fdf-42

FDF is a 42 network curriculum project all about building a 2D/3D wireframe model using minilibx. Fdf is a fun project that will teach you all about line drawing algorithms and linear transformations

ft_printf-42 icon ft_printf-42

The popular C function printf which writes to the standard output some bunch of characters, no doubts any C developer on this earth have heard of it or used it to write something on the standard output, well in this 42 curriculum project you are going to re-code it completely from scratch.

microservices-simulation-go icon microservices-simulation-go

Microservices simulation with go and containerized with docker, RabbitMQ is used as a message broker, gRPC protocol also is used for speeding up communication between services.

minishell-42 icon minishell-42

This project is About Recoding BASH Commands Interpreter From Scratch with C Language

nginx-similar-webserver-42 icon nginx-similar-webserver-42

A webserver made to be similar to nginx, it's not a load balancer as it's not a reverse-proxy, the main purpose of this project is an http/1.1 server that's part of 42 projects, it's for educational purposes only and not meant for production use.

philosophers-42 icon philosophers-42

The popular dining philosophers problem is 42 Network cursus project that will basically introduces you the concept of synchronization using both mutexes and semaphores in C.

pipex-42 icon pipex-42

This 42 curriculum project is an introductory to processes and pipes in unix os, it's about coding a program that behaves the same way the pipes work in the unix os bash

pushswap-42 icon pushswap-42

PushSwap is a 42 curriculum project all about creating your own sorting algorithm, you simply have 2 stacks and some limited methods you can use to sort your stacks with the least amount of moves possible, it may seem easy when you read that but in reality it isn't as easy as it may seem at the first glance!

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.