X
X
xmoonlight2019-11-20 08:02:14
PHP
xmoonlight, 2019-11-20 08:02:14

Is it worth it to create a tutorial and the most minimal PHP code to create a simple blog?

The idea is simple (if there is no such thing!):
Make a PHP blog engine project with minimal functionality and place it on github to teach PHP beginners the correct code structure and typical data processing/filtering techniques and correct algorithms (the fastest in speed and minimal in cost). CPU).
The minimum is the minimum of functionality (categories, posts, tags, users, tree-like comments, rating of posts/comments), the minimum of lines of code and the minimum of resources (ram/cpu) when executing the code.
I would like to hear all the pros and cons.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2019-11-20
@xmoonlight

Who will forbid you.
Projects of something with minimal functionality for learning in bulk.
For the purposes of training, the main thing is not the project, the main thing is what is built around it - the course, documentation, tutorial, you personally teach as a curator, etc. Without all this, it will be another piece of code lying on the Internet.
All these things - the right structure, processing techniques, and so on - should be explained, chewed up and described, why this way and not otherwise, what problems it solves, what problems it may have, what are the pros and cons, and so on.
It's worth thinking about. And what will be there - a blog engine, a chat bot, or something else - is not important at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question