• Projects
  • Tips
GitHub repo

Tips

  • Keep learning balanced

    July 24 2022

    When starting the career as a front-end developer it's easy to fall into one of extremes. We either get over-concentrated on one specific…

  • Keep function arguments short

    July 13 2022

    Simple functions are easy to read and use. When a function starts to have more than 3 arguments it becomes much harder to use it correctly…

  • Reduce nesting level

    July 05 2022

    Developers like to approach code writing in the way of thinking. By doing so the following constructions appear. Notice something odd here…

  • Simple if statements

    July 05 2022

    Sometimes developers tend to write code in a verbose way. Despite it does the job it's better to simplify the code. With a simple change it…