As a web developer myself, I use VS Code IDE almost everyday and thought I would share how I use it in case it’s useful to others.
Category Archives: Tips and Tricks
Install nvm and different versions of node.js on Mac.
Using different versions of node.js for different projects using nvm. Install different versions of node.js and switch between versions using nvm.
Creating a structural directive in Angular.
Custom structural directives are a powerful way to extend the capabilities of Angular templates and provide a clean and declarative syntax for complex DOM manipulation
Getting started with date-fns in Angular.
learning how to start using date-fns JavaScript date utility library in Angular application.
Export data to excel in Angular.
Learn to export or download data in Angular application to excel file.
Created my first react application.
So, I started learning react…It’s been few days…and I decided to create my very first react application. It’s that simple.
Export html content to PDF file in Angular using JSPDF.
How to export html content to PDF file using JSPDF in Angular?
Using forkJoin in Angular to perform multiple HTTP requests but wait until all done.
use the forkJoin operator pass these two HTTP request as the inputs and wait for these two HTTP requests to complete
How TypeScript changed my life.
Why choose TypeScipt over JavaScript.
Use DocumentReference to add a document to a collection in Angular + Firebase.
Add a document to a collection with a DocumentReference of another document from a collection.