Author: Đạt Trần
How to find Intellij executable on Ubuntu
Đạt Trần
- 0
When you are using *Nix systems, you prefer to start everything from the command line. In my case, I would like to open Intellij from the command line by typing idea following the folder, I want to open just like people do in tutorial videos. In order to do that, you need to find the…
Read MorePassing Data From API Between Components in Angular
Đạt Trần
- 0
When developing single-page applications, one of the most common patterns you encounter is cross-component communication. One specific case I recently had to deal with is this: the page has two components: One for displaying the search for and the other for showing the search result. Here is how to application works: As you can see,…
Read MoreForward proxy_pass and add CORS headers in nginx
Đạt Trần
- 0
In the recent app that I develop, there is a situation like this: The API, created with Spring Boot . The Angular app calls the API but got a CORS error. I did a few searches online and found out that I need to add additional configuration in the code. The problem is since I…
Read More