Monthly Archives: June 2019

Refactoring function for the least amount of lines

I had the opportunity to review a small piece of code. I took code review personally and challenged myself to write the shortest solution possible. Continue reading

Posted in Refactoring | Tagged , , , , , | Leave a comment

Angular calendar datepicker creates incorrect date one day behind the selection

In this article, we will be looking at Angular datepicker and transferring the correct date through the REST endpoint. Continue reading

Posted in Bug hunt | Tagged , , | Leave a comment

vim – How to quickly edit readme.md with vim in a terminal?

This article is a small tutorial with a few simple steps on how to quickly edit readme.md with vim editor. Continue reading

Posted in Tutorials | Tagged , , | Leave a comment

SQL – How to use NOT LIKE in SQL?

This article demonstrates the usage of SQL’s NOT LIKE on example. Continue reading

Posted in Tutorials | Tagged , , , , | Leave a comment

Git – How to remove folder recursively from Git

This article contains several clever commands for removal of unwanted files in your git repository. Continue reading

Posted in Tips & tricks | Tagged , , | Leave a comment

Windows – How to kill port at Windows?

This tutorial shows how to kill the port in the Windows operating system. Continue reading

Posted in Solutions | Tagged , | Leave a comment