Programming Tutorials

Curated development tutorials from top sources. Filter by language.

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

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

Learn Software System Design

Level up your system design skills! We just published a course on the freeCodeCamp.org YouTube channel that progresses from foundational concepts to p

general freecodecamp Apr 16, 2026

Operators in Java – Complete Guide

In Java, operators are used to perform different kinds of operations on variables and values. Instead of writing long logic, operators help us do thin

java dev.to Apr 16, 2026

How dashboards work part 2

Building a Dynamic Dashboard with Flask, Jinja2, HTML, CSS, and JavaScript Dashboards are one of the most common and valuable interfaces in

python dev.to Apr 16, 2026
« Prev Page 380 of 545 Next »