top of page
Search


How to get current URL, Path, and hash using jQuery
In this jQuery tutorial, you will learn about how to get the current URL and hash values, like something which starts with # (hash)...

The Tech Platform
Dec 6, 2020


How to Setup Laravel With Angular (or Any Javascript Framework)
This method will allow you to add any (and multiple) frontend javascript frameworks to Laravel. For the purposes of this article and...

The Tech Platform
Dec 2, 2020


NoSQL: Building Your First Application & Connecting To MongoDB
And this is the reason why I decided to write a little dictionary of terms that you will hear often during this series of tutorial about...

The Tech Platform
Nov 27, 2020


NoSQL: Environment Setup & Installation on Windows
In this part of this article’s series, we are going to install and set up all the necessary programs to make things work with MongoDB in...

The Tech Platform
Nov 27, 2020


JavaScript Event Loop And Call Stack Explained
JavaScript Event Loop And Call Stack Explained Before we go deep into a detailed explanation of each topic, let's take a look at this...

The Tech Platform
Nov 7, 2020


Cloning in JavaScript v. Cloning in Ruby
While learning JavaScript, subtle implementation differences often cause me to approach problems differently. I’ve learned programming...

The Tech Platform
Nov 1, 2020


How to Use Generator and yield in JavaScript
What are generators? With ES6 we got introduced to great new functionality like arrow functions , spread operators , and generators among...

The Tech Platform
Oct 30, 2020


JavaScript Import Export Statement
Code (and most anything) is easier to manage when it is in small, bite-size chunks. This is the thinking behind keeping functions to only...

The Tech Platform
Oct 30, 2020


Observer APIs in JavaScript — Part II
We already discussed Mutation observers and Intersection observers in the above article. Let’s continue with the next. This article is...

The Tech Platform
Oct 23, 2020


Observer APIs in JavaScript —Part I
Observer APIs are very useful to detect changes in the applications. The following are the different types of observer APIs in...

The Tech Platform
Oct 23, 2020
bottom of page
