CloudCrafter·May 22Java Design Patterns in Practice: Real JDK Examples for InterviewsWhen you look into the Java standard library (the JDK) or big frameworks like Spring, you quickly notice that very different APIs often use…
CloudCrafter·Apr 22Your React App Has Two Silent Killers: XSS and CSRFMost developers have heard of them. Few actually understand how they work — until it’s too late.
CloudCrafter·Aug 1, 2021Angular 12: intercepting requests and responses🕵️♂️ How to use Angular interceptor to control requests and incoming responses?