Convert binary to english characters using javascript
One-liner solution with ES6 syntax
Convert binary to english characters using javascript Read More »
One-liner solution with ES6 syntax
Convert binary to english characters using javascript Read More »
You can loop through the array entries, check if it’s an array with isArray() and recursively flatten the entries of the array as below:
Flatten a nested array using javascript Read More »
When running npm run watch below warning is displayed: Warning details: You can add below code in webpack.mix.js to the get rid of this warning Used Define Plugin to set two flags – https://webpack.js.org/plugins/define-plugin/ VUE_OPTIONS_API (enable/disable Options API support, default: true)VUE_PROD_DEVTOOLS (enable/disable devtools support in production, default: false)
How to resolve esm-bundler build warning when running vue 3 and laravel 8 Read More »
How to turn off autoplay for youtube videos url? Its quiet annoying to have autoplay for videos on the website and can put off visitors on the websiteThe simple way is to auto turn off the autoplay setting to 0 in the query string parameters of thr url. For example your website youtube link is
How to turn off autoplay for youtube videos url Read More »
What is a palindrome? Palindrome is a word or phrase which reads same if reversed. For example – if we reverse Racecar it will read the same both backward or forwards. A few examples of words that are palindrome are Noon, Racecar, Wow, Refer, etc.
Check if a string is a palindrome or not using javascript Read More »
Count words for a textarea field using javascript
Count words for a textarea field using javascript Read More »
Create two css class draw to give white background box on which we will draw the check or dot and get the X and Y coordinates. Link Vue Js CDN to use Vue framework Create an instance of Vue and create app id Now create drawDot() and drawCheck() methods to add Check or Dot and
How to draw tick on an image using vue js Read More »
Convert string into an url slug using javascript
Convert string into an url slug using javascript Read More »
Sort an array using javascript
Sort an array using javascript Read More »
A laravel movie search application using Vue JS, Vue Composition API and OMDBAI API. OMDBAI is used to fetch the movies data from https://www.omdbapi.com/ Requirements Installation You will need to gety API key from the OMDb API and update in /resources/js/components/movieapi/movie-api.js file Once you are done with the above steps, now its time to start building the movie