Using the Zlib library to zip and unzip data in Node JS
https://webnersolutions1.medium.com/nodejs-zlib-zip-and-unzip-files-using-nodejs-b2010926b719
—-
Converting image data to Base64 String on Node JS
https://onlinewebtutor.medium.com/convert-image-file-to-base64-string-in-node-js-tutorial-683f37ea467f
—-
Creating a Docker Container for the MERN Stack
https://willdvlpr.medium.com/containerizing-a-react-node-js-app-using-docker-and-nginx-60b63796d67b
#zip #zlib #nodejs #mern #docker #base64
https://webnersolutions1.medium.com/nodejs-zlib-zip-and-unzip-files-using-nodejs-b2010926b719
—-
Converting image data to Base64 String on Node JS
https://onlinewebtutor.medium.com/convert-image-file-to-base64-string-in-node-js-tutorial-683f37ea467f
—-
Creating a Docker Container for the MERN Stack
https://willdvlpr.medium.com/containerizing-a-react-node-js-app-using-docker-and-nginx-60b63796d67b
#zip #zlib #nodejs #mern #docker #base64
An important exercise from Dcode on converting image files to Base64 format
https://youtu.be/EPlXPdNvQEY
#base64 #dcode #image
https://youtu.be/EPlXPdNvQEY
#base64 #dcode #image
YouTube
How to Convert Images Into Base 64 Data URLs with JavaScript
In today's tutorial I'll show you how to convert an image to data URL in JavaScript. This is very easy to do by using the FileReader object.
For your reference, check this out:
https://developer.mozilla.org/en-US/docs/Glossary/Base64
🏫 My Udemy Courses…
For your reference, check this out:
https://developer.mozilla.org/en-US/docs/Glossary/Base64
🏫 My Udemy Courses…
How to Decode and Encode base64 data in JavaScript
https://www.freecodecamp.org/news/encode-decode-html-base64-using-javascript/
---
Introduction to JavaScript Objects and examples
https://www.freecodecamp.org/news/objects-in-javascript/
---
An introduction to what higher order functions are in JavaScript
https://www.freecodecamp.org/news/higher-order-functions-in-javascript-explained/
---
How to remove undefined values inside Object
https://javascript.plainenglish.io/how-to-remove-undefined-values-from-objects-in-javascript-e81e90891c4d
---
Using Nullish Coalescing in JavaScript
https://javascript.plainenglish.io/maximizing-javascript-code-quality-a-guide-to-using-the-nullish-coalescing-operator-66e23b739095
---
#base64 #dcode #encode #undefined #object
https://www.freecodecamp.org/news/encode-decode-html-base64-using-javascript/
---
Introduction to JavaScript Objects and examples
https://www.freecodecamp.org/news/objects-in-javascript/
---
An introduction to what higher order functions are in JavaScript
https://www.freecodecamp.org/news/higher-order-functions-in-javascript-explained/
---
How to remove undefined values inside Object
https://javascript.plainenglish.io/how-to-remove-undefined-values-from-objects-in-javascript-e81e90891c4d
---
Using Nullish Coalescing in JavaScript
https://javascript.plainenglish.io/maximizing-javascript-code-quality-a-guide-to-using-the-nullish-coalescing-operator-66e23b739095
---
#base64 #dcode #encode #undefined #object
freeCodeCamp.org
How to Encode and Decode HTML Base64 using JavaScript – JS Encoding Example
When building an application or writing a program, you may need to encode or decode with HTML Base64 in JavaScript. This is possible thanks to two Base64 helper functions that are part of the HTML specification and are supported by all modern browsers. In…