Centralized Authentication in Quarkus using Keycloak OIDC

This document describes how to integrate Quarkus with Keycloak using OIDC protocol. It includes all required files and steps leading to working implementation. Starting local Keycloak Save this file as docker-compose.yaml and start it using docker-compose up -d command. Include... Read more

Configuring JVM per-socket SOCKS5 proxy

If for some reason sockets opened in JVM need to go through a SOCKS5 proxy, we can use the following example to do it: Configuring SOCKS5 server Install dante-server Configure socks5 server Restart socks5 server Resources Read more

Angular Tips&Tricks

Resources Read more

E-Knjige

https://elektronickeknjige.com/ Read more

PostgreSQL Tips&Tricks

not distinct from https://wiki.postgresql.org/wiki/Is_distinct_from Visualizing Plans http://www.postgresonline.com/journal/index.php?/archives/27-Reading-PgAdmin-Graphical-Explain-Plans.html Finding Locks https://wiki.postgresql.org/wiki/Find_Locks Disk Usage https://wiki.postgresql.org/wiki/Disk_Usage Enum https://wiki.postgresql.org/wiki/Enum/ Loose Indexscan https://wiki.postgresql.org/wiki/Loose_indexscan Mass type replacement https://wiki.postgresql.org/wiki/Mass_type_replacement Server Configuration https://wiki.postgresql.org/wiki/Server_Configuration Transactional DDL https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis#PostgreSQL VacuumHeadaches https://wiki.postgresql.org/wiki/VacuumHeadaches Read more

Kibana Lucene Search

Resources Read more

Installing NodeJS

Snap Installation on Ubuntu Read more

Configuring WireGuard Server

Installing WireGuard Configuring WireGuard Create WireGuard private key Create WireGuard configuration Start WireGuard server Things to Understand Both client and server configurations have [Interface] section defined, but only server has ListenPort.Server has list of [Peer] sections for each client and... Read more

JPA tips&tricks

Mapping enum to string column Read more

Usefull Android Posts

Create Foreground Service https://robertohuertas.com/2019/06/29/android_foreground_services/ Check that application is installed Check that application is running Read more