10
agentQ
5y

Several years ago, I heard from a friend who was doing assignments for students on the side. Quite a hustle. His story began when he wanted to figure out why can't these students be able to draw their own database tables, relationships, UML, etc. That's what school has to be teaching them and then he was told that they were learning through MS Access. He goes and tell me that even though this is a lame way of teaching database design, its definitely easier to explain through hands-on and less typing mistakes, as according to the lecturer he met. Making the explanation more visually appealing and helpful for understanding.

OK I get it, but somehow that taught them the wrong way of database design from the beginning. I'd prefer getting them to start writing SQL commands from day 1 and play em at some DB VM. Keep em as real as it gets.

Now I have my own students asking for help in their assignment and also asked for tutoring lessons in web development. So I gave them the crash course in HTML, CSS and Javascript. I've asked them if they've used anything of what I taught them in school. They go and tell me that they've been taught web development through Wordpress. Oh WTF!? I havn't talked to their lecturer yet but it better be a really good explanation to teach these youngsters in a flawed and bloated PHP CMS framework for "web development".

Comments
  • 2
    @M1sf3t that was the first thing I told them. Bunch of online tutorials available but they prefer a face-to-face live sessions so they can fire questions and get them answered as they learn new things.
  • 5
    Our database course was a mess. The lecturer started writing mysql commands on the blackboard before we even knew that it was syntax and not prose/pseudo code.

    About a month in we asked some student assistants for help and we were stunned to learn about workbench. Lecturer had been assuming we were using it all along.
Add Comment