Artificial intelligence for developers and how to learn artificial intelligence

learning artificial intelligence for developers

Spread the loveLast updated:18th March, 2021Artificial intelligence for developers In this era of technological advancement, the use of smart devices, applications and robotics is increasingly becoming common. From commercial to domestic, artificial intelligence has become a necessary part of life in one form or another making artificial intelligent for developers inevitable. In the last article we explored how to be …

Read More »

How to become a Good Developer in 2020?

how to become a good developer in 2020

Spread the loveLast updated:27th May, 2020How to become a Good Developer in 2020? Competition is on rise; we all know this. With 2020 just beginning, we are going to see a lot of challenges to stay on top in the market, whether that be business, education or tech. Every field is now dependent on technology and online presence. So, there …

Read More »

How to create a multilingual website in codeigniter – beginner tutorial

multilingual website using code igniter - featured image

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

nodejs hapi framework tutorial - thumbnail

Spread the loveLast updated:20th March, 2024How 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

join wav audio files using python - featured image

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

nodejs redis tutorial - thumbnail

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

send sms using nodejs - thumbnail

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

weather app in nodejs - code

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 »