-
Building a VS Code Extension Using Vue.js
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - July/August
Most of the core functionalities in VS Code are extensions, and you can extend almost any feature, from color themes, to activity bars, to displaying data. Bilal gives an overview of how extensions work and some cool ideas for what to do with them.
-
A Simple ExpressJS and TypeScript Project
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - November/December
Sahil walks you through a simple ExpressJS-based Web app using TypeScript to help you get started using these great technologies together.
-
Nest.js Step-by-Step: Part 2
Last updated: Thursday, March 18, 2021
Published in: CODE Magazine: 2019 - September/October
Bilal continues showing us just how interesting, useful, and easy it is to integrate Nest.js with TypeORM. You’ll get to replace mock data from the first article with real data this time, too.
-
JavaScript Corner: Math and the Pitfalls of Floating Point Numbers
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2018 - November/December
Numbers and arithmetic can be a challenge in any language, and John shows you how to deal with them in JavaScript.
-
Getting Started with Node Streams
Last updated: Friday, April 30, 2021
Published in: CODE Magazine: 2018 - March/April
If your synchronous load drowns in a sea of code, a lifeboat can be found in NodeJS. Chris explains how to use node streams to organize the flow of data.
-
Introduction to Node Modules
Last updated: Thursday, November 24, 2022
Published in: CODE Magazine: 2017 - September/October
There’s no time to waste! Chris jumps right into Node Modules, and soon you won’t know how you ever re-used code without them.