Author: Darko Luketic
Configuring Nginx to have Keycloak handling auth requests in the same domain as your single page app and http api
If you want keycloak to handle auth requests in the same domain as you’re service your single page app (spa) and http api: The prerender config comes from my prerendering proxy. Keycloak is listening on port 4000 locally.
Read ArticleWhy you should not use Angular for your frontend
With Angular you can create fancy-pancy beautiful functional super realtime sites. But, the problem is, they don’t perform well.
Read ArticleRemove Skype from Windows 10 – 100% working way
If you check your Task Manager you can see Skype running despite you never had installed it or having a user account. Here’s a simple but effective way to remove Skype (or any other app) from Windows 10.
Read ArticleEvent Driven Architecture in Go rant
This was originally a question for Stackoverflow, but it’s actually a rant. Why bother with EDA at all? Because all I see is job offers for people specialized in “event-driven design”. In my opinion, especially when using a high performance, low resource language like Go, EDA is overkill. But anyhow, since I’d like to get…
Read Article