Mar 26, 2018 | MongoDB, Node.js
If you need to know what your MongoDB connection status is or when a database’s connection has dropped, timed out or some other error has occurred – this post will be useful to you. I don’t use any ODM packages like MongooseJS hence all examples cover the...
Oct 18, 2017 | Node.js, Typescript
The first part of the Quick Start series I wrote some time ago. Today it’s a little bit outdated so I recommend you to check my YouTube video where I show how to configure VS Code to creating the node.js applications with Typescript. In this post, I’d like to continue...
Sep 14, 2017 | Developing node.js apps using Typescript
Welcome to the second part of developing node.js apps using Typescript. In this video, I’d like to show you how to connect to MongoDB database from node.js. In this part you will learn how to: add MongoDB to your node.js project and connect to it do basic...
Sep 3, 2017 | Developing node.js apps using Typescript
In this video series, I’d like you to show how to start building node.js applications using Typescript from scratch. We’re going to create a very simple Typescript application and configure VS Code as a default editor. In further videos, we will add more...
Jan 11, 2017 | Node.js, Typescript
In this quick start post series, I’d like to show you how to start developing a node.js application with Typescript and Visual Studio Code. We’ll start with a brief introduction to each of these technologies and then I’ll show you how to setup the VS Code for...
Dec 19, 2016 | Uncategorized
In this post, I’d like to show you how to start sending notifications with Firebase Cloud Messaging from node.js and Typescript. A basic knowledge about push notifications and Firebase might help you in better understanding this article. However, if you aren’t...
Dec 13, 2016 | Push notifications
In this post, I’d like to outline how to start using Firebase Cloud Messaging in order to send push notifications to the web and mobile applications. I’ll show you how to create your first Firebase project and then send and receive the first notification. But first,...
Recent Comments