Yurii KIcons as Fonts or Icons as Images? Can we use both?Icons play a crucial role in any UI application. Icons provide information quickly and enhance navigation. It’s hard to imagine a modern…Jun 21Jun 21
Yurii KLocalizing Dates. Set the correct date format in Vanilla JS.Each country and region has its distinct approach to displaying dates, making the task of universally accurate representation both…Jan 12Jan 12
Yurii KPerfect Fit Every Time: Dynamic Text Resizing for Container Elements with Vanilla JS.Responsive design is a cornerstone of modern web development. While front-end developers have myriad tools at their disposal for creating…Nov 21, 2023Nov 21, 2023
Yurii KinNerd For TechList of CSS pseudo-classes that I use in my work.CSS has a lot of pseudo-classes. In this article, I will show the pseudo-classes that I can in the front end. The list of pseudo-classes is…Dec 1, 2022Dec 1, 2022
Yurii KinNerd For TechCreate a simple modal window in AngularIt is hard to imagine an application without modal windows. Windows are very important if you want to ask a yes/no question or just give a…Oct 26, 2022Oct 26, 2022
Yurii KHow to make Responsive Design in Angular?How can we make our application mobile friendlier? We all know about media queries. Media queries allow us to adjust the style for…Oct 14, 20221Oct 14, 20221
Yurii KinWebtipsQuery parameters in AngularIn this article, I want to show you how to use query parameters in Angular. Angular allows us to use query parameters in HTML or TS.Jul 19, 2022Jul 19, 2022
Yurii KinNerd For TechSelection list pageEvery application has a selection page. On this page, the user can select something. Today we will make our selection page. We are also…May 1, 2022May 1, 2022
Yurii KSend data from one application to another in Angular.Aplication data transfer.Apr 16, 2022Apr 16, 2022