top of page

Refactoring. Part I
Hi everyone! This article will be dedicated to refactoring and clean code practices. Let's start with the task I kindly took from the...
Siarhei Korsik
Dec 20, 20222 min read
If startup - only your own.
I did. 3 developers 4 applications (2 web + 2 mobile) with complex UI and sofisticared payments handling. In 5 months.. Pros Learning...
Siarhei Korsik
Oct 15, 20221 min read
ССС rule
TL;TR Coffee, Code review, Coding It's really good behaviour (ok, Coffee just for third C, can be anything) that help to move project...
Siarhei Korsik
Aug 2, 20221 min read
Inline or Brenching
This: if (filename) { if (filename.toLowerCase().endsWith('.csv')) { return filename } else { return `${filename}.csv` } } else { return...
Siarhei Korsik
Jul 6, 20221 min read
Let's start
This blog is intended to collect the knowledges, best practises and all what I've learned and learning on a daily basis. Nothing special,...
Siarhei Korsik
Jul 6, 20221 min read
bottom of page