emorinken.hashnode.devMap- One Of The Most Important Array Methods In JavaScriptTo begin with, what is an array? An array refers to a data structure used to collectively group elements. These elements could be of the same or different data types, like string, number, boolean, etc. In other words, think of an array as a containe...May 26, 2025·4 min read
emorinken.hashnode.devMap- One Of The Most Important Array Methods In JavaScriptTo begin with, what is an array? An array refers to a data structure used to collectively group elements. These elements could be of the same or different data types like string, number, boolean, etc. In other words, think of an array as a container...May 26, 2025·4 min read
emorinken.hashnode.devThe Importance Of Semantic Tags In HTMLHypertext Markup Language, popularly known as HTML, is the markup language for the web. It represents the structure and content of the web page. HTML is responsible for everything you see on any webpage, from the buttons to the images and the text. I...May 26, 2025·6 min read
emorinken.hashnode.devUnlocking the Power of Google Cloud: An Introduction to Cloud Computing and Deployment StrategiesIntroduction to Google Cloud and Cloud Computing Google Cloud Platform (GCP) offers a robust suite of cloud computing services designed to help businesses innovate and scale efficiently. The program introduces participants to GCP's features, includin...Mar 18, 2025·2 min read
emorinken.hashnode.devJava Garbage CollectionWhen we were kids, we all loved playing with toys. But after playing, we couldn’t just leave them scattered all over the room—we had to clean them up and put away the toys we weren’t using. Now, imagine these toys as objects in Java, and the cleaner ...Mar 13, 2025·3 min read