>>
>>5054
In regards to web development, doing CRUD is not real programming. CRUD is create read update delete.
If you're programming a jobs board, you can create jobs, read them, update a user's CV and personal information, and delete job applications. To code something like that, it's not real programming because it's CRUD.
Get her to make a battleships game using the command line on C, and making a tic tac toe game in C++ using the relevant algorithm where each square is numbered 1-9 and a winning line adds up to 15. If she can do that then she has programming talent.
Programming requires a certain level of problem solving and intuitive thinking, so when programming jobs are hiring, the recruiter aims to negatively filter out the people whose past experience and portfolio consists solely of CRUD projects. Not everyone has that talent.