Carbon Language Tutorial with Syntax and Code Examples

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…

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

July 19, 2022

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

Angular 13 Material Select Dropdown with Search Input Field

September 18, 2022

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

COVID-19 Analytics Report Using Python 3 FPDF Pandas Plotly

July 16, 2022

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

Create PDF With CSS Styles Using Python 3 Flask weasyprint

July 16, 2022

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

Create PDF Using Dynamic HTML5 Template in Python 3 Flask pdfkit

July 16, 2022

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

Flutter Open URL inside Web Browser in Android & IOS

July 10, 2022

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