If you're new, the Backend Initiative Project aka Levelled Membership Program is a continuous program in which concepts required for development, are broken down into levels associated with tasks. So for each level, you get to work on a particular concept and submit the associated task. This goes on till you get to L12 in which case you would've learnt more than enough of what is required to do Backend Development. Whoot!!!!🤩🤩🤩
And yessss, you can join in at any time. Submission for each level happens every 2 weeks so you wont miss out on anything.
Submission is via this link: https://docs.google.com/forms/d/e/1FAIpQLSckJcKk0a3zAzQuaqNEM0gYY8zE6ox_gQ8zA9IvoXiNb3arYw/viewform
- Fork this repository.
- By default you have a main branch and 12 other branch.
- For each level task, checkout the branch with the name of that level. The link to the branch is what you will submit via here.
- Push changes.
- After we assessed the task then we will do the needful and give adequate feedback.
All links should be correct and publicly accessible. Ask for someone to help you check if you're not sure.
Code Separation of Concern: It is bad practice to have all code eg routes, models(data), controller in one file. It makes the file bulky and unmaintainable. Endeavour to separate your code as your language permits.
Postman should have an example response that the consumer can look at. See sample here
Try as much as people to help out people in the channel, you can ask for who needs help or help someone who asks for help. This helps improve your grade and especially your helping(mentoring) skills.
Please do not submit for another level if you've not been graded for the previous level. You may start the task but please do not submit yet.
Submission is via this link: https://docs.google.com/forms/d/e/1FAIpQLSckJcKk0a3zAzQuaqNEM0gYY8zE6ox_gQ8zA9IvoXiNb3arYw/viewform
-
General
- https://blog.idrisolubisi.com/how-to-build-a-library-management-system-with-harperdb-ejs-and-nodejs
- https://rahulism.hashnode.dev/high-order-functions-in-javascript
- https://aditya01.hashnode.dev/the-stonks-guide-to-getting-your-first-internship
- https://adiati.com/lesson-learned-massive-burnout-in-learning-web-development
-
Redis