alphacodez.hashnode.devAutomating User Management with Bash: A Comprehensive GuideManaging users on a Unix-like system can often be a challenging and error-prone endeavor, particularly when faced with a high volume of users. Automating this process not only saves valuable time but also guarantees uniformity in user management. In ...Jul 1, 2024·6 min read
alphacodez.hashnode.devMethod Overloading JAVAJava being an object-oriented language means everything in Java is a class. Therefore if you are transitioning from a function-based language I would like you to know that functions are just the same as methods, just that they are defined inside a cl...Mar 24, 2023·3 min read
alphacodez.hashnode.devCSS Style Selectors ( Order of Precedence )In this post, we will highlight basic ways of styling HTML elements and their order of implementation. There exist various ways to style HTML elements with selectors that you might have come across but in case of conflicts whereby a single element is...Feb 6, 2023·2 min read