Rushi Javiya has Published 170 Articles

Java Program to Find All Palindromic Sub-Strings of a String

Rushi Javiya

Rushi Javiya

Updated on 04-Jul-2023 15:40:24

248 Views

In this problem, we will find all palindromic substrings of the given length. There are two ways to solve the problem. The first way is to compare the characters of substring from start to last, and another way is to reverse the substring and compare it with the original substring ... Read More

Java Program to Find 2 Elements in the Array such that Difference Between them is Largest

Rushi Javiya

Rushi Javiya

Updated on 04-Jul-2023 15:34:21

266 Views

In this problem, we will find two array elements such that the difference between them is maximum. We can make a pair of each element and find the difference between the elements of each pair. After that, we can take a pair whose element has a maximum difference. Another ... Read More

Why SASS is considered better than LESS?

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 14:27:10

90 Views

SASS and LESS are CSS preprocessor languages that help developers write CSS more quickly, reduce code duplication, and create modular stylesheets. Instead of writing repetitive code for each property, Sass and Less allow us to define variables for values like colors, font sizes, and other properties, which can be easily ... Read More

What is the difference between SASS and SCSS?

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 14:23:58

180 Views

SASS is a language extension of CSS that can add new features for writing stylesheets easier. At the same time, Compass is a framework built on top of SASS that provides more functionality and simplifies the development of stylesheets. This means that every valid CSS3 stylesheet is a valid SCSS ... Read More

What is the difference between LESS and SASS?

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 14:20:57

436 Views

SASS and LESS are two popular CSS preprocessors that offer additional features to enhance the efficiency of CSS coding. While both of these preprocessors are quite similar, there are a few differences that set them apart from each other. In this tutorial, we will explore the differences between SASS and ... Read More

What is the difference between Compass and SASS?

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 14:14:23

163 Views

SASS is a language extension of CSS that adds new features to make writing stylesheets easier. At the same time, Compass is a framework built on top of SASS that provides more functionality and simplifies the development of stylesheets. In this tutorial, we will explore the features of SASS and ... Read More

UI & UX Developer – Education, Skills, Salary, and Career

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 14:01:38

101 Views

User experience (UX) and user interface (UI) have become critical for organizations to remain competitive in today's digital era. A UI & UX developer is essential in developing user-friendly websites and apps. This post will examine the education, skills, income, and job opportunities for UI and UX developers. Education ... Read More

Sorting Function in SASS

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 13:58:32

139 Views

In this article, we will learn about the sorting function in Sass, but before moving forward, let’s have a basic idea about Sass; so sass is a powerful and popular preprocessor language for CSS that allows developers to write more efficient and maintainable stylesheets. One of the best advantages of ... Read More

NeumorphismUI Form

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 13:53:14

73 Views

NeumorphismUI is a design trend that has gained popularity recently, combining skeuomorphism with a modern twist. When applied to forms, NeumorphismUI is a design style worth considering. It can make the user interface feel more tangible and interactive, ultimately improving the overall usability of the form. In this article, ... Read More

Last-child and last-of-type selector in SASS

Rushi Javiya

Rushi Javiya

Updated on 11-May-2023 13:50:11

3K+ Views

The SASS provides various features over the normal CSS to write easy and maintainable code, and advanced selectors are one of them. A SASS contains the last-child, and last-of-type selectors, which we will discuss in this tutorial. Last-child Selector in SASS The ‘last-child’ selector allows developers to select the last ... Read More

Previous 1 ... 4 5 6 7 8 ... 17 Next
Advertisements