1 => Choosing A Project
This Series
The Project
First I have to decide on a project idea. This is often one of the most challenging parts of any learning journey. The project has to be built using Laravel, a modern and open source php web framework.
Opening Laravel for the first time felt a bit overwhelming as the amount of boilerplate code was significantly more than I initially expected. The other main backend technology I've been learning at the moment is Apollo Server, which has zero boilerplate code when you start your project.
Potential Project Ideas
- Something COVID-19 related. SARS-COV2 is a popular subject topic right now.
- A todo list with added functionality
- Blogging platform
- Chatroom
- Game of life with saved seeds that people can view and play with
- KANBAN application
Decision
Concluding Remarks
Before continuing I have to do some design work so I can have a structured approach. Each feature will be implemented as I learn as it forces me to problem solve, as opposed to following a tutorial example from start to finish. This approach forces me to understand and learn what I am doing as I go as opposed to blindly following an example without being required to develop a sound understanding. The first topic I will look into is how to render views, components and templates. You can read more about the work and application developed by reading through the following blog entries.

Comments
Post a Comment