All Projects → oleg-koval → counter-interview.dev

oleg-koval / counter-interview.dev

Licence: MIT license
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to counter-interview.dev

Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-25.49%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+53699.02%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+21084.31%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+2724.51%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+2955.88%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-80.39%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+751.96%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (+161.76%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-85.29%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+83.33%)
Mutual labels:  interview, interviews, interview-practice, interview-questions, interview-preparation
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1006.86%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (+8.82%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (+638.24%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+1514.71%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+200%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
Awesome Interview
Collection of awesome interview references.
Stars: ✭ 1,683 (+1550%)
Mutual labels:  interview, interviews, interview-practice, interview-preparation
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-73.53%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (+446.08%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
Awesome Android Interview
🔥 A awesome android expert interview questions and answers(continuous updating ...)
Stars: ✭ 3,596 (+3425.49%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation
System Design Interview Questions
A curated list of System Design interview questions for SDE-1 (Experienced),SDE-2 and above.
Stars: ✭ 205 (+100.98%)
Mutual labels:  interview, interview-practice, interview-questions, interview-preparation

Counter Interview

Contributing questions

You don't need to be able to code but you will need a (free) GitHub account in order to contribute.

Adding your questions

  • You will need to create a new file in _examples folder here
  • Follow this structure for your contribution
  • Create a Pull Request with your changes

Contributing to website

  • Fork this repo
  • Make sure you have ruby installed and install bundler gem:
    gem install bundle
  • Install bundle:
    bundle install
  • Install required Node.js dependencies:
    npm install
  • Build or/and watch in one terminal:
    npm run sass:build
    npm run sass:watch
  • Run development server in other terminal:
    ./development.sh
  • Create a PR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].