Tagged articles
11 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Apr 26, 2026 · Industry Insights

When Should AI Take Over Reading? Defining the Limits of Automation

The author reflects on automating reading with AI, distinguishing information gathering from thinking exercises, and proposes a three‑question framework to decide when automation adds value versus when personal reading is essential, ultimately choosing to limit AI to pre‑ and post‑reading tasks.

AIAutomationProduct Design
0 likes · 6 min read
When Should AI Take Over Reading? Defining the Limits of Automation
DevOps
DevOps
Oct 24, 2024 · Backend Development

Approaching Theory Books and Essential Backend Development Reading List

The article explores why we read, how to overcome difficulties with theory books by using videos and structured frameworks, and provides a curated list of essential backend development books along with practical advice for turning reading into deeper critical thinking and wisdom.

Book Recommendationslearning strategiesreading
0 likes · 7 min read
Approaching Theory Books and Essential Backend Development Reading List
Cognitive Technology Team
Cognitive Technology Team
May 2, 2024 · Fundamentals

How Programmers Can Broaden Their Horizons

The article offers practical advice for programmers to expand their perspective by increasing reading, leveraging quality learning sites, joining technical communities, writing or open‑sourcing code, and staying aware of frontier technologies, emphasizing continuous growth and deeper industry understanding.

Career Developmentcommunitylearning
0 likes · 5 min read
How Programmers Can Broaden Their Horizons
php Courses
php Courses
Jan 10, 2024 · Backend Development

Using PHP fgetc() to Read Characters from Files and Standard Input

This article explains PHP's fgetc() function for reading a single character from an opened file or standard input, demonstrates how to open files with fopen(), shows example code for character-by-character reading using a while loop, and provides a user input handling example with a switch statement.

Backendfgetcfile-handling
0 likes · 4 min read
Using PHP fgetc() to Read Characters from Files and Standard Input
Python Programming Learning Circle
Python Programming Learning Circle
Apr 9, 2021 · Fundamentals

Python File I/O: Reading and Writing Files

This article explains how Python interacts with the operating system to open, read, write, and close files using the built‑in open() function, various file modes, error handling, the with statement for automatic resource management, and considerations for binary data and character encodings.

encodingfile-ioreading
0 likes · 7 min read
Python File I/O: Reading and Writing Files