How to create a PDF file in C++

By Joyeeta Choubey

Hello everyone! In this tutorial, We are going to learn how we can create a PDF file in C++. We will use apose.pdf for C++.  Let’s know a little about what is Apose.pdf Apos.... Read More

Create PDF file in Django Dynamically

By Anand Jaiswal

In this tutorial, we will learn how to create dynamic PDF in Django. Steps to follow: 1. Start your Django project. 2. Start your app inside the project named codespeedy. 3. Define.... Read More

How to change Timezone in Django

By Anand Jaiswal

In this tutorial, we will learn how to change or set timezones in Django. In the new version of Django, it’s very easy to change the timezone. In settings.py of your project,.... Read More

How to comment in Swift

By Aryan

Documenting and commenting is a key aspect of software development, having a good habit of adding comments helps others understand the code better when working with others, and ove.... Read More

How to play an MP3 File in Swift Storyboard

By Aryan

The basic Xcode firmware contains the AVFoundation module, but the constraint to using it is you will only able to play sound with “.wav” extension and is not able to play MP3 .... Read More

Create Immutable class in Java

By Shiksha Sinha

In this tutorial, we are going to learn how to create immutable classes in Java. Java provides us with a lot of advantageous features to make our tasks easier and more convenient t.... Read More

StringBuilder Class in Java

By Subhojeet Ghosh

In this tutorial, we will learn StringBuilder Class in Java and its application and methods used. String Builder Class in Java is used to create mutable String. As we know in Java .... Read More

How to enable HTTPS in Express.js

By Manoj Srinivas

In this tutorial, we will learn how to enable HTTPS in Express JS. You require an SSL certificate and an SSL key to do it. We create a self-signed SSL certificate and add it to the.... Read More

Related Posts