Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Efficiently handle large datasets, huge files and data streams with PHP generators

Efficiently handle large datasets, huge files and data streams with PHP generators
Handling large files (for example, CSV/text files) or HTTP data streams in PHP can be challenging, especially when using traditional methods that load all data into memory. In this article, we’ll co...
27.03.2025 0 Read More

Python Generators: Your Secret Weapon for Big Data (Without Big Memory!)

Ever tried to open a massive file in Python, maybe a huge log file or a giant dataset, only to have your computer slow to a crawl or even crash? 😩 You probably ran out of memory!Often, we read file...
13.04.2025 0 Read More

Understanding keyword Yield in Dart + Examples in other languages

Understanding yield across languages (with examples) The yield keyword might look simple — but it hides a lot of power. In my latest article, I explain how yield works to create generators,...
18.04.2025 0 Read More

🔁 Harnessing Python Generators for Efficient Data Streaming in Stock APIs

Efficient Data Handling with Generators In modern backend development, especially when dealing with large volumes of financial or time-series data, efficiency, responsiveness, and scalability...
30.04.2025 0 Read More
Loading...
#reading
Cursor's New "/Generate Cursor Rules" Feature: A Game-Changer for Development Team
0
Common POS System Problems and How to Fix Them
0
LangGraph + MCP + Ollama: The Key To Powerful Agentic AI
0
Chainlink Launches Payment Abstraction System, Overtime’s Full Account Abstraction UX, Paradigm’s EIP-7702 Demos
0
TreeHop: Faster Multi-Hop QA via Efficient Query Embedding
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0