top of page
Search


Create a Full-Screen Slider Using HTML, CSS3 and jQuery
In this tutorial, we are going to create a full-screen slider using HTML, CSS3 and jQuery. You can us it for product presentations on...

The Tech Platform
May 17, 2021


How to declare functions in Javascript?
A function is a group of reusable code which can be called anywhere in your program. This eliminates the need of writing the same code...

The Tech Platform
Apr 23, 2021


Write a program to print numbers from 1 to 100?
Below is the program to print the Numbers from 1 to 100 in C++, C, Python3, C#, PHP and JavaScript. C++ // C++ program to How will you...

The Tech Platform
Apr 21, 2021


Java Programming from a JVM Performance Perspective
Tip #1: Don’t Obsess Over Garbage I find that sometimes Java developers obsess over the amount of garbage their applications produce....

The Tech Platform
Apr 12, 2021


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
Apr 3, 2021


Fixing ReferenceError: $ is not defined in jQuery - Solution and Tips
"ReferenceError: $ is not defined" is one of the common JavaScript error which comes when you try to use $, which is a shortcut of...

The Tech Platform
Apr 3, 2021


java.lang.ClassNotFoundException: org.Springframework.Web.Context.ContextLoaderListener
Problem : You are getting java.lang.ClassNotFoundException : org.Springframework.Web. Context.ContextLoaderListener in your Spring-based...

The Tech Platform
Mar 16, 2021


Setting Up a NodeJS Web Server On Your Android Phone or Tablet
In this article, I will detail how to get your very first NodeJS web server setup on your device and ultimately connect to a web page...

The Tech Platform
Mar 11, 2021
Setting Up A Local Web Server With NodeJS & ExpressJS
Setting up a local web server with NodeJS is actually much easier than you would imagine. I was pretty shocked at how straight forward it...

The Tech Platform
Mar 11, 2021


How To Secure Your Node.js Application With JSON Web Token
When you build a web application where your front-end and back-end is separated, one way of putting it behind a login is with...

The Tech Platform
Mar 11, 2021
bottom of page