Posts related to tag: transform


Different ways to convert an Entity to a DTO in Java

In Java development, it is common to separate the concerns of the Data Layer (entity) and the presentation layer (DTO […] Continue reading »

How to Lowercase text with CSS

Similar to the previous article, we can use the text-transform: lowercase; property to transform any text into lowercase. Use the […] Continue reading »

How to Uppercase text with CSS

Like other programming languages, CSS is also loaded with tons of features in terms of web design, making webpage responsive, […] Continue reading »