Image Enhancement in Python using Pillow

By Yathartha Rana

In our day-to-day lives, we encounter various instances when we need to enhance our image—Have you ever wondered if you can enhance your image with Python? Yes, you heard it righ.... Read More

Set equation font size in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to set the font size of an equation in LaTeX with different methods. LaTeX provides different commands for different font sizes which are: \sma.... Read More

How to add a progress bar in Java Swing

By Saima Shamim

In this tutorial, we are going to create a progress bar using Java Swing. Java Swing is an integral component of the Java Foundation Classes(JFC). It is a library of graphical user.... Read More

Change Unity UI Text of a TextMeshPro (TMP) in C#

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to change the Unity UI text of a TextMeshPro (TMP) in C# programming with the help of an example. Let’s first create a public var.... Read More

Add caption on the side of a figure in LaTeX

By Parvez Akhtar Pasha

Generally, in LaTeX you can place a caption on top or bottom of a figure. But we may need to place the caption on the side of the figure or table. In this case, you have to use an .... Read More

Make circular animation work in both direction in SwiftUI

By Samim

In this tutorial, we will see how to make a circular animation work in both directions in SwiftUI. We can create a circular animation that works in both directions in SwiftUI by us.... Read More

‘onChange(of:perform:)’ was deprecated in iOS 17.0: Use `onChange` with a two or zero parameter action closure instead.

By Saruque Ahamed Mollick

Previously, we could use a single parameter in onChange() in SwiftUI. But now we can do that, but it will show us a warning: 'onChange(of:perform:)' was deprecated in iOS 17.0: Use.... Read More

How to Create Pages in Next.js?

By Satish Sahu

Hi Learners, In this tutorial, you will learn about how to create pages in Next.js. Basically, the Next.js pages are React Component. You create files using  .js, .jsx .ts .tsx  .... Read More

Related Posts