Skip to content
View chamoncode's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report chamoncode

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
chamoncode/README.md
  • 👋 Hi, I’m Hicham aka @chamoncode
  • 👀 I’m interested in big data, cloud and entrepreneurship
  • 🌱 I’m currently learning about LLMs
  • 💞️ I’m looking for freelance missions as a tech lead or technical data architect I can act as CTO for small/medium companies
  • 📫 You can reach me at [email protected]

Pinned Loading

  1. The idea behind the Ports & Adapters... The idea behind the Ports & Adapters (Hexagonal) architecture is that the core domain should not be aware of the external systems (like databases). Instead, it should communicate through ports (interfaces). Adapters then implement these interfaces to provide the actual functionality.
    1
    ##########################################
    2
    # TEMPLATE ILLUSTRATING
    3
    # HEXAGONAL - PORT/ADAPTER ARCHITECTURE
    4
    # IN SERVICE OF HETEROGENOUS DB MIGRATION
    5
    # OR HETEROGENOUS ENTITY REPOSITORIES
  2. africa_cup_special africa_cup_special Public

    Webscraping eurosport.fr page about football african cup of 2024, and displaying it in a custom streamlit app

    Python