I spent the better part of a day moving a project completely off of the ORM we were using (TypeORM). Ever since I started doing web development, I’ve been using some kind of heavy abstraction on top of my database. Whether it’s Mongoose when I used MongoD... (more…)
Read more »
Any time we need to run the same code multiple times for a set of data, and don’t want to just repeat the code over and over again, a loop is a perfect option. There are multiple types of loops, all of which accomplish a similar function but that go about... (more…)
Read more »
One of the ways JavaScript developers debug their code is by using console.log to figure out what the output of a particular variable or condition is. But, what if there is a better way of using this function to give us a better developer experience... (more…)
Read more »
Well, below is a screenshot of my personal website’s source code, see if you notice something different: And now, let’s talk about how that works, how well it works, and what other alternatives to… (more…)
Read more »
Htb.js — a 50-line HTML template engine that uses JavaScript syntax. - noway/htb... (more…)
Read more »