Recent Articles
10 Best AI Chatbots Available Online
Anyone who has been into instant messaging in the early 2000s, remembers AOL’s chatbot that came with many different responses and could actually hold...
Linear Discriminant Analysis With Scikit-Learn
Introduction
Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) are well-known dimensionality reduction techniques, which are especially useful when working with sparsely populated structured...
An Introduction to What is Internet of Things (IoT)
The Internet of Things (IoT) has emerged as a combination of multiple technologies with different applications. Different definitions of IoT have emerged with the...
Embedded Software Development: Know The Challenges & Issues!
Almost all devices that we have today include the elements of embedded software: industrial automation tools, various electronic devices, guidance systems, anti-lock brakes, etc....
Most popular
Introduction to C++ Programming Language
Hello… A new long journey with another great programming language: C++.
C++ is a high-level, general-purpose, object-oriented, and compiled programming language. It was invented by...
Learn about Capped Collections in MongoDB
In this chapter, we are going to learn about the concept of Capped collections in MongoDB. When we insert documents in a MongoDB’s collection...
A Beginners Guide To Building Sites With GatsbyJS
Gatsbyjs is a static site generator that uses React as front end library to build sites and web applications. There are a lot of...
How to implement drop down menu using jQuery
In this session we will study how to implement drop down menu with the help of jQuery.Here we will create some tabs where each...
PHP Basics
We are going to learn basic syntax to write simple program in PHP and how to execute it. We will also learn some more...
Learn about Recursive Functions in JavaScript
A recursive function is basically a function that calls itself. A recursive function always includes an if statement. There must be at least 2...
Learn Partial View in MVC razor view engine
Hi all, in last topic we learned how to create simple mvc application, today we are going to learn about partial view in mvc...
Learn about Constants Array in PHP7
In the last chapter, we discussed two new PHP 7 operators - null coalescing and spaceship operators with examples. In this chapter, we are...
Entities in HTML
As we know HTML is a tag based language, so if we use tags to design an Iframe in the HTML page. We can...
Learn How to Create a Zippy Component in Angular 2
In this article, we are going to develop a zippy component application in Angular 2. It demonstrates the following.
Data flow in Angular 2.
...
PHP Loops
In this section we are going to learn about different loops in PHP and use a loop in displaying the information from a JSON...
Most Commented
Learn to submit HTML data to MySQL database using php
In this session we will design an html form ,add the data into it and submit it to the database by connecting it to...