DynamoDB is a speedy and flexible NoSQL database service offered by AWS (Amazon Web Service). DynamoDB is perfect for mobile apps, web apps, IoT devices, and...
Topic: Languages
A Friendly Beginner’s Guide to TypeScript
A Beginners Guide to Python
Python is among the most popular programming languages in the world. It is ranked high in different StackOverflow programming surveys each year. This article...
Password Strength Checker using Regular Expressions in JavaScript
Passwords are very important in application security. Everyone needs a strong password to secure their systems and accounts. In this tutorial, we are going to...
Text to Speech using Web Speech API in JavaScript
The Web Speech API is used to incorporate voice data into web apps. In this tutorial, we will build a simple webpage that uses the Web Speech API to implement...
Speech Recognition Using the Web Speech API in JavaScript
The Web Speech API is used to incorporate voice data into web apps. In this tutorial, we will build a simple webpage that uses the Web Speech API to implement...
How and When to Apply Session Storage with JavaScript
Session storage is a popular choice when it comes to storing data on a browser. It enables developers to save and retrieve different values. Unlike local...
An Introduction to Activation Functions
In an earlier article on perceptron algorithms, we looked at the concepts of weighted sums and thresholding. The output was passed through a threshold...
Advanced Programming Concepts in R
In the first article, we covered the R programming language basics. In this article, we will look at some of the advanced aspects of the R programming...