Junior GarciaforJunior Garcíajrgarciadev.hashnode.net·Dec 6, 2020FeaturedHow to create your own image CDN with Thumbor and AWSImage CDNs like Cloudinary or Imgix make it easy to dynamically optimize the aesthetics and performance of your images. Thumbor can help us to do the same but with a difference, is open-source and can be used for free to resize, apply filters, com...Rahul Singh and 5 others are discussing this6 people are discussing thisDiscuss·103 likes·820 readsimageExcellent man! 4
Nimrod KramerforHackvocatedhackvocated.hashnode.net·Dec 2, 2020AVIF - the next-gen image format you need to know aboutWhat is AVIF? The abbreviation "AVIF" stands for "AV1 Image File Format" and is essentially the specification for storing still and animated images compressed with AV1 in the HEIF file format. AV1 is the royalty-free video coding format that has most...Discuss·40 likes·122 readsimage
Isitha SubasingheforIsitha Subasinghe's Blogisubasinghe.hashnode.net·Sep 1, 2020Node.js / Express.js- Uploading images to CDNCaveat: Node.js has a maximum heap limit (it's quite low from memory) , streaming into a file and then streaming to cloudinary maybe the best option to you. To process files from an endpoint in express, I used multer. It accepts multipart/form-data...Discuss·22 likes·64 readsNode.js
Arsham RoshannejadforArsham Roahannejadarsham.hashnode.net·Mar 7, 2023Everything you need from Docker in your projectsAbout Docker Docker is a platform for building, shipping, and running applications in containers. Containers are lightweight, portable, and self-contained units of software that can run reliably and consistently across different environments. Docker ...Discuss·1 like·66 readsDocker
Buzzing AIforBuzzing AIbuzzingai.hashnode.net·Jan 29, 2023Generating Stunning Images with Artificial IntelligenceThe potential of AI to create stunning images is revolutionizing the creative industry. In particular, AI has made things possible that were previously impossible to create without manual labour and long hours. In this blog, I will explore how AI is ...Discuss·93 readsArtificial Intelligence
Brian BudforBrian Bud's Blogbrianbud.hashnode.net·Jan 21, 2023How to remove white space below an image using CSS.Before explaining, let me give you the solution first: img { display: block; } Why does this happen in the first place? Let's set up an example where I have a <div> container surrounded by a red border and inside it is the image. <div class...Discuss·42 readsCSS
Eamonn CottrellforEamonn Cottrell's Developer Blogeamonn.hashnode.net·Aug 15, 2022Google Sheets Tutorial – How to Use Regex and VLOOKUP to Display Images from Google DriveOriginally published on freeCodeCamp. Images make many things better. And Google Sheets is one of those things. The easiest way to add an image to Google Sheets is to simply insert one into your sheet. But if you have added many images this way, you...Discuss·95 readsgoogle sheets
Selva PrakashforGOAT Botsbotmaker.hashnode.net·May 10, 20222 Bots that I created to make Twitter BetterTwitter as we know it is a great platform to share, learn and have fun observing the left and right fight :D. While the platform itself is evolving and improving constantly, there are some features that I felt are needed but are not available. That’s...Discuss·2 likes·120 readsTwitter
Lily CrawleyforLily's blog - VanceAIvanceai.hashnode.net·May 10, 2022Cartooning Yourself Online with One Click, VanceAI Toongineer Cartoonizer Makes It Widespread Than EverVanceAI, a fast-growing image editing software company, has launched the Toongineer Cartoonizer feature. It provides a solution for everyone to cartoonize their photos with AI in one click. Cartooning people’s images have been quite popular in recent...Discuss·93 readsimages
Lily CrawleyforLily's blog - VanceAIvanceai.hashnode.net·Apr 28, 2022Eliminating Blurred Portraits Further, VanceAI Iterates the New Facial Sharpen ModelVanceAI, a fast-growing photo editing software company, has iterated its AI Image Sharpener feature. And it provides a solution for clearer and strengthened facial images for people who are stricter about facial borders and portrait boundaries. Sharp...Discuss·2 likes·35 readsai
TechsolutionstuffforTechsolutionstufftechsolutionstuff.hashnode.net·Jan 12, 2022Laravel 8 Image Upload And Display ExampleIn this article we will see laravel 8 image upload and display example. In this example you will learn about how to image upload with database store and image store in public folder. Here we will see laravel 8 image upload and display example, In la...DiscussLaravel
George NhariforCode with C4c4.hashnode.net·Dec 15, 2021Loading/Downloading image from URL on SwiftThe easiest way I have found is using SDWebImage. I know you probably wanna do it on your own, but this library is popular as used by popular apps too. Here is a list There are four ways to use SDWebImage in your project: using CocoaPods using Car...Discuss·258 readsSwift
Ugo AnayoforUgougo.hashnode.net·Nov 16, 2021Running a NodeJs server on DockerDocker is an open source platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure so you can deliver software quickly. It provides the ability to package and run an application...Discuss·10 likes·61 readsDocker