-
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
-
Tag Archives: Angular
How to create a custom range calendar filter for Angular PrimeNg data turbo table
In this article, we will look at how to create a custom filter for PrimeNg calendar selection with a date range Continue reading
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