Florian FuchsforHashnode Engineeringengineering.hashnode.com·Dec 7, 2023FeaturedHashnode's Feed ArchitectureWe previously explained how we calculate the Hashnode Feed and select content and metadata for each user. We found that the feed now displays improved and personalized content. However, we did find two issues in the implementation: Performance: The ...Jaime Anguiano and 1 other are discussing this2 people are discussing thisDiscuss·92 likes·303 readsBuilding Personalized Feeds at HashnodeAWS
Daniela PassosforHashnode Town Halltownhall.hashnode.com·Dec 6, 2023FeaturedWhat's new at Hashnode — Nov '23Hello Hashnoders, I'm excited to share our November product updates with you! We've been cooking awesome updates to improve your experience within our community. Let me know which feature you liked the most by leaving a comment on this post! Headless...Discuss·80 likes·451 readsProduct Updates 🚀Hashnode
Prakhar Parasharicodeprakhar.hashnode.dev·4 hours agoThe Unsolvable Triangle: CAP TheoremIntroduction In the world of distributed systems, data consistency, availability, and partition tolerance are key considerations. Unfortunately, achieving all three of these goals simultaneously is impossible. This is where the CAP Theorem, also know...Discuss·15 likesCAP-TheoremInsightful article 3
Bia Pazbeapaz.hashnode.dev·10 hours agoExploring DevRelEntering the world of Developer Relations, or DevRel, is like stepping into a space where tech and community come together. This guide aims to clarify what is DevRel, offering insights into entering this (not so new) field and the keys to cultivating...Discuss·10 likesDeveloper
Md. Sadiqmdsadiqmd.hashnode.dev·2 hours agoImplementing a Custom HashMap in JavaIntroduction HashMap is a widely used data structure for performing insertion, retrieval, and deletion operations in almost O(1) time complexity. Due to its simplicity, it is extensively Used. Today, we'll take a closer look at how HashMap works and ...Discuss·2 likesJava
Paul Alan Freshneymaximumoctopus.hashnode.dev·3 minutes agoFirst public release live! now!The first public beta of the new C++ rewrite is now live at https://github.com/MaximumOctopus/LEDMatrixStudio Look in the \portable folder. If you find a bug or oddity then please send me an email.DiscussC++
DevOpsParthudevopsparthu.hashnode.dev·3 minutes agoDay 2 Task: Basics linux commandIMAGES 🐧 LINUX COMMAND 💻 📂 Navigate through Directories: cd: Change directory, to move to a different folder. ls: List files and directories in the current folder. 📄 Work with Files: touch: Create an empty file. cp: Copy files or director...DiscussDevops
Bashar Omarbasharomar.hashnode.dev·13 minutes agoSoftware Release Life CycleIntroduction The Software Release Life Cycle comprises stages that any program, tool, or even operating system goes through from conception to the launch of the final version. This process encompasses phases from the trial version to the enhanced ver...Discusssoftware development
DevOpsParthudevopsparthu.hashnode.dev·14 minutes agoIntroduction - Day 1This is the day you have to take this challenge and start your #90DaysOfDevOps with the #TrainWithShubham Community IMAGE What is DevOps DevOps, short for Development and Operations, is a set of practices, principles, and cultural ideas that aim to...DiscussDevops
Prohosterprohoster22.hashnode.dev·22 minutes agoA Course In Miracles Made Easy: Key PointsAnyone who has ever opened A Course In Miracles knows that the book is not exactly a light read. The language is extremely dense and often technical, referring to a number of Biblical ideas and terms in a way most people haven’t ever seen before. If ...Discuss
Sam Majisammaji.hashnode.dev·23 minutes agoBeginner's guide to monorepos and turborepo.In this article we will look at how to manage monorepos using turbo repo. Monolithic repositories or monorepos are code bases where multiple projects are stored in a single place. Code can be shared between multiple projects and versioned separately....Discuss·10 likesturborepo
Narayana M V Lblog.macrofiy.com·33 minutes agoES14: A Game Changer for JavaScript DevelopmentThe latest version of JavaScript, ECMAScript 2023 (ES14), brings a range of new features and improvements to the language. Let's explore some of the most notable additions: 1. New Array Methods ES14 introduces several new methods for working with arr...DiscussES14