Several php projects
- Create a parser that takes a given input and converts it to some output using some of the standard MarkDown components and some special flavor.
Task & Solution: markdown-parser.
- Import the data from a given csv file into a database and create a rudimentary site that implements querying the database based on city name.
Task & Solution: GeoLokacije.
- Create rudimentary blog site following the simplified MVC architecture that suits the problem.
Task & Solution: Blog.
I don’t know php, so I’ve managed to figure this out by a lot of research and using other people’s examples as my template. Even after research I wasn’t sure about several things original tasks asked for so I didn’t implement them. I tried to cover some basics while only using things I could understand.
I noted my findings and compiled comments (in Croatian, for last two tasks see here, and I’ve also sprinkled code with comments and references that could help me understand what’s going on.
This were learning projects during the time when I was pondering if php developer positions would fit me. No