Skip to content
View eliasluimeme's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report eliasluimeme

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
eliasluimeme/README.md
iakry's 42 stats

Software engineering student at 1337-UM6P, 42 network.

Typing SVG

About me

  class EliasLuiMeme():
    
  def __init__(self):
    self.name = "Iliasse Akry";
    self.username = "eliasluimeme";
    self.location = "Tetouan, Morocco";
    self.linkedin = "@/in/iliasseakry/";
    self.web = "https://akryelias.me/";
  
  def __str__(self):
    return self.name

  if __name__ == '__main__':
    me = EliasLuiMeme()

I play with

Programming Languages:

JavaScript TypeScript Python Java Bash C C++ GraphQL

Backend Development:

Node.js Express NestJS Django Spring Boot Flask

Frontend Development:

React Redux Next.js Material-UI Chakra UI SCSS CSS HTML Chart.js

Miscellaneous Tools:

Git GitHub GitLab Docker Jest Cypress Jira VS Code Postman

Services & Frameworks:

Hasura Auth0 Serverless

Databases:

MongoDB PostgreSQL MySQL Redis SQLite

SRE & DevOps:

AWS Azure Terraform Kubernetes Consul Prometheus Grafana Nginx Chef

My articles

letยดs connect

You can ask me anything (within reason). I am looking forward to absorb knowledge ๐Ÿง , gain experience ๐Ÿญ, collaborate ๐Ÿค and build amazing products ๐Ÿญ for the world ๐ŸŒ!

Popular repositories Loading

  1. eliasluimeme eliasluimeme Public

  2. Inception Inception Public

    This project aims to broaden knowledge of system administration by using Docker. We will virtualize several Docker images, creating them in our new personal virtual machine.

  3. WebServ WebServ Public

    This project is about implementing our own HTTP server. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful.

    C++

  4. ft_transcendence ft_transcendence Public

    TypeScript

  5. Tic-Tac-Toe-js Tic-Tac-Toe-js Public

    Simple Tic Tac Toe game with HTML CSS and JavaScript

    JavaScript

  6. locacha locacha Public

    A location-based Q&A app that allows users to post questions, receive answers from nearby users, and interact with the content.

    JavaScript