Giter Club home page Giter Club logo

Hi there

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


class FullStackDeveloper:

    def __init__(self):
        self.first_name = "Abdelaali"
        self.last_name = "ES SALMI"
        self.role = "Technical and Pedagogical Staff at 1337"
        
        # Social Media
        self.linkedin = "https://www.linkedin.com/in/abdlalisalmi/"
        self.twitter = "https://twitter.com/abdlalisalmi"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = FullStackDeveloper()
me.say_hi()

Abdelaali ES SALMI's Projects

42-minishell icon 42-minishell

The objective of this project is to create a simple shell

api42client icon api42client

42 API Client is a small project to simplify the usage of the 42 School API

django icon django

The Web framework for perfectionists with deadlines.

django-portfolio icon django-portfolio

Personal portfolio website made with Django framework in the backend, and with CSS, js, and bootstrap for the frontend.

django-truly icon django-truly

Truly helps you know your strengths and areas for improvement by receiving constructive and candid feedback from your friends without revealing the sender's identity.

ft_containers icon ft_containers

The standard C++ containers have all a specific usage. To make sure you understand them, let’s re-implement them!

ft_services icon ft_services

Ft_Services is a System Administration and Networking project

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.