Feb 5My 2021Wow, 2022. Really excited for this year and it is like a dream how fast time goes by. I think about my 2021 that there were a lot of things that came and went, started and stopped, shone and dimmed…. In 2021 I mostly spent my time at work. I…Self5 min read
Jan 30, 2021First DuplicateThis problem is an interview question that we can find on Codesignal. The statement is: given an array that contains numbers only in the range from 1 to a-length, find the first duplicate number for which the second occurrence has the minimal index. Hence, if there are more than one…Coding4 min read
Jan 17, 2021Random StoryWhen I was a student I thought about what I would be. But now I want to tell you about how I got my first job. …Self Improvement5 min read
Sep 8, 2020Tips for a helpful Visual Studio CodeVisual Studio(VS) code is one of the most famous editors. This editor can be so helpful if you add some stuff and use some of its features. Here are some tips for bewitching your VS Code for something that can really help you Use shortcuts Shortcut will help us simplify…Editor4 min read
Aug 18, 2020TDD with PHPUnit in LaravelTesting is a totally important thing for app development. Make sure that all the features work well will produce quality software. One of the most famous testings is TDD. TDD stands for Test-Driven Development. Test-Driven Development (TDD) approach, first the tests are developed which specifies and validates what the code…Tdd6 min read