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·88 likes·297 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·444 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·9 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·an hour 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
mr shaddigitallife.hashnode.dev·4 minutes agoChoosing the Right Technologies for Full-Stack DevelopmentFull Stack Development is an exciting and dynamic field that deals with a variety of techstacks and programming languages. This domain offers a wide range of opportunities for those who want to explore this world. However, due to the large options of...DiscussFull Stack Development
Vinayak Salunkheyes-we-can-devops.hashnode.dev·18 minutes agoMySQL Database on AWS RDS#How to Setup MySQL Database on AWS RDS #Step 1: Log in to AWS Management Console and Navigate to RDS Login to AWS Management Console and search for ‘RDS’. Once you see RDS, click on it to open the RDS service. #Step 2: Select a Region to Create your...Discuss
Vinayak Salunkheyes-we-can-devops.hashnode.dev·19 minutes agoEKS SetupPrerequisites: Configuring the AWS CLI and kubectl Note: Use the AWS's root account for this project. AWS CLI – A command line tool for working with AWS services, including Amazon EKS. Configure the AWS CLI and kubectl on your local machine to intera...Discuss
Nhan Nguyennhannguyen.hashnode.dev·21 minutes agoZod - TypeScript-first schema declaration and validation library #5✨ Extract a Type from a Parser Object ✨ We have a function to print our StarWarsPeopleResults to the console: Update the Logging Function: Using z.infer and passing it typeof StarWarsPeopleResults. This passes in the schema from Zod, and returns a t...DiscussZodProgramming Blogs
SimeonOnSecuritysimeononsecurity.hashnode.dev·22 minutes agoUnlocking Virtualization: Boost IT Efficiency & ScalabilityRead the full article at https://simeononsecurity.com Understanding Virtualization: Concepts and Applications # Virtualization is a fundamental concept in modern computing that allows for the creation of virtual versions of various resources, such as...Discuss
SimeonOnSecuritysimeononsecurity.hashnode.dev·22 minutes agoRAID Technology Decoded: Enhancing Data Storage with RedundancyRead the full article at https://simeononsecurity.com Understanding RAID: Types and Their Uses in Data Storage # RAID (Redundant Array of Independent Disks) is a technology used in data storage to improve performance, reliability, and fault tolerance...Discuss
SimeonOnSecuritysimeononsecurity.hashnode.dev·22 minutes agoTouch, Click, Swipe: Tracing the Journey of Input DevicesRead the full article at https://simeononsecurity.com The Evolution of Input Devices: From Keyboards to Touchscreens # The evolution of input devices has played a significant role in shaping the way we interact with computers and other electronic dev...Discuss