Skip to content
View agilasdev's full-sized avatar

Block or report agilasdev

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
agilasdev/README.md
package main
import "fmt"
func DefineMySelf() {
      name := "Mourchid Youssef"
      role := "Software Engineer"
      programming_languages := [5]string{"C/C++", "JS/TS", "Golang", "Python", "Elixir"}
      language_spoken := [3]string{"ar_AR", "en_US", "fr_FR"}

      fmt.Println("Hi there 👋");
}

func main() {
      DefineMySelf();
}
websocket gRPC GraphQL REST Git Neovim HTML CSS Tailwind CSS Figma JavaScript React TypeScript Nest.js Svelte C C++ Go Elixir PostgreSQL MariaDB Docker Arch Linux

Pinned Loading

  1. Nginx-similar-webserver-42 Nginx-similar-webserver-42 Public

    Forked from hel-mefe/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 educationa…

    C++

  2. 42-Inception 42-Inception Public

    A Dockerized environment for managing a Wordpress website. It leverages Docker Compose to orchestrate containers for Worpress itself, a database MariaDB, Wordpress and web-server Nginx for enhanced…

    Shell