muhibarshad
PUCIT'25 | Software Engineer | MERN | Problem Solver | Open Source Contributer | Linux Automation | Blogger | Gamer
Lahore
muhibarshad's Stars
public-apis/public-apis
A collective list of free APIs
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
facebook/create-react-app
Set up a modern web app by running one command.
nvm-sh/nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
karan/Projects
:page_with_curl: A list of practical projects that anyone can solve in any programming language.
goabstract/Awesome-Design-Tools
The best design tools and plugins for everything 👉
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
AMAI-GmbH/AI-Expert-Roadmap
Roadmap to becoming an Artificial Intelligence Expert in 2022
Asabeneh/30-Days-Of-React
30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
bmorelli25/Become-A-Full-Stack-Web-Developer
Free resources for learning Full Stack Web Development
rzashakeri/beautify-github-profile
This repository will assist you in creating a more beautiful and appealing github profile, and you will have access to a comprehensive range of tools and tutorials for beautifying your github profile. 🪄 ⭐
alexanderepstein/Bash-Snippets
A collection of small bash scripts for heavy terminal users
academind/react-complete-guide-code
Code snapshots and materials for our "React - The Complete Guide" course (https://acad.link/reactjs)
karan/Projects-Solutions
:pager: Links to others' solutions to Projects (https://github.com/karan/Projects/)
john-smilga/redux-toolkit-tutorial
microsoft/bash-for-beginners
Sample code for Bash for Beginners course
codewithsadee/portfolio
Fully responsive personal portfolio website
mateustoin/Roadmap-to-Embedded-Engineering
This repository should serve as a guide to everybody who wants to study software and hardware for embedded systems but doesn't know where to start.
vossenjp/bashcookbook-examples
Example code from O'Reilly's bash Cookbook
muhibarshad/Salik-Bank-Limited
Bankist application in C++ by using dynamic arrays and classes concepts :Its main features are login system, user authentication ,create a new account , requesting loan , transfer money, sort your movements , currency converter , delete your account and log out system .
muhibarshad/Cpp-Data-Structures-and-Algorithms-An-In-Depth-Look
This repository provides an in-depth look at C++ data structures and algorithms, with detailed explanations and examples for mastering the material. Suitable for beginners and experienced programmers.
muhibarshad/React-js-Blogs-and-Projects
Comprehensive collection of React learning resources. Suitable for all skill levels, with practical examples and real-world application.
muhibarshad/Zero-to-Advance-OOP-Concepts-CPP
Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.
muhibarshad/Automate-Code-Tasker
Task automator for programming lab tasks, creating files and storing answers with ease. Just you have to enter the lab questions it will automatically create folder and all files with solutions with in a minute.
muhibarshad/Linux-Automation-Scripts
"Linux-Automation-Scripts" is a repository that contains bash scripts, documentation, and guidance for automating tasks in Linux. It's a great resource for Linux system administrators, developers, and anyone who wants to learn how to automate tasks using bash scripting in Linux
muhibarshad/Node-Express-MongoDB_Projects_Blogs
This repository has resources for learning Node.js, Express.js, and MongoDB. From RESTful APIs to integrations with third-party services, these projects and blogs provide a comprehensive overview of server-side JavaScript development. Suitable for beginners and experienced developers alike.
muhibarshad/Secret-Messages-App-MERN
Welcome to Secret Messages App, a user-friendly MERN stack application that allows you to send and receive encrypted messages with full input validation, responsive UI, and easy navigation. Server side fully stores data in the backend, data is retrieved via a RESTful API ensuring data is secure and accessible to secret code entered users.
muhibarshad/Tech-Goldmine
Tech Goldmine is a repository of valuable tech resources, tools, and techniques. Find information on web apps, software programs, and browser extensions, as well as guidance on how to use them. Check back often for updates and feel free to contribute your own ideas and suggestions.
muhibarshad/ToDoList-With-SLL-In-Cpp-DSA
TodoList App with Single LinkedList in CPP" is a command-line to-do list manager that utilizes a single linked list data structure and allows users to add, remove, and mark items as done using unique IDs, insert items at specific positions and display current list, also includes an exit option.