aliencodes.hashnode.devHere's why Comparable is not a Functional Interface?I got the title but what actually is a functional interface? Imagine you have a cook in your house. You don't need to tell the cook how to do their job every day. You simply specify what needs to be done—like "make pasta"—and the cook takes care of t...Jan 20, 2025·4 min read
aliencodes.hashnode.devWhy @GetMapping doesn't work in Thymeleaf?I recently came across this issue while working with thymeleaf in spring boot.I defined an API like : @RestController @RequestMapping("/") public class HomeController { @GetMapping("/home") public String getHomePage() { return "home";...Aug 1, 2024·1 min read
aliencodes.hashnode.devFar from dead-Java?"Don't call it a comeback, Java is been here for years, rocking its peers, putting suckers in fear" Everyday, we get to know about a release of new language in the market, still we see java in top-3 languages. Also, the main reason why languages get...Aug 22, 2022·2 min read
aliencodes.hashnode.devDiscord with 3-Million Concurrent Voice Users!We will be sketching up how discord is different on web-browser Vs cross-Platform App. Discord uses client-server architecture rather than peer-to-peer networking. client server here, refers that you act as a server and the people connected to you a...Nov 5, 2021·2 min read
aliencodes.hashnode.devWhat caused Facebook shutdown !I am gonna try to catch what might be the reason behind this glitch... " It seems like someone pulled cables from their data centers all at once and disconnected them from the internet. " lets jump into it : This was more about BGP (Border Gateway ...Oct 5, 2021·2 min read