• Feed
  • Discussions

Changelog

New steps component and improved accessibility on Hashnode's blog and docs product.

New steps component and improved accessibility on Hashnode's blog and docs product.

Nov 05, 2024·
new

Trending Articles

Shop Smarter: How to Use Crypto to Buy Gift Cards for Dominos, BigBasket, OLA & More — All in One App

Blessing Antia·41 reads

SolvBTC.BERA Now Live on Berachain: Unlock PoL Yields for Bitcoin Holders

WEALTH 💎·29 reads

The Impact of Ooneworld: Driving Innovation and Purpose in Community Empowerment

Smart Edeh·33 reads

Top commenters this week

Writing Challenges

Jhon Sina
Jhon Sina
Daniel Kambale
Daniel Kambale
alejandro saenz
alejandro saenz
David Fernandez
David Fernandez
Areeba Nishat
Areeba Nishat
#2Articles1Week Challenge

Become better at technical writing; accept Hashnode's writing challenge for four weeks.

#2Articles1Week Challenge
#WomenWhoTech

Share your story, achievements, or experiences as a woman, non-binary folk in tech or as a #WomenWhoTech ally!

#WomenWhoTech
Self Starter

Publish your first article on Hashnode and become a self starter!

Self Starter
Serial Blogger

Publish an article every day for 7 days and earn a cool serial blogger badge!

Serial Blogger
Talk of the town

Write a story that drives amazing engagement on Hashnode and become the talk of the town!

Talk of the town
Word Warrior

Write an in-depth article on your Hashnode blog that's more than 2000 words and become a word warrior!

Word Warrior
Akash Desarda
Akash Desarda
importidea.dev·Apr 26, 2025
Apr 26, 2025
Featured

From Failure to Flow: How I Used Polars to Conquer Memory Issues in Our Data Pipelines

Ever been bogged down by data pipelines crashing due to memory issues? It's a frustratingly common problem in data engineering projects. This post chronicles my experience of identifying and resolving memory bottlenecks in our data processing using t...

From Failure to Flow: How I Used Polars to Conquer Memory Issues in Our Data Pipelines
Discuss·4 likes·133 reads
Data Engneering
Lazyframe
GreenFlux
GreenFlux
blog.greenflux.us·Apr 21, 2025
Apr 21, 2025
Featured

Building a Knowledge Graph Locally with Neo4j & Ollama

Knowledge graphs, also known as semantic networks, are a specialized application of graph databases used to store information about entities (person, location, organization, etc) and their relationships. They allow you to explore your data with an in...

Building a Knowledge Graph Locally with Neo4j & Ollama
Discuss·39 likes·434 reads
Neo4j
Abigeal Afolabi
Abigeal Afolabi
abigeal.hashnode.dev·Apr 17, 2025
Apr 17, 2025
Featured

Why Your Node.js App Freezes (And How Worker Threads Can Save You)

You've built an awesome Node.js app that your friends love using. Then disaster strikes - someone tries to generate a report and your entire application freezes. Everyone's experience grinds to a halt. This happens because Node.js runs on a single th...

Why Your Node.js App Freezes (And How Worker Threads Can Save You)
Discuss·30 likes·92 reads
Node.js
Ujjwal Mahar
Ujjwal Mahar
ujjwalmahar.hashnode.dev·Apr 15, 2025
Apr 15, 2025
Featured

Lessons Learned from Running Serverless Applications in Production on AWS

Introduction Have you heard about serverless on AWS? It sounds amazing: your code scales up automatically, you only pay when it runs, and you don't have to worry about servers. Tools like AWS Lambda, API Gateway, and DynamoDB make this possible. Gett...

Lessons Learned from Running Serverless Applications in Production on AWS
Discuss·24 likes·139 reads
acdblr-blogathon
Mikey Nichols
Mikey Nichols
journeytocode.io·Apr 13, 2025
Apr 13, 2025
Featured

Advanced Patterns & Integration with Frameworks

Web Components promise the holy grail of front-end development: truly reusable, framework-agnostic components that work anywhere. Yet many developers struggle to integrate these universal building blocks with popular frameworks like React, Angular, o...

Advanced Patterns & Integration with Frameworks
Discuss·21 likes·146 reads
Journey to Web Components: From Fundamentals to Advanced UI Architecture
Web Components
Vitaly Batrakov
Vitaly Batrakov
vbat.dev·Apr 06, 2025
Apr 06, 2025
Featured

Rules of Structured Concurrency

You can find video version of this article here. In the previous article, we covered the key aspects of Swift Concurrency to build a solid mental model of it. In this article, we will discuss structured and unstructured tasks. You’ll see that their ...

Rules of Structured Concurrency
Discuss·15 likes·3328 reads
structured concurrency
Victoria Lo
Victoria Lo
lo-victoria.com·Apr 07, 2025
Apr 07, 2025
Featured

The Truth about Vibe Coding (feat. GitHub Copilot Agent Mode)

Hello and welcome to another Articles by Victoria! This weekend, my friends and I have been talking a lot about the revolutionary AI tools we see emerging. We came across the term "vibe coding," which apparently describes the art of coding without ac...

The Truth about Vibe Coding (feat. GitHub Copilot Agent Mode)
Discuss·39 likes·1648 reads
AI, but make it make sense
vibe coding
GreenFlux
GreenFlux
blog.greenflux.us·Apr 06, 2025
Apr 06, 2025
Featured

Markdown Editor and Knowledge Graph Notes App with Vis.js in FileMaker Pro

Markdown is used widely in programming, documentation, content creation, GitHub, and lots of other areas in tech. One of the most popular Markdown editors is Obsidian, a note taking app with an interesting graph view that shows how all of your notes ...

Markdown Editor and Knowledge Graph Notes App with Vis.js in FileMaker Pro
Discuss·22 likes·203 reads
FileMaker Pro
knowledge graph
Mike Vincent
Mike Vincent
mike-vincent.hashnode.dev·Mar 31, 2025
Mar 31, 2025
Featured

Quark's Outlines: Python Lexical Analysis

Synopsis of Python Lexical Analysis What is lexical analysis? If you want to understand how Python reads your code, then you must first learn about lexical analysis. Lexical analysis is the first step in how Python reads and runs your code. It means ...

Quark's Outlines: Python Lexical Analysis
Discuss·23 likes·73 reads
Quark's Outlines
Python
Nitesh Chaturvedi
Nitesh Chaturvedi
learnwithnitesh.hashnode.dev·Mar 29, 2025
Mar 29, 2025
Featured

A Deep Dive into AWS Load Balancers: CLB, ALB, NLB, and GWLB

Listen up, because this is important. If you're running anything on AWS—or hell, even thinking about it—you need to understand load balancing. You can't just throw traffic at a single server and hope for the best. That’s amateur hour. AWS gives you f...

A Deep Dive into AWS Load Balancers: CLB, ALB, NLB, and GWLB
Discuss·26 likes·71 reads
learnwithnitesh