排序
Improve security with Keycloak and Spring
Improve security with Keycloak and Spring, Keycloak An open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure app...
Tornando seu código mais SOLID!
Tornando seu código mais SOLID!,Respondendo a primeira e mais importante pergunta, o que é SOLID? O SOLID são os 5 princípios de design de código voltados para orientação a ...
passtwo – mobile password manager
passtwo - mobile password manager,Update: release apk now available here Passtwo is my second attempt at making a mobile password manager app. It is designed to integrate with pass...
Spring Boot Microservices — Monorepo Heroku
Spring Boot Microservices — Monorepo Heroku,Como hospedar Microservices desenvolvidos com Spring Boot no Heroku utilizando a estratégia de Monorepo Diversas empresas utilizam Mon...
The jacoco-badge-generator GitHub Action is now also available as a CLI tool from PyPI
The jacoco-badge-generator GitHub Action is now also available as a CLI tool from PyPI, jacoco-badge-generator (3 Part Series) 1 JaCoCo coverage badges, PR coverage checks, and PR ...
Sorting Arrays in Java with MergeSort
Sorting Arrays in Java with MergeSort, Introduction This series is not going to be in any particular order, so feel free to read whatever blog post you want. Anytime I find write s...
LeetCode – Contains Duplicate
LeetCode - Contains Duplicate,Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: I...
Container With Most Water
Container With Most Water, NeetCode 150 (9 Part Series) 1 NeetCode 150 Introduction 2 Contains Duplicate ... 5 more parts... 3 Two Sum II - Input Array Is Sorted 4 Container With M...
Workplace apps shouldn’t suck (Vaadin makes sure they don’t)
Workplace apps shouldn't suck (Vaadin makes sure they don't),Workplace apps shouldn't suck. But we all have that one app at work... In this post, I want to give a bit of insight in...
LeetCode – First Bad Version
LeetCode - First Bad Version,You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality ch...
How To Find Array Triplets With Sum Of Two Elements Equals Third?
How To Find Array Triplets With Sum Of Two Elements Equals Third?,Technical Round Interview Question ==================================== How To Find Array Triplets With Sum Of Two...
Leet Code – Binary Search
Leet Code - Binary Search,Problem Statement: Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. I...