Skip to content
View waqarNaeem786's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report waqarNaeem786

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

πŸ‘‹ Hello there! I am Waqar Naeem, student of computer science.

  • skills: PERN (Postgres, Express, React, and Node) + Some DEVops tools kafka, Docker, and jenkins
  • βš™οΈ I use daily: .py, .js, .c++, .NASM,
  • 🌍 I'm mostly active on Twitter

I am currently studying computer science, & i am focusing on covering the basics of programming & Computer Science in 6 months:

  • πŸ“Œ DSA (Data Structures and Algorithms).
  • πŸ”œ Networking.
  • πŸ”œ Computer Architecture and Assembly.
  • & πŸ”œ Operating Sytems

Pinned Loading

  1. scrapper scrapper Public

    Web Scrapper based a website 2embeded api which takes data from videos and seasons and render it on the website

    JavaScript

  2. Define Define Public

    it is a command line, which can be used to find meaning/definition of word via command line.

    JavaScript

  3. Tasbeeh-Counter Tasbeeh-Counter Public

    Tasbeeh Counter is React Native app build as the side project to enhance the mobile dev skills.

    JavaScript

  4. manga-reader manga-reader Public

    maga reader is a web application built around the scraper which gather the data from different sites containing manga comics it is a great resource for the comic readers.

    JavaScript

  5. restarting the ssh if it gives error. restarting the ssh if it gives error.
    1
    eval $(ssh-agent -k)                                                         
    2
    eval $(ssh-agent)
  6. backup.sh backup.sh
    1
    #!/bin/bash
    2
    cd /var/www
    3
    
    
    4
    crontab -l > cronStetup
    5