Ganiyu Omotayo Seediktdaycode.hashnode.dev·Nov 28, 2023Journeying Through the Decentralized Web (Web5): A Tale of Identity and InnovationI was drawn to Web5's breakthrough concept of Decentralized Identifiers (DIDs). This isn't just a technical advancement; it's a cultural movement that reflects our desire for autonomy in the digital arena. The Essence of DIDs Imagine a digital world...Discussweb5
ZZZ0z.hashnode.dev·Nov 27, 2023Web DevlopmentWeb development refers to the process of building and maintaining websites or web applications. It involves a combination of programming, design, and other skills to create functional and visually appealing websites. Here are some key aspects of web ...DiscussHTML5
Narayana M V Lblog.macrofiy.com·Nov 26, 2023Demystifying WordPressUnraveling Common Myths WordPress, the powerhouse of content management systems, has evolved significantly over the years. However, amid its popularity, several myths and misconceptions persist. In this article, we aim to debunk common WordPress myth...DiscussWordPress
Ali Hamzatechbolgsalihmza.hashnode.dev·Nov 22, 2023MongoDB Beginner to Advance.✨ A comprehensive guide to MongoDB with practical ExamplesIf you are here then I take the responsibility of taking you from being a beginner to that level where you can fluently make your own database schemas. I will first set up a pattern for you. If you don't understand all then no worries because it's ju...Discuss·1 likeDatabases
Gaddiel Ogunniyigaddiel.hashnode.dev·Nov 18, 2023A Guide to Maintainable CSS StylingWhen arranging selectors in a stylesheet, it's a good practice to follow a logical and organized structure. While it might not be strictly necessary to write your CSS stylesheets in increasing order of specificity, it's a common convention that can c...Discuss·1 likeCSS
TheWasmFrontierfor2mindev.hashnode.dev·Nov 14, 2023Beyond String Keys: Grouping Objects with Map.groupBy()In a prior blog post, I discussed how to group an array of objects by one of their properties. However, this approach is limited to string keys. To group objects by any type of key, such as an object or number, we can use the Map.groupBy() method. Ma...DiscussJavaScript
pratyush gogoipratyush11.hashnode.dev·Nov 13, 2023PROPS in ReactIn React, "props" is short for "properties," and it refers to a system for passing data from a parent component to a child component. Props are a way to customize or configure a component by providing it with the information it needs to render correc...Discuss·12 likes·39 readsReact
TheWasmFrontierfor2mindev.hashnode.dev·Nov 13, 2023Grouping data in JavaScript made easy with Object.groupBy()Grouping data in JavaScript used to be a pain. We had to iterate over the objects and push them into separate arrays. But now, thanks to the new Object.groupBy() method, grouping data is a breeze! Object.groupBy Object.groupBy()` is a static method t...DiscussJavaScript
Miks Casalmikscasal.hashnode.dev·Nov 10, 2023Learn to Code for Free in 2024: The Best Websites for Aspiring DevelopersHey there, future coders! 👋🏻 If you're looking for some awesome resources to learn how to code, you've come to the right place. I'm going to share with you some of the websites that helped me get started on my coding journey. These websites are fun...Discuss·28 readsCareer Shiftlearntocode
Kevin Millerkevinmiller.hashnode.dev·Nov 7, 2023Latest Trends and Best Practices in Node.js DevelopmentIntroduction Node.js, the runtime built on Chrome's V8 JavaScript engine, has been a game-changer in web development. Its non-blocking, event-driven architecture has led to a surge in its popularity. To keep up with the ever-evolving world of Node.js...DiscussJavaScript