Author: Aaquib Ahmed
-
Implement Star Rating Widget using HTML, CSS and JavaScript | The DOM Challenge
In order to become a successful FrontEnd developer, it is very important to have a very strong understanding of HTML, CSS, and Javascript, and various topics like DOM and Critical rendering path. And this understanding and skill can be only built by solving various challenges and problems. Challenges can be of any type, it can…
-
Simple Explanation of Stack and Queue with JavaScript
So we have arrived now at our next stop in the series of “Understanding Data Structure and Algorithms with JavaScript 🚀”, which is Stack and Queue data structure. Stack and Queue are two linear data structures with a direct process to store data and how to move from one unit of data to the next. In…
-
Best Instagram filters for Selfies in 2022 You need to try
Instagram is one of the most popular photos and video-sharing social media apps. In 2019, almost 815 million users were reportedly active on Instagram sharing and uploading pictures and videos. To keep this enormous giant user base constantly engaged with the app, Instagram has been introducing a lot of new features like reels, Instagram filters…
-
Easy Explanation of Linked list Data Structure in JavaScript
So we have arrived now at our next stop in the series of “Understanding Data Structure and Algorithms with JavaScript 🚀”, which is Linked List data structure in javascript. The linked list is one of the important founding blocks of data structure on which another data structure like a tree or graph is made. In…
-
What is so special about Unreal Engine?
Recently we saw the launch of a new and much-anticipated version of Unreal Engine 5, which has taken the gaming world by storm, and fans have never been so excited before. They showcased a game concept based on the Matrix movie and you really can’t differentiate between the real scene and computer graphics. This really…
-
How to make money through coding as a teenager?
Gone are the days when you had to be a degree holder or an adult to earn money. In this digital era, earning money through the internet has made it so accessible and easy for anyone that having just a phone and internet can help you land a good amount of money. In this blog,…
-
How JavaScript works with HTML you might not know
We all know in order to make an interactive website, the 3 main ingredients, we use are HTML, CSS, and JavaScript. But do we actually know how JavaScript works with HTML behind the scene? Do we really understand how HTML, CSS, and JavaScript, all blend and work together, to create websites? In this blog, we…
-
How Artificial Intelligence can help in Agriculture?
Agriculture and Farming are some of the most important occupations which humans are doing for centuries. It is the main occupation for many countries, and as the human population increases our need for sufficient food supply will also increase, which will directly put pressure on the land thus resulting in more deforestation. As we have…
-
Simple tutorial on React authentication with redux + Example
In a multiple-page application, there are a number of public pages where any user can visit them and there are a few private pages with some sensitive data, where only a certain kind of user who has rights and credentials can visit those pages. This type of distinction in users is achieved by adding authentication…
-
5 Amazing cmd tricks to impress your friends
Do you have good computer knowledge and want to flex around your peers by showing amazing and funny computer cmd tricks to dazzle them and look smart around them? Gone are the days where impressing friends or peers used to be done by showing off expensive cars, bikes, clothes, shoes, or flashy gadgets. As the…