• Home
  • Blog
  • About
  • Uses
  • Tips

Blog Posts ↓

4 Articles

GitHub actions in action

GitHub actions in action

July 10, 20235 min read

GitHub Actions is a continuous integration and deployment tool offered by GitHub. With GitHub actions, you can automate workflows and tasks directly ...

Introduction to Regular Expressions

Introduction to Regular Expressions

December 22, 20227 min read

Regular expressions, also known as regex, are a sequence of characters that define a search pattern. They are mainly used to search for text patterns...

SOLID Principles in Action: Real-World Examples Using Typescript

SOLID Principles in Action: Real-World Examples Using Typescript

December 10, 20228 min read

SOLID is an acronym used in object-oriented design to achieve maintainable and reusable classes. The SOLID principle doesn't depend on any particula...

How to implement  Dependency Injection in Python

How to implement Dependency Injection in Python

December 1, 20225 min read

Dependency Injection is a well know Design pattern that is being used in Object-Oriented Programming (OOP). It helps to achieve loose coupling inside...

viktorsokolov.com

© 2025. Developed by Viktor Sokolov