Skip to content
View meeeddx's full-sized avatar

Organizations

@Synth-Softworks-LLC

Block or report meeeddx

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
meeeddx/README.md

Mehdi Aboutamam

18-year-old developer from Morocco, passionate about building software solutions.

package main

import "fmt"

type Developer struct {
    Name     string
    Age      int
    Username string
    Focus    []string
}

func main() {
    me := Developer{
        Name:     "Mehdi Aboutamam",
        Age:      18,
        Username: "meeeddx",
        Focus:    []string{"Go", "Web Development", "Backend"},
    }
    
    fmt.Printf("Developer: %s (@%s)\n", me.Name, me.Username)
}

Tech Stack

Go • JavaScript • TypeScript • Git • C#

Currently

  • Learning advanced Go patterns
  • Building web applications
  • Contributing to open source

Connect


Always learning, always building.

Popular repositories Loading

  1. Logic-Template Logic-Template Public

    This is a fully functional Discord bot template built with Node.js and Discord.js. It serves as a starting point for anyone who wants to create their own Discord bot quickly. The template includes …

    JavaScript 3 2

  2. TodoList-Backend TodoList-Backend Public

    Secure Todo List backend built with Node.js, Express, and SQLite3 featuring authentication, password hashing, and protected CRUD APIs.

    JavaScript 1

  3. meeeddx meeeddx Public