Supakon_kAsynchronous Programming in JavaIn the world of software development, asynchronous programming has become an essential tool to improve code efficiency, responsiveness, and…Oct 6Oct 6
Supakon_kJava Generics with ExamplesIn the world of object-oriented programming, generics have revolutionized the way we write reusable and type-safe code. Introduced in Java…Sep 21Sep 21
Supakon_kType Less, Scan More: Mastering Text-to-QR Code Conversion with BashWant to turn your text into a scannable QR code? Look no further! With Bash, you can easily generate custom QR codes for any text or URL…Sep 7Sep 7
Supakon_kUsing Bash Command with Less Effort in WindowsWindows users have long been reliant on third-party tools and workarounds to access the power of Unix-based shell environments. In some…Sep 4Sep 4
Supakon_kComparing Files with NeovimSomeone only uses Neovim or nvim for daily text editing, however, did you ever know, the Neovim also have a diff file built-in in their…Feb 26Feb 26
Supakon_kWhy Static Factory Methods Better than Constructors in Modern JavaIn the realm of Java development, the utilization of static factory methods has emerged as a favored approach among developers. These…Jan 1Jan 1
Supakon_kExploring the Disadvantages of Using Immutable Objects in JavaImmutable objects in Java have gained popularity due to their thread safety and predictability. However, like any programming technique…Nov 12, 20231Nov 12, 20231