Cyril's Blog

Friday, June 23, 2023

Angular - Keycloak - Spring Cloud Gateway Setup

›
Note: This setup won't work if you try to run it thru the ng-serve development server. You have to deploy your app on an Nginx server or...
Friday, March 24, 2023

Node install on Linux

›
  The module   n   makes version-management easy: npm install n -g For the latest stable version: n stable For the latest version: n latest
Tuesday, March 14, 2023

Manage different versions of Java on MacOS

›
Use jenv.  https://www.jenv.be/ jenv versions --verbose
Friday, March 18, 2022

Angular 13 + Jest - Sample Test

›
  import { HttpClientTestingModule } from '@angular/common/http/testing' ; import { ComponentFixture , TestBed } from '@an...
Monday, June 7, 2021

Angular Material Table - Custom Predicate filter

›
  Let's say I have the following data source used in an expandable table and I want to filter the table by the anomaly score. export cl...
Thursday, May 13, 2021

Zuul + Eureka + Oauth2 security + Keycloak + Spring boot

›
 Here is a way to secure your Zuul Gateway with Oauth2 security.  I had a hard time finding documentation on how to do that. As usual, there...
Friday, February 26, 2021

Find pid for specific port on Mac OS

›
RUN: lsof -i tcp:8085 Run any one of the following command on Linux to see open ports: sudo lsof -i -P -n | grep LISTEN sudo netstat -tulpn ...
›
Home
View web version

A place for thoughts, explanations, ...

Purpose
this is just a place to write things out so I can make sure i understand them, keep track of them, and to use them again as links, etc.
View my complete profile
Powered by Blogger.