3MTT-PET / Proficiency-Tool

The proficiency evaluation tool for the largest tech talent accelerator in the world
MIT License
7 stars 29 forks source link

Backend Track: Observation on the curiculum #3

Open udofia2 opened 3 months ago

udofia2 commented 3 months ago

Considering there is frontend module for the same study duration for each student in web development, i think having CSS flex box might not be necessary in the backend curriculum.

Secondly, while curating questions for the entry level, should HTML and CSS be included in the backend questions?

flexBoxCss

udofia2 commented 3 months ago

still under backend, there is introduction to Nextjs, I'm guessing the intention was Nestjs nextjs

udofia2 commented 3 months ago

Also considering that Nestjs is included in the curriculum, should the curated questions include Nestjs?.

3MTT commented 3 months ago

Considering there is frontend module for the same study duration for each student in web development, i think having CSS flex box might not be necessary in the backend curriculum.

Secondly, while curating questions for the entry level, should HTML and CSS be included in the backend questions?

flexBoxCss

I agree that CSS flexbox in a backend course might be an overreach. You may leave out HTML and CSS for backend questions since it is expected to be covered in the frontend.

3MTT commented 3 months ago

still under backend, there is introduction to Nextjs, I'm guessing the intention was Nestjs nextjs

Right! It should be Nest.js. But I think that it could be Next.js too since it is full-stack framework.