Tutorials

Python 3 libsass Compile Sass/SCSS to Compressed CSS Code

Python 3 libsass Compile Sass/SCSS to Compressed CSS Code

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

July 19, 2022

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

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

July 19, 2022

Angular 13 ngx-cookie-service Generate Random Cookie & X-Auth Token

In this tutorial, I'll give you an example of how to use TypeScript and Angular 13 ngx-cookie-service to generate a…

July 19, 2022

Angular 13 Material Select Dropdown with Search Input Field

In this tutorial, I will teach you how to make Angular Material Select/Dropdown with Search. We will use NgxMatSelectSearch Angular…

September 18, 2022

COVID-19 Analytics Report Using Python 3 FPDF Pandas Plotly

Python 3 FPDF script to generate COVID-19 analytics report with Charts & Maps using pandas and plotly library. Generate COVID-19…

July 16, 2022

Create PDF With CSS Styles Using Python 3 Flask weasyprint

In this tutorial, I'll give you an example source code of Python 3, Flask, and weasyprint to create PDF documents…

July 16, 2022

Create PDF Using Dynamic HTML5 Template in Python 3 Flask pdfkit

In this tutorial, you will get the full source code of the Python 3 Flask project to create a PDF…

July 16, 2022

Flutter Open URL inside Web Browser in Android & IOS

Flutter Project to Open URL inside Web Browser in Android & IOS. const url = "https://flutter.io"; if (await canLaunch(url)) await…

July 10, 2022

Flutter Build PDF Documents Viewer From URL Using Syncfusion

Flutter Tutorial to Build PDF Documents Viewer From URL Using Syncfusion Library in Android & IOS. @override Widget build(BuildContext context)…

July 10, 2022

Flutter Create Invoice PDF Template For Products & Payments

Flutter Project to Create Invoice PDF Document Template For Products & Payments in Android & IOS For Beginners. main.dart import…

July 10, 2022