Coding Assignment
-
Create a PHP class that outputs a line(s) from a CSV file that contains a specified string. Use OOP, extend the created class and override search method to make 100% string match ("==" instead of strpos(), for example).
-
Create a simple blog engine with infinite scrolling (auto loads next batch of content when you reach the bottom), in PHP/JS. Use any RSS/JSON feed for content. Use JS Promises/jQuery Deferred object.