Skip to content
View hatim523's full-sized avatar

Highlights

  • Pro

Block or report hatim523

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

Hi there! πŸ‘‹

I'm Hatim, a backend engineer with over 5+ years of experience in building web applications that don't just scaleβ€”they soar! πŸš€ I have a passion for writing clean, efficient code, sticking to best practices like SOLID principles and keeping things DRY (because who likes soggy code, right?).

I specialize in designing and developing web applications from the ground up, always with an eye on making them scalable, reliable, and as consistent as my morning coffee routine. β˜•οΈ


πŸ›  Technologies & Tools

Django React Vue.js Moodle PHP


πŸ§‘β€πŸ’» What I Bring to the Table

While I'm a Django and Python enthusiast, I've had my fair share of fun with:

  • React (When I feel like living on the edge of JavaScript)
  • Vue.js (For those who prefer their frameworks like their coffee: lightweight)
  • Moodle (PHP) (Turning chaos into classrooms, one PHP script at a time!)

πŸ“Š GitHub Stats

Hatim's GitHub stats


🌟 Profile Views & Followers

Profile Views
GitHub followers


πŸš€ Let's Connect

LinkedIn

I'm always open to collaboration, code reviews, or just a friendly chat about tech (or coffee). Feel free to dive into my repositories and see what I’m up to!

Pinned Loading

  1. Utility functions to send get or pos... Utility functions to send get or post request easily.
    1
    `
    2
      Parameter Description:
    3
          url:string                  --> url location to get/post data
    4
          body:FormData object        --> containing form data to send over to server
    5
          success_callback: function  --> Function called when request is successful i.e. status = true (HttpResponseStatus = 200)
  2. Turing-Machine Turing-Machine Public

    Turing Machine implemented using Linked List structure. Example implementation of language is given. Can be used to built for any language.

    C++ 1

  3. StackOverflowJobScraper StackOverflowJobScraper Public

    Collect all the job postings from stack overflow with details

  4. Protein-Classification Protein-Classification Public

    Sequence alignment of proteins and calculating best scores. (Bioinformatics)

    C++ 1 1

  5. Boolean-Retrieval-Model-Django Boolean-Retrieval-Model-Django Public

    Information Retrieval model to process boolean and phrasal queries on collection of Trump Speechs (56 Documents)

    Python 1

  6. Export data from Django in different... Export data from Django in different formats (PDF, Excel, CSV)
    1
    """
    2
    Requirements:
    3
    pip install pandas
    4
    pip install xhtml2pdf
    5
    pip install openpyxl