• Call child component's method from parent component in React

  • Author : Shubham Verma
  • Date : August 30, 2020
  • idkblogs.com

Call child component's method from parent component in React


react

If I have a parent component and a child component, and sometimes we need to call child's method from parent component. So in this article we'll call a child method from parent component.

idkBlogs

  • Convert date to milliseconds in javascript (Multiple Ways)

  • Author : Shubham Verma
  • Date : August 29, 2020
  • idkblogs.com

Convert date to milliseconds in javascript (Multiple Ways)


js

Sometime we need to compare the two date in our project or we need to store the date into db, then we need to convert this date into milliseconds. Because storing milliseconds in db is very easy and converting date into milliseconds is also very easy. In this article we...

idkBlogs

  • What is Atlassian Confluence? How to create your page on Atlassian Confluence?

  • Author : Shubham Verma
  • Date : August 28, 2020
  • idkblogs.com

What is Atlassian Confluence? How to create your page on Atlassian Confluence?


others

Confluence or Atlassian Confluence is by leading communication company Atlassian is an advanced collaboration tool with rich features. This is designed to maximize the productivity and simplyfy the work environment within the organization. It is designed for team work a...

idkBlogs

  • Compare props having large data structure in ComponentDidUpdate connected with Redux

  • Author : Shubham Verma
  • Date : August 28, 2020
  • idkblogs.com

Compare props having large data structure in ComponentDidUpdate connected with Redux


react

In react component, what is the best way to compare props which have large data? How to do setState in ComponentDidUpdate() in react?

idkBlogs

  • Create and install a basic Chrome Extension in your chrome browser

  • Author : Shubham Verma
  • Date : August 26, 2020
  • idkblogs.com

Create and install a basic Chrome Extension in your chrome browser


js

In this article, we'll learn how we can create a basic chrome extension and how to use this extension in our chrome browser.

idkBlogs

  • Detect the user browser using JavaScript

  • Author : Shubham Verma
  • Date : August 24, 2020
  • idkblogs.com

Detect the user browser using JavaScript


js

In this article, we'll learn how we can detect the current browser in which our page has opened. Some time in our project we need to check the user browser and based on this we need to write some logic in our project.

idkBlogs

  • Detect the browser closing or tab closing in javascript

  • Author : Shubham Verma
  • Date : August 23, 2020
  • idkblogs.com

Detect the browser closing or tab closing in javascript


js

In the javascript, A browser or tab closing can be detected by the beforeunload event. This is basically use to alert the user for data save on the page or user has mistakenly refresh or navigated away from the current page by closing the tab or the browser. In this art...

idkBlogs

  • Convert .ppk file to .pem file using putyygen

  • Author : Shubham Verma
  • Date : August 21, 2020
  • idkblogs.com

Convert .ppk file to .pem file using putyygen


others

Sometime we need .pem file to connect our server using SSH command. In SSH command we need .pem file to get the aceess of remote server. So, In this article we'll see how we can convert the .ppk file to .pem file.

idkBlogs

  • How to convert base64 data into PDF document in javascript using viewport?

  • Author : Shubham Verma
  • Date : August 21, 2020
  • idkblogs.com

How to convert base64 data into PDF document in javascript using viewport?


js

In this article, we'll learn how to convert basee64 data into a sample PDF in javascript using viewport.

idkBlogs

  • Blob in javascript. Convert base64 data into blob using javascript

  • Author : Shubham Verma
  • Date : August 19, 2020
  • idkblogs.com

Blob in javascript. Convert base64 data into blob using javascript


js

In the javascript, the blobs are immutable objects that represent the raw data. the file in javascript is a derivation of Blob that describe the data from file system. You can construct the file like objects, you can construct a Blob containing the data for an image.

idkBlogs

  • Open a new popup browser window with given HTML content using javascript

  • Author : Shubham Verma
  • Date : August 19, 2020
  • idkblogs.com

Open a new popup browser window with given HTML content using javascript


js

Sometime we need to open the browser popup window dynamically using javascript. In this article, we'll write the code to open a new popup window of any browser with given height and width and with specific HTML content.

idkBlogs

  • Convert base64 data into pdf using javascript

  • Author : Shubham Verma
  • Date : August 17, 2020
  • idkblogs.com

Convert base64 data into pdf using javascript


js

In this article, we will convert base64 data into pdf and will show this pdf in a new popup window. We'll convert base64 into blob data and after we will show this blob in new popup window using iFrame.

idkBlogs

  • Integrate Angular Google Map (@agm/core) module and show moving object over given path on the map

  • Author : Shubham Verma
  • Date : August 15, 2020
  • idkblogs.com

Integrate Angular Google Map (@agm/core) module and show moving object over given path on the map


angular2

In this article, we'll integrate the angular google map (@agm/core), we'll install angular google map and direction (@agm/core) and write the code to show the moving direction on the google map over given path of the map using angular-google-map (@agm/core) module

idkBlogs

  • Integrate Angular Google Map (@agm/core) module and show circle over the map in Angular application

  • Author : Shubham Verma
  • Date : August 15, 2020
  • idkblogs.com

Integrate Angular Google Map (@agm/core) module and show circle over the map in Angular application


angular2

In this article, we'll integrate the angular google map (@agm/core), we'll install angular google map (@agm/core) and write the code to show the circle on the google map over selected region of the map using angular-google-map (@agm/core) module

idkBlogs