life is too short for a diary

Most popular




Building Reactive File Upload with Spring Boot WebFlux and Swagger

How do you upload multiple PDF file in reactive REST API?...

Continue reading → Tags : spring boot reactive programming swagger






How to add Non-Steam Games to Steam Deck

I have a desktop for gaming, but ever since I got the Steam Deck, my gaming time has quadrupled. It's remarkable how well it handles even demanding games—it's like a Kindle for gaming. While the default SteamOS mainly supports games from the Steam store, you can actually play almost any game on the device...

Continue reading → Tags : steam deck






Leetcode Daily Temperatures

Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait after the ith day to get a warmer temperature. If there is no future day for which this is possible, keep answer[i] == 0 instead...

Continue reading → Tags : leetcode python stack java