learning JavaScript backend, finally
Here is a progress update on building a markdown blog using Node.js, Express, and MongoDB code-along tutorial by Kyle of Web Dev Simplified on Youtube. In this blog markdown, we see the process in building each article card to display their “article.title”, “article.createdAt”, and “article.description”. Next is downloading the dependencies to start, then implementing bootstrap on the index file, and next testing the routes and root page. Below is a comic strip blog kind of update on my ‘aha learning moments.’ Most importantly, familiarizing myself on get bootstrap stuff and JavaScript. Once I have completed this code-long, the following process is to fully build-out complete web applications projects in JavaScript. I am excited to embark on this learning piece with my software engineering journey.
Thank you for tuning in. Will update next week, perhaps. Happy coding.
Resources
• “Date.prototype.toLocaleDateString().” MDN Web Docs.
• “Introduction Bootstrap v5.1.” getbootstrapl.com
• Web Dev Simplified. “How To Build A Markdown Blog Using Node.js, Express, And MongoDB.” Youtube.com