JavaScript Shorten String With Three Dots

3 years ago

Using JavaScript, we can shorten the length of our string and just replace the rest with three dots.  let stringVal…

PHP Shorten String With Three Dots

3 years ago

Using PHP, we can shorten the length of our string and just replace the rest with three dots. This is…

Gmail Productivity Hacks You Should Know

3 years ago

With over 1.8 billion users, Gmail is a free email service provided by Google. While you may just be comfortable…

JavaScript Change Background Color on Click

3 years ago

In this tutorial, we are going to change the background color of a webpage to the one supplied by the…

CSS Dropdown Menu

3 years ago

In this tutorial, we are going to create a CSS dropdown menu that will reveal its items on hover. CSS…

React Native Toggle Password Visibility

3 years ago

Professionally built mobile app templates to kickstart your project The toggle password visibility helps for a good user experience and…

FizzBuzz HackerRank Challenge

3 years ago

Solve the fizzbuzz hackerrank challenge question: Given a number n, for each integer i in the range from 1 to…

React Paginated Table

3 years ago

A React paginated table is useful when presenting data in an organised and readable format. It's a way to present…

Cool CSS Tricks You Should Know

3 years ago

in a typical software development process, less is more. This tutorial outlines cool css tricks you should start using in…

How to Use Fetch API in Javascript

3 years ago

In this tutorial, we are going to use the Fetch API to fetch all public holidays in the United States.…