Code Monkey home page Code Monkey logo

Hello πŸ‘‹

from dataclasses import dataclass, field


@dataclass(frozen=True)
class SoftwareEngineer:
    name: str = "Mounir Messelmeni"
    role: str = "Software Engineer and Architect"
    language_spoken: list[str] = field(default_factory=lambda: ["ar", "en", "fr", "de"])
    skills: list[str] = field(
        default_factory=lambda: [
            "Python",
            "Django",
            "Postgresql",
            "Docker",
            "Kubernetes",
            "ArgoCD",
            "AWS",
            "Ansible",
            "Git",
            "Linux",
            "Angular",
            "Typescript",
            "Flutter",
            "Gitlab CI",
            "Github Actions",
        ]
    )
    location: str = "Stuttgart, Germany"
    contact_email: str = "[email protected]"

    def say_hi(self):
        print(f"Thanks for dropping by, feel free to contact me via email! {self.contact_email}")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Blogs

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Highlighted Projects

django-highlightjs

πŸ“ˆ Github stats

Mounir's GitHub stats

Mounir's Projects

cookiecutter-django icon cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

crm_jboss_seam3 icon crm_jboss_seam3

The goal of this project is the use of JavaEE Frameworks: Maven, Seam 3, JSF2, CDI, JPA

django icon django

The Web framework for perfectionists with deadlines.

django-ace icon django-ace

Django-ace-editor is an implementation of the ajax.org Ace editor as a form widget.

django-autocomplete-light icon django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. It supports templated autocompletes, foreign key, many to many, generic foreign key, generic many to many, autocompletes that depend on each other, etc, etc ... Status: 2.x.x stable, 1.x.x deprecated.

django-blog-zinnia icon django-blog-zinnia

Simple yet powerful and really extendable application for managing a blog within your Django Web site.

django-crispy-forms icon django-crispy-forms

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.

django-dajaxice icon django-dajaxice

Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.

django-datawatch icon django-datawatch

With Django Datawatch you are able to implement arbitrary checks on data, review their status and even describe what to do to resolve them

django-extensions icon django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.

django-mailbox icon django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.

django-modalview icon django-modalview

Django app to build bootstrap modal with new class based views and jquery plugin.

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.