Create any pattern easily with simple steps in Java

By Saima Shamim

Why are patterns important? Patterns are important because it help programmers to enhance their problem-solving skills and gain a deeper understanding of coding architecture. This .... Read More

Java program to print alphabetical pattern

By Saima Shamim

In this tutorial, you’ll learn to generate a wide range of patterns using alphabets in Java. Alphabetical patterns are patterns created by arranging alphabets in a specific s.... Read More

How to add one or multiple authors and affiliations in LaTeX?

By Parvez Akhtar Pasha

In LaTeX, to create a title on top of the page you have to use the \maketitle command. This command can print a title based on the following declarations: \author \date \title \tha.... Read More

Change alert message font color, background color in SwiftUI

Change alert message font color, background color in SwiftUI

By Saruque Ahamed Mollick | October 30, 2023

The straightforward and simple answer is a big NO. For now, SwiftUI does not allow you to change any of the color schemes in the alert. Theoretically, you can do that by customizing UIAlertController which I do not recommend at all. Still, if you are desperate to get your own custom alert you can check […] Read More

Add spacing between letters in text in SwiftUI

By Samim

In this tutorial, we will see how to add spacing between letters in text in SwiftUI. In SwiftUI there are two modifiers that allows us to adjust the spacing between letters. The ke.... Read More

Proportional To (∝) symbol in LaTeX

By Parvez Akhtar Pasha

The proportional to symbol is used as a relational operator, In order to print this symbol in LaTeX, you can use the default command \propto. Also, there are a lot more packages th.... Read More

Remove default indent of itemize in LaTeX

By Parvez Akhtar Pasha

Generally when you create an itemize in LaTeX, in the output, it will take a default amount of space (indentation). Although it does not look bad, we sometimes don’t need tha.... Read More

Set height and width of an image or figure in LaTeX

By Parvez Akhtar Pasha

LaTeX has several methods by which you can set the height and width of an image. In this case, the graphicx package will be very useful for you. In this tutorial, I will show you h.... Read More

Related Posts