Ankit Mishraankitmishra.hashnode.dev·May 3, 2024Step-by-Step Guide to Setting Up Your Own HTTP Server with JavaScriptSo I was completing this challenge from CODECRAFTERS, and thought why not Document whole journey and I think It will help me understanding everything in a very better manner. This is Step 1: Binding to a Port Before Starting anything, You might ask, ...DiscussLearn by doing
Rafal Jackiewiczjackiewicz.hashnode.dev·Mar 29, 2024Understanding Hashing and Collisions in Java Collections: The Role of hashCode() and equals()In Java, hash-based collections like HashSet, HashMap, and HashTable use hashing to store objects. These collections rely on the hashCode() and equals() methods to efficiently locate and manage objects. Here's how these methods contribute to the func...Discuss·280 readsJava
Rafal Jackiewiczjackiewicz.hashnode.dev·Mar 11, 2024Setting Up Your Java Development Environment: A Step-by-Step GuideEmbarking on your Java programming journey begins with setting up a development environment. This setup is the first crucial step to turning your computer into a Java development powerhouse, whether you're using Windows or Linux. This guide will walk...DiscussBeginnerCoder
Rafal Jackiewiczjackiewicz.hashnode.dev·Feb 23, 2024Why Java Is A Great First Language For BeginnersChoosing your first programming language can be a daunting task. You're not just selecting a language; you're setting the foundation for your coding journey. Java, a language that has stood the test of time, remains one of the most popular and reliab...DiscussProgramming Blogs
Rafal Jackiewiczjackiewicz.hashnode.dev·Feb 22, 2024The Evolution of Programming Languages: A Time-Traveling Tale of Syntax and SemanticsAh, programming languages, the magical incantations of our time, weaving the very fabric of the digital world we live in. Imagine, if you will, a world without them. A bleak, desolate landscape where humans and machines sit awkwardly at a table, unab...DiscussCodeCrafting