Convert JPG/PNG Image to Pixelated & Blurred Image Using Node.js ImageMagick Express.js

Convert JPG/PNG Image to Pixelated & Blurred Image Using Node.js ImageMagick Express.js

August 9, 2022

npm init -y npm i express npm i multer Just make a uploads directory where all the input image files will be stored index.js…

Apply Circle Transition Effect Between Multiple Videos Using FFMPEG Command and xfade Filter

August 10, 2022

Circle Transition Between Multiple Videos Using xfade Filter Syntax/Format of Command ffmpeg \ -i video1.mp4 \ -i video2.mp4 \ -filter_complex…

Export SVG to PNG/JPEG Image Using Node.js Express.js and SVGExport Module

August 9, 2022

What is svgexport? svgexport is a Node.js module and command-line tool for exporting SVG files to PNG and JPEG, it…

PHP 7 Compile SCSS to CSS Code in Command Line Using scssphp Library

August 9, 2022

scssphp is a free and open source compiler for SCSS that is written using PHP programming language. Basically, SCSS is a CSS preprocessor…

Python Elasticsearch Autocomplete Input Example Source Code

August 9, 2022

In this tutorial, you'll learn how to create an autocomplete functionality for search engines. Just like Google or Bing has…

21 Best DLL Decompilers 2023 (Ranked and Reviewed)

January 21, 2023

In this article, I'll give you an ultimate list of the best DLL decompilers. These tools will enable you to…

Carbon Language Tutorial with Syntax and Code Examples

August 3, 2022

Carbon is an open-source programming language developed by Google as a successor to C++. At the time of writing this…

64 Open Source Programming Languages on GitHub

August 3, 2022

In this blog post, I'm creating a list of all the open-source programming languages that are actively developed on GitHub.…

Python 3 libsass Compile Sass/SCSS to Compressed CSS Code

July 19, 2022

In this tutorial, I'll provide you with the source code of Python 3 and libsass to compile the raw Sass…

Angular ngx-useful-swiper View Powerpoint .PPTX in Browser

July 19, 2022

In this tutorial, I'll show you how to use TypeScript and Angular 13 ngx-useful-swiper to view Powerpoint (.PPTX) presentations inside…