All Projects → danrevah → Php Exercises

danrevah / Php Exercises

Some tricky php exercises and interview questions

Projects that are alternatives of or similar to Php Exercises

codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (+126.53%)
Mutual labels:  practice, interview-questions
interview-practice
Questions and solutions (in Java) for technical CS interview problems
Stars: ✭ 21 (-57.14%)
Mutual labels:  practice, interview-questions
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-44.9%)
Mutual labels:  practice, interview-questions
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-42.86%)
Mutual labels:  practice, interview-questions
Hackerrank Solutions
🔥 My HackerRank Solutions in JavaScript
Stars: ✭ 33 (-32.65%)
Mutual labels:  interview-questions
Interview
Code completion and code review for identifying C# candidates
Stars: ✭ 13 (-73.47%)
Mutual labels:  interview-questions
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+1648.98%)
Mutual labels:  interview-questions
Data Science Interview Questions And Answers
Data science interview questions with answers. Not ideally (yet)
Stars: ✭ 842 (+1618.37%)
Mutual labels:  interview-questions
Ctci Python Solutions
Cracking the Coding Interview in Python 3. The solutions all have detailed explanations with visuals.
Stars: ✭ 1,033 (+2008.16%)
Mutual labels:  interview-questions
System Design And Architecture
Learn how to design large-scale systems. Prep for the system design interview.
Stars: ✭ 1,005 (+1951.02%)
Mutual labels:  interview-questions
Coding Challenges
solutions to coding challenges and algorithm and data structure building blocks
Stars: ✭ 28 (-42.86%)
Mutual labels:  interview-questions
Frontend Interview Questions
Answers for https://performancejs.com/post/hde6d32/The-Best-Frontend-JavaScript-Interview-Questions-(Written-by-a-Frontend-Engineer)
Stars: ✭ 876 (+1687.76%)
Mutual labels:  interview-questions
Angular Interview Questions
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 967 (+1873.47%)
Mutual labels:  interview-questions
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+1673.47%)
Mutual labels:  interview-questions
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+18510.2%)
Mutual labels:  practice
Prepare For Interview
💪 half a year left, keep moving!
Stars: ✭ 8 (-83.67%)
Mutual labels:  interview-questions
Dlinterview
Deep Learning Interview 深度学习面试题目汇总
Stars: ✭ 943 (+1824.49%)
Mutual labels:  interview-questions
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+1916.33%)
Mutual labels:  interview-questions
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+74773.47%)
Mutual labels:  interview-questions
Front End Interview Handbook
⚡️ Front End interview preparation materials for busy engineers
Stars: ✭ 32,265 (+65746.94%)
Mutual labels:  interview-questions

PHP Exercises

Some basic and advanced php exercises and interview questions.

It's using the TDD approach so make sure to check the test.php file inside each exercise directory to find out what exactly needs to be done. Write your solution as the index.php file, inside the exercise directory and run the tests using PHPUnit.

Dependencies:

PHPUnit: https://phpunit.de/manual/current/en/installation.html

Workflow:

[~]             $ git clone https://github.com/danrevah/php-exercises.git
[~]             $ cd php-exercises
[php-exercises] $ cd once
[once]          $ touch index.php
[once]          $ phpunit test.php
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].