Tag Archives: web development

Introduction to arrow functions in javascript

How to use arrow functions in javascript

Last updated:24th December, 2022Arrow functions in JavaScript Arrow function were introduced in ES6 version of JavaScript. These functions allows us to create functions in a better and concise way as compared to regular JavaScript functions. The syntax of arrow functions in JavaScript is as follows: // function expression let arrowFunction = (arg1, arg2, ... argn) => { statement(s) } An …

Read More »

Latest Web Development Courses To Make You Pro Developer

latest web development courses to become a pro developer

Last updated:4th September, 2021Latest Web Development Courses To Make You Pro Developer Ever thought about web development as a career. I think you know the science of web development already. Maybe you are a beginner or have some experience but you need to level up your knowledge and skills. The more you learn, the better you produce. In this article, …

Read More »

Top WordPress Applications You Need to Know in 2021

best wordpress application

Last updated:11th May, 2021Top WordPress Applications You Need to Know in 2021 WordPress ranks among the most popular open-source CMS utilized for building dynamic blogs and websites. It is considered among widely used website creation tools around the world with an equally powerful and authentic CMS. The different uses of WordPress enable developers and other users to create different types …

Read More »

What is Virtual Reality and what are VR Applications?

what is virtual reality

Last updated:11th May, 2021What is Virtual Reality? The demand for virtual reality is exploding these days. The gaming companies primarily started this technology, but it has now spread into several other industries like the military, healthcare, and education. This article explores what is virtual reality and what are VR Applications? The current evolution has opened countless doors of opportunities for …

Read More »

What is Human Computer Interaction? and what are HCI applications

Human-computer-interaction-and-related-research-fields

Last updated:11th May, 2021What is Human Computer Interaction? HCI (Human-computer interaction) is a multidisciplinary field that focuses on how people interact with computers and at what level computers are/aren’t developed to interact with human beings successfully. There are three parts in HCI, the user (human), the computer, and how they work together, meaning interaction, but what is Human Computer Interaction? …

Read More »

How to send sms using nodejs with jquery ajax and nexmo Api

send sms using nodejs - thumbnail

Last 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 tasks are …

Read More »

How to create RESTful web services in codeigniter

restful web services in codeigniter

Last updated:24th April, 2021RESTful web services in codeigniter RESTful web services are a way of communication among computer systems. REST services are based on REST architecture. World wide web has resources like images, videos, web pages and other business information. Web service clients use URIs to request these resources. Response to the web service request can be in JSON, HTML, …

Read More »