Learned EJS
Developed a backend system
Learnt JavaScript
+1

Completed a section in Angela Yu's Full Stack Web Development course on Udemy.


Section 22: EJS (Embedded JavaScript)

I've learned a little of EJS before but I hadn't understood it to the level that I do now. Really enjoying this course overall. I was worried that it wasn't updating to ES6 syntax standards but it looks like that comes in time (using let vs. var, arrow functions (which I haven't gotten to yet but am using) etc. ).

Created a To-Do list application that is not hosted. It does not have a database tied to it.

It does support separate lists (home and work lists) using express routes to home and /work.

I'm finding that I like working on Back End Development as much as Front End Development.