go to content

Page with all articles

Цветовая тема

Articles

Essential Git Commands for Everyday Use and Rare but Important Operations

Git

Commands

Version

Control

Git

Tutorial

Programming

Tips

In this article, I will describe the Git commands that I use daily, as well as those that are used less frequently but are essential for handling complex scenarios in Git. The focus will be on fundame....

open full post

Using never in Switch-Case in TypeScript

Switch

Case

TypeScript

never

When working with switch-case statements in TypeScript, special attention is given to the correct description and handling of all possible cases. In some scenarios, it's crucial to ensure that all pot....

open full post

How to use Intl DateTimeFormat with TypeScript?

Intl

typescript

DateTimeFormat

When I first started using Intel.dateTimeFormatter, I ran into a problem that wasn't obvious, at least to me. But the problem turned out to be that I needed to explicitly specify the data type in the ....

open full post

How you can change svg color when use a svg sprite?

svg

color

css

Some time, we need to create svg sprite for optimize our html markup and keep all of icons in separate file. But here, we will have some problem, we can’t dymanicly change a color on this svg that is ....

open full post