排序
Java vs Python a Simple Comparison Part-1
Java vs Python a Simple Comparison Part-1, java (2 Part Series) 1 Java vs Python a Simple Comparison Part-1 2 Java vs Python a Simple Comparison Part-2 INTRODUCTION Java and Python...
Day 30: Quick Sort
Day 30: Quick Sort, 100 Days of Code (48 Part Series) 1 Day 1: Two Sum 2 Day 2: Check Prime ... 44 more parts... 3 Day 3: Hex Colour 4 Day 4: Repeating Numbers 5 Day 5: Nearest Pri...
JPA, MySQL and UUIDs are not friends, apparently…
JPA, MySQL and UUIDs are not friends, apparently...,Today I was being myself as usual, creating an API with a UUID as a primary key. All was well, until JPA decided it wasn't. I ha...
How I went from a noob to a Hackathon Winner
How I went from a noob to a Hackathon Winner,To be frank, learning a new language is no easy feat and is certainly not everyone's cup of tea. For someone with no prior experience i...
The k-th Lexicographical String of All Happy Strings of Length n
The k-th Lexicographical String of All Happy Strings of Length n,It is important to always strive for the best time complexity when solving algorithm problems. I recently solved fo...
Crack your next coding interview with these topics
Crack your next coding interview with these topics,The interview is the first interaction of the candidates with the company. The company should put its best foot forward so that e...
Solution: Set Mismatch (ver. 2)
Solution: Set Mismatch (ver. 2), Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions ...
The ultimate Cheat sheets compilation (200+) – Roadmap to dev – 2
The ultimate Cheat sheets compilation (200+) - Roadmap to dev - 2, Pieces of Advice (16 Part Series) 1 How to make an HTML form like a pro 2 JS: Why we should also use formatted st...
Spring boot metrics on Prometheus
Spring boot metrics on Prometheus, Monitoring Spring Boot with Prometheus + Grafana (2 Part Series) 1 Monitoring Spring Boot with Prometheus + Grafana 2 Spring boot metrics on Prom...
Solution: Set Mismatch (ver. 1)
Solution: Set Mismatch (ver. 1), Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions ...
Why is he so different from his parents? – Liskov’s Substitution Principle
Why is he so different from his parents? - Liskov's Substitution Principle, SOLID principles (5 Part Series) 1 How SOLID is your code? - Introduction 2 Its not a Swiss Army Knife -...
The Complete Guide to Java String Replace
The Complete Guide to Java String Replace,A colleague of mine Vikram Aruchamy over at LightRun wrote an excellent, concise, and easy-to-use tutorial on using the String.Replace() f...