Programming Tutorials

Curated development tutorials from top sources. Filter by language.

All python javascript php go ruby java rust typescript general sql
dev.to realpython freecodecamp

3488. Closest Equal Element Queries

3488. Closest Equal Element Queries Difficulty: Medium Topics: Senior, Array, Hash Table, Binary Search, Weekly Contest 441 You are given a circula

php dev.to Apr 16, 2026

Greedy Arrays in PHP

In some optimized PHP applications, you may occasionally see “strange code” like $this->array = [] after heavy usage. There’s an array that held many

php dev.to Apr 16, 2026

Parallel file downloading with cURL

A consequence of full cURL integration into the EventLoop. The option CURLOPT_FILE => $fp tells #cURL to write output directly to a file, which goes t

php dev.to Apr 16, 2026

SSE and PHP-FPM don't play well together

I was building a chatbox on my dedicated server — a shared space where members could exchange data and communicate in real time. On the server side, I

php dev.to Apr 16, 2026
« Prev Page 31 of 48 Next »