-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
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 Angular, dropdown, functional programming, refactoring, TypeScript, user
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
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
SQL – How to use NOT LIKE in SQL?
This article demonstrates the usage of SQL’s NOT LIKE on example. Continue reading
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
How do you kill the port on Windows?
This tutorial shows how to kill the port in the Windows operating system. Continue reading