Posts
All
Popular
Use of Currency Pipe in Angular In this blog post, we’ll learn about  Currency Pipe  in  Angular. We all know how much we struggle for making a number format precise when we have to show currency based on the country and their respective currencies. We have to add an appropriate currency icon and show commas separated values with 2 decimal fixed values. We have to run the Pri...

Currency Pipe in Angular

Aug 29, 2022
103 views
In this post we are going to learn how to compare two date in javascript. The most simplest way of javascript date comparison is to convert them to time. Lets us take below example. Javascript Date Comparison var date1 = new Date(); var date2 = new Date(); if (date1.getTime() === date2.getTime()) { // 1605815698393 === 1605815698393     console.log("Dates are equal"); } else {   &nb...

Date comparison in Javascript

Mar 05, 2022
114 views
In this post we are going to check the most useful and commonly used Css Shorthand Properties which will help us in our productivity. Shorthand properties are CSS properties that let you set the values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and energy. The CSS specification defines ...

Useful Css Shorthand Properties

Mar 05, 2022
76 views
In this post we are going to learn how to capitalize first letter of string in Javascript. In Javascript it provides String.toUpperCase() method which capitalizes all letters of a string. But what if we want to capitalize only first Letter of the String. So we will write our custom function to capitalize only first letter of the string provided. function capitalize(str) {     if (str &am...

Capitalize First Letter Javascript

Mar 05, 2022
59 views
We all are going through this pandemic and found out our own ways of working from home. In this post we checkout this website which allows us to share out code online in Real-Time and for free. So the name of the website is Codeshare.io. Codeshare enables developers to share code in real-time. Write or paste code in your browser, share the URL, code in real-time with friends and team mates. It pro...

Share your Code Online in RealTime for Free

Mar 05, 2022
39 views
What is ThemesRain?  ThemesRain is a marketplace where you can purchase both, premium and free versions of WordPress themes to design a website that is both professional and simple to create. Each website designed using the ThemesRain template is retina-ready and designed to reach out to larger audiences with enhanced search engine optimization, responsive design, and innovative designing.&nb...

ThemesRain for Building a Perfect Website for your Business

Mar 05, 2022
47 views