Ace That Career YouTube Channel (Paused)
I started a YouTube channel called “Ace That Career” in 2017 with Mikhail to discuss various career related topics for technologists, such as interview techniques,… Read more
I started a YouTube channel called “Ace That Career” in 2017 with Mikhail to discuss various career related topics for technologists, such as interview techniques,… Read more
Software estimation is a complex and difficult topic, and let’s face it – pretty much everyone is bad at it. No matter what sort of… Read more
title: Template Engine – Refresh Template on File Change, and Prevent Circular References author: Yinso Chen Our Template Engine gives content authors the flexibility of… Read more
Goal In Session 7, we have looked at two methods of including content into the template: Directly add the content into the template. Passing in… Read more
Goal In Session 5 we have created the structure of our landing page with the combination of Express template engines, Pug, and Stylus. However, we… Read more
In Session 1 we were introduced to the world of Node.js callbacks, and while it’s powerful, it’s much more cumbersome than the synchronous approach. We… Read more
Goal So far, we are able to serve static files and converting markdown contents to html outputs. However, we have been only serving self-contained test… Read more
Goal In this session, we are going to try to convert our minimal codebase to TypeScript. We are doing this now to 1) take advantage… Read more
Welcome to Session 3. We will continue to push our small web server toward our dream app. Goal In Session 2, we covered the following:… Read more
Welcome to Session 2, we will be continuing where we left off of from Session 1. Goal In session 1, we covered the following: What… Read more