Skip to content
View aotantawy's full-sized avatar
  • Proven Solution
  • Cairo, Egypt
  • 11:36 (UTC +03:00)
  • X @aotantawy
Block or Report

Block or report aotantawy

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

Assalamualaikum, السلام عليكم 👋

Your Repository’s Stats Top Langs

💬 Get in touch

Gmail     LinkedIn     Twitter     LeetCode     Notion    


⭐ Favorite Topics, Languages, Libraries & Frameworks

Topics Languages Libraries & Frameworks Non-Technical Topcis
DSA JavaScript React.JS Project Management
Design Patterns Java Express.JS Time Management
OOA&D Go Lang Spring Boot Self-Help

Pinned

  1. Trie Trie Public archive

    Travel agency web-app.

    JavaScript

  2. garment.io garment.io Public

    JavaScript

  3. coronaVirus coronaVirus Public archive

    Covid-19 stats.

    JavaScript

  4. Keeper Keeper Public archive

    Google keep clone.

    CSS

  5. A web scraping script for downloadin... A web scraping script for downloading quran files from quranbysubject.com
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    
                  
    4
    def removeSpacesFromfileName(fileName):
    5
        return fileName.replace(" ","-")