InterQues (https://codingninjascodes.github.io/InterQues)
This is a collaborative repository aimed at getting tech interview questions and obviously their solutions. This will be written in plain HTML (we might later introduce CSS), although the interview questions could be from any domain.
It's going to be completely compiled by our students!
This is started as a learning project for students who are looking for a complete list of interview questions. One question can have only one correct answer You can add a question (with an answer), suggest changes.
For making any changes (from your local system), just following the following steps
- fork this repository into your github account (create one if you don't have it yet)
- clone it to your system (git clone )
- in the terminal run
git remote add upstream https://github.com/CodingNinjasCodes/InterQues.git
(this is for taking a fresh update of the code anytime in the future) - create a new branch from the Branch Types below
- IMPORTANT STEP: get the updated code, run command
git pull upstream development
in terminal - make the changes, commit and push them to your forked repository
- create a pull request (mark an issue if it resolves one)
- doc-branch name (Changes to documentation)
- newq-branch name (For adding a new question)
- correction-branch name (Making a correction to an answer/question)
- upvote-branch name (Once you upvote a question)
- hotfix-branch name (fixing something if it doesn't work)
- struct-branch name (for structural additions/changes)
- Download Git setup for your operating system and install it.
- To check whether Git is installed on your system, open
cmd
on Windows /terminal
on Mac. - Run command
git --version
and it should display the version of Git installed.
- Open VS Code.
- Go to View > Terminal.
- To clone the repo to your desktop, change the directory to desktop by running the command
cd desktop
. - In the terminal, run
git clone https://github.com/CodingNinjasCodes/InterQues.git
. - A folder/directory should be created on your desktop.
- Open that folder in VS Code, go to File > Open.
- Now you're good to go!
- Send an email directly to arpan(at)codingninjas(dot)in
Respect fellow developers, everyone might be at a different stage of skill levels Encourage fellow developers, pass on an opportunity to them, if they've asked something simple, just point them to the right direction in as polite a manner as possible Thank fellow developers if they help you out in any way.