Home

How to configure CORS in Spring Boot

How to configure CORS is Spring Boot Web Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served. https://en.wikipedia.org/wiki/Cross-origin_resource_sharing Here are 5 examples when CORS mechanism sh...

Read more

PocketStats app - how to integrate with GetPocket Api and visualize reading stats

I am a person who likes to motivate myself through figures and compare my results with others. I spend most of my time on the Internet. I subscribe a dozen newsletters, read the RSS feeds of dozens of blogs, browse social media like LinkedIn and Twitter regularly. Every day there are a lot of links to sites, documents, tools I want to familiariz...

Read more

How to generate Spring Boot application yaml properties with Helm on Kubernetes

Hi, The current post is aimed at developers, people who already have some experience with Spring, k8s and helm. I hope you will find the post useful. I was looking for something similar myself and didn’t find it. At the company, we work with microservices - mainly Spring Boot. We use Kubernetes and Helm to configure our microservices. We have ...

Read more

Jak skutecznie zarządzać swoim drugim mózgiem – personalny system zarządzania wiedzą

Cześć, 24 września przeprowadziłem webinar pt. “Jak skutecznie zarządzać swoim drugim mózgiem - personalny system zarządzania wiedzą” na FB. Podjąłem temat zarządzania informacją i wiedzą. Przeprowadziłem przez swoją historię korzystania z różnych narzędzi i jak zmieniało się moje podejście dt. budowania osobistego systemu produktywności. Do t...

Read more