Skip to content
View Azer5C74's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@AAK-Venturers

Block or report Azer5C74

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
Azer5C74/README.md

Hi, my name is Azer πŸ‘‹


✨ Azer5C74 ✨ is a nothing but the combination of my name and Base32 encoding of first 3 letters of my family name.

  • πŸ”­ I’m currently working as Full Stack Developer.
  • πŸŽ“ I have graduated as a Software Engineer.
  • πŸ–₯️ I have a taste for System Administration.
  • 🌐 I am a digital nomad.

Technical


  • πŸ–ΌοΈ I'm framework agnostic. My preference is Laravel, I like Django, and I can React. (if you ask nicely you'll find some Node & knockout knowledge under the hood also).
  • πŸ—„οΈ I work across various databases. I handle database administration: writing optimized queries, managing backups, designing schemas, handling migrations, and tuning performance across SQL and NoSQL databases for scalable, efficient systems.
  • πŸ’» I dabble in dev-ops. I write docker & compose (build, deploy, run), CI/CD with changesets/cli, nginx configs, Kubernetes backend services and Vercel CDN front ends.

Pinned Loading

  1. HotelReservationSystem HotelReservationSystem Public

    This project aims to deliver a hotel reservation system such as Marriot International. The design and techniques emphasized can be applicable to other booking-related topics.

    PHP

  2. geo-location-calculator geo-location-calculator Public

    The Geo Location Calculator is a Laravel-based application that resolves geolocations for a list of addresses and calculates the distance in kilometers from each address to a specific location. It …

    PHP

  3. LibraryApp LibraryApp Public

    Library backend GraphQL API with NodeJs

    TypeScript

  4. Portainer is a good alternative for ... Portainer is a good alternative for docker desktop when working under Linux. Here is a small descriptive on how to get it ready to run on your machine.
    1
    ## This command runs a Docker container named "portainer" based on the "portainer/portainer-ce:latest" Docker image.
    2
    
                  
    3
    ```
    4
    docker run -d -p 66666:8000 -p 66667:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
    5
    ```