I want to show here how to implement wait (or delay or sleep) function but in NodeJS environment. This post is an extension of my JavaScript wait or delay functions article here on my website. I explained there in details how to build wait function in JavaScript. But here, I will provide just short examples…
Category: tips back-end
FIREBASE: Add Firebase to your JavaScrpt project + Firebase CLI installation + Firebase hosting deploy
I will focus in this article on important part of work when you, as front-end developer, want to make in your own project users authentication, add based on that, give them access to your back-end API in Node.js. But as you are front-end developer, you are not a specialist in security of back-end applications and…
PHP – simple REST API – step by step
If you need to build a very simple REST API with PHP you are in right place! I needed some time ago to build a very simple REST API in PHP. I had to use PHP – this was the only back-end technology in my project and at that moment, my skills were poor in…
NodeJS – Simple REST API with ExpressJS + TypeScript
I will show you in this article how to build totally simplest REST API, build with NodeJS with Express plugin with TypeScript. This may sound as a hard task to do, but with this short tutorial you will get whole NodeJS rest API working in just a few easy steps. You will be able to…