Spread the loveLast updated:28th March, 2021Multilingual website in codeigniter Now a days organizations create multilingual websites to serve users in different geographic regions. In this tutorial, you will learn, how to create a multilingual website in codeigniter. In previous tutorial you have learnt how to create a website using NodeJS and hapi framework. To read more about codeigniter tutorials, visit …
Read More »How to create a restful api using nodejs and hapi framework
Spread the loveLast updated:27th May, 2020How to create a restful api using nodejs and hapi framework Hapi framework is popular Nodejs framework. In this tutorial we are going to explore how to create a restful API using nodejs and hapi framework. In a previous Nodejs loopback restful api with authentication tutorial, loopback framework is used. Following tasks are performed in …
Read More »How to join wav audio files using python – a beginner tutorial
Spread the loveLast updated:1st May, 2022How to join wav audio files using python Web applications often require to share content in form of audio files with their users. This tutorial is about a news website that generates news files in wav audio formats. You will learn to join wav audio files using python and generate a combined audio file. Audio files needed for this tutorial are: …
Read More »nodejs redis tutorial
Spread the loveLast updated:27th May, 2020Nodejs Redis Tutorial Redis stands for Remote Dictionary Server and it is a popular in-memory data store used in web applications like a database or cache. In this nodejs redis tutorial, you will learn to add, view, search and delete books data into Redis data store using nodejs redis cli module. Following tasks are performed …
Read More »How to send sms using nodejs with jquery ajax and nexmo Api
Spread the loveLast updated:7th May, 2021How to send SMS using nodejs Nowadays web applications send the SMS text messages to users for authentication, to reset a password or to verify a user’s mobile number. There are many services available to send SMS on the user’s mobile phone. In this tutorial, Nexmo service is used to send SMS using nodejs. Following …
Read More »How to create a weather app in nodejs using Open Weather Map API
Spread the loveLast updated:22nd March, 2021How to create a weather app in nodejs Nowadays there are many web services that provide the latest weather updates. Open Weather Map is a widely used API by developers. In this tutorial, you are going to create a weather app in NodeJS. A user enters a city name and clicks the Fetch Weather button, weather data returned …
Read More »Nodejs loopback restful api with authentication tutorial
Spread the loveLast updated:17th September, 2018NodeJS loopback RESTful API Modern web and mobile apps often need to access backend servers using RESTful APIs. In this tutorial, you will learn to create a NodeJS loopback restful API with authentication. A bookstore API is created using Nodejs, MongoDB, and loopback. After that token based authenticated API is created. In a previous tutorial, we …
Read More »nodejs authentication with json web tokens (jwt) and postman tutorial
Spread the loveLast updated:20th August, 2018Nodejs authentication with JWT JSON web tokens or JWT is a way of transferring data securely among servers. In a previous article, you have learned how to create a NodeJS HTTPS server and NodeJS REST API. In this nodejs authentication tutorial, you are going to create a restful API with JWT authentication. Following tasks are performed in this tutorial. …
Read More »