File Downloader in django
In this article, We will learn how can you download a file from the url in django. Problem Two days back, I was working on my office project and there was a link
JavaScript's Native face detection API
In this blog, we will learn how can we detect face using JavaScript without any external library. This API is still in experimental and under development. The API is Shape Detection API which
JavaScript string repeat
In this blog we will learn how can we repeat string in JavaScript. JavaScript string have have inbuild repeat() function. which allows as to repeat a string number of times. String.prototype.repeat(
Array.flatMap() in javascript
In previous blog, we learn about Array.prototype.flat() function. In this blog we will learn about Array.flatMap() or Array.prototype.flatMap() function. Introduction Array.prototype.flatMap() function first maps each element
Array.flat() in javascript
In this blog you will learn about Array.flat() or Array.prototype.flat() function. Introduction Array.prototype.flat() function introduced with ES2019. which you could use to flatten the arrays. This function actually