top of page
Search

If startup - only your own.

  • Writer: Siarhei Korsik
    Siarhei Korsik
  • Oct 15, 2022
  • 1 min read

did you work in "from zero-code to prod in 5 months" startup?

  • 0%hell yeah!

  • 0%hell no!



I did.

3 developers

4 applications (2 web + 2 mobile) with complex UI and sofisticared payments handling.

In 5 months..


Pros

  • Learning like a hell


Cons

  • type WorkLifeBalance= Omit<TrueWorkLifeBalance, "Life">;

  • Sorry Ancle Bob - no clean code

  • Tests mostly on the second position

  • No any prosesses, everything from the scratch

  • No budget. I had to develop web and mobile at the same time on my own laptop, that was not prepared for such heavy load. No courses. Issues with internet in office for long time. Fear that the project will be shut down every day/month

  • Salary/Responsibilities ratio < 1


 
 
 

Recent Posts

See All
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...

 
 
 
ССС 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...

 
 
 
Inline or Brenching

This: if (filename) { if (filename.toLowerCase().endsWith('.csv')) { return filename } else { return `${filename}.csv` } } else { return...

 
 
 

Comments


Made to Be remembered

Menu

clean code

© 2023 by Dev in Wien.

bottom of page