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ยท101 likesยท443 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ยท83 likesยท479 readsProduct Updates ๐Hashnode
Ayomide Aluko oxayomide.hashnode.devยท10 hours agoHow to build a Discord Bot with PythonDiscord is a popular platform for communication among communities(of developers, web3 folks, etc), and friends. Several companies also use Discord to manage their relationship with users. It has served as a repository for managing communities over ti...Discussยท11 likesPython
Md Taqui imamforToday'sCodemdtaquiimam.hashnode.devยท14 hours ago๐ฅ 9 Useful Web Extensions For Developers ๐Hii ๐ Developers! Today I wanted to share some of the useful chrome extensions for you, They are really handy and can save your time too. These Chrome extensions are Almost free to use. And if you want weekly tech News and stay ahead with the latest...Discussยท20 likeswebdev
Alex Vallealexvalle.devยท7 minutes agoAdventJS 2023: Day 9 ChallengeThe solution to the Challenge #9 of AdventJS 2023 The solution to the previous challenge The solution to the next challenge Challenge Description They are turning on the Christmas lights ๐ in the city and, as every year, they have to be fixed! The l...DiscussAdventJS 2023JavaScript
Darth Byter8bytes8.hashnode.devยท16 minutes agoUnderstanding the Symphony of Immutability and Mutability in Programming: A Learning ReflectionIn programming, what determines the design choices behind data structures? Recently, I found myself pondering a seemingly simple question: why are strings immutable while lists are mutable if a string is essentially just a list of characters? As I de...Discussimmutable string vs mutable list
Navin Avadhaninaviava.hashnode.devยท21 minutes agoInsertion Sort Algorithm in TypeScriptInsertion Sort is a simple and efficient comparison-based sorting algorithm. It builds the final sorted array one element at a time. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or merge sort, bu...Discussinsertion sort
Dyacon Frostdyaconf.hashnode.devยท26 minutes agoNym Token Economics: A Comprehensive Overview of Vesting, Supply, and Staking ParametersIntroduction:The NYM token, a fundamental component of the Nym privacy system, operates on a unique and decentralized economic model. Beyond being a reward system, the NYM token also serves as a signal for node reputation within the community, influe...Discussprivacy
Navin Avadhaninaviava.hashnode.devยท29 minutes agoSelection Sort Algorithm in TypeScriptSelection Sort is a simple comparison-based sorting algorithm that divides the input list into two parts: a sorted subarray and an unsorted subarray. The algorithm repeatedly selects the smallest (or largest, depending on the sorting order) element f...Discussselection sort
Prasanth Bupdbupd.hashnode.devยท37 minutes agoContribute to Zulip: A Beginner's GuideAre you eager to contribute to the vibrant Zulip open-source community but intimidated by the initial setup process? Fear not! This beginner-friendly guide will walk you through the essential steps, overcoming common setup challenges and empowering y...Discusszulip
Navin Avadhaninaviava.hashnode.devยท39 minutes agoBubble Sort Algorithm in TypeScriptBubble Sort is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items, and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted. It is ...Discussbubble sort
Dominik KellerforLow-Code Software Engineeringfive.hashnode.devยท42 minutes agoCreate a Custom App On The Shopify API In 3 StepsMany businesses that sell products or services online use Shopify, a software that helps them create and manage their online stores. Shopify is popular because it is easy to use and reliable. But even Shopify has limits: that's why many businesses cr...Discusscustom application