Tag

learning

1 views collected around this technical thread.

Model Perspective
Model Perspective
Mar 29, 2025 · Fundamentals

Why Do Top Students Avoid Careless Mistakes? Insights from the Learning Power Revolution

Drawing on the book “Learning Power Revolution,” this article categorizes four types of carelessness, outlines a five‑module ideal learning system, and reveals how elite Tsinghua students use multi‑layer verification and proactive error‑warning strategies to dramatically reduce simple mistakes.

cognitive psychologyeducationerror reduction
0 likes · 12 min read
Why Do Top Students Avoid Careless Mistakes? Insights from the Learning Power Revolution
Architecture Digest
Architecture Digest
Feb 28, 2025 · R&D Management

Why Programmers Should Not Stay at One Company for Too Long

The article examines why software developers typically change jobs every 1‑3 years, citing industry statistics, recruiter observations, and the importance of continuous learning and career advancement, especially as large tech firms retain talent briefly while smaller companies offer limited growth opportunities.

careerjob hoppinglearning
0 likes · 6 min read
Why Programmers Should Not Stay at One Company for Too Long
Test Development Learning Exchange
Test Development Learning Exchange
Feb 21, 2025 · Fundamentals

Python Fundamentals Tutorial

This tutorial introduces Python's basic operations and data types with practical examples to help beginners understand the fundamentals.

Basic OperationsData TypesPython
0 likes · 8 min read
Python Fundamentals Tutorial
Model Perspective
Model Perspective
Feb 20, 2025 · Fundamentals

Why Feedback Turns Simple Repetition into Real Progress

The article explains how feedback transforms mere repetition into meaningful iteration by comparing recursive sequences and linear functions, illustrating the concept with learning cycles and Kandinsky’s artistic process, and showing when feedback matters most for effective growth.

FeedbackIterationart
0 likes · 8 min read
Why Feedback Turns Simple Repetition into Real Progress
Model Perspective
Model Perspective
Jan 22, 2025 · Fundamentals

How Feynman's Playful Mindset Can Transform Your Learning

This article explores Richard Feynman's playful approach to learning, showing how curiosity, hypothesis testing, and a beginner's mindset can turn everyday observations into scientific insight and foster creative, self‑driven education.

Feynmancuriosityeducation
0 likes · 8 min read
How Feynman's Playful Mindset Can Transform Your Learning
php中文网 Courses
php中文网 Courses
Dec 10, 2024 · Backend Development

Understanding and Building a PHP Interpreter with C

This course introduces the background and features of PHP, explains the role and inner workings of the PHP interpreter—including lexical analysis, parsing, and the virtual machine—and guides students through implementing interpreter modules in C, culminating in a hands‑on project to build a simple PHP interpreter.

C languageCompilerInterpreter
0 likes · 3 min read
Understanding and Building a PHP Interpreter with C
php中文网 Courses
php中文网 Courses
Nov 21, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—while also outlining the course chapters covering MVC, routing, error handling, namespaces, singleton pattern, configuration, and database operations.

MVCPHPbackend
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
Deepin Linux
Deepin Linux
Nov 2, 2024 · Fundamentals

Curated List of C++ Open‑Source Projects for Learning from Beginner to Advanced

This article presents a curated collection of C++ open‑source projects ranging from beginner-friendly tutorials and simple games to intermediate libraries and advanced frameworks, offering detailed descriptions, difficulty levels, and GitHub links to help developers progressively enhance their coding skills and understand complex system design.

AdvancedBeginnerC++
0 likes · 29 min read
Curated List of C++ Open‑Source Projects for Learning from Beginner to Advanced
php中文网 Courses
php中文网 Courses
Sep 24, 2024 · Backend Development

Why Build a Custom PHP Framework – Course Outline and Learning Benefits

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, deepening technical understanding, improving maintainability, performance, usability, and security—and provides a detailed chapter‑by‑chapter outline of the accompanying learning material.

MVCPHPbackend
0 likes · 3 min read
Why Build a Custom PHP Framework – Course Outline and Learning Benefits
php中文网 Courses
php中文网 Courses
Aug 22, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—and provides a detailed chapter and section outline for a self‑study course.

MVCPHPbackend
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
May 7, 2024 · Frontend Development

Comprehensive TypeScript Course Outline

This article presents a detailed TypeScript course syllabus covering fundamentals, advanced concepts, and practical applications, including installation, VSCode setup, data types, enums, generics, classes, interfaces, modules, and QR‑code access for learners.

CourseTypeScriptfrontend
0 likes · 2 min read
Comprehensive TypeScript Course Outline
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.

Communitycareer developmentlearning
0 likes · 5 min read
How Programmers Can Broaden Their Horizons
php中文网 Courses
php中文网 Courses
Apr 18, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, learning core concepts, ensuring long‑term maintainability, optimizing performance, improving usability, and enhancing security—while also presenting a detailed chapter and section outline for a self‑study course.

Custom FrameworkMVCframework
0 likes · 4 min read
Why Build a Custom PHP Framework and Course Outline
JD Retail Technology
JD Retail Technology
Apr 11, 2024 · Backend Development

From Student to Influential Backend Engineer: My Journey with AI, Large‑Model Systems, and Technical Growth at JD

This article recounts how a JD 2023 campus recruit transformed from a confused student into a technically influential backend engineer by self‑learning, building a large‑model‑driven AI system, contributing to open‑source, winning awards, and reflecting on the challenges and opportunities of modern software development.

AILarge Modelsbackend
0 likes · 13 min read
From Student to Influential Backend Engineer: My Journey with AI, Large‑Model Systems, and Technical Growth at JD
FunTester
FunTester
Mar 22, 2024 · Fundamentals

Why Testers Often Feel They Stop Learning and How to Overcome It

The author reflects on why software testers frequently feel they have exhausted learning opportunities, identifies common misconceptions, and emphasizes that hands‑on practice, continuous coding, and real‑world feedback are essential to break the plateau and achieve meaningful growth.

Feedbackautomationcareer development
0 likes · 7 min read
Why Testers Often Feel They Stop Learning and How to Overcome It
Tencent Cloud Developer
Tencent Cloud Developer
Mar 5, 2024 · Fundamentals

Programmer's Growth: Eight Key Lessons from 15 Years of Experience

After fifteen years of software development, the author learns that writing good code demands rapid trial‑and‑error, modular design, SOLID principles, early unit testing, and controlled complexity, while avoiding perfectionism, embracing stakeholder communication, and focusing on high‑ROI learning to create reusable, maintainable tools.

career developmentcode qualitycomplexity management
0 likes · 21 min read
Programmer's Growth: Eight Key Lessons from 15 Years of Experience
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 30, 2023 · Backend Development

My Journey Learning Java: From Fundamentals to Frameworks and Key Lessons

This reflective article chronicles the author’s multi‑year experience learning Java, from early textbook study and basic data types through Java Web development, framework exploration, and source‑code analysis, while sharing practical advice on consistent learning, focused study, and avoiding common pitfalls.

JavaSpringWeb
0 likes · 9 min read
My Journey Learning Java: From Fundamentals to Frameworks and Key Lessons
Model Perspective
Model Perspective
Nov 27, 2023 · Fundamentals

Mastering Decision-Making: How Bayesian Thinking Transforms Uncertainty

Bayesian thinking offers a powerful framework for updating beliefs by combining prior knowledge with new evidence, enabling more precise probability estimates and better decisions in uncertain, rapidly changing environments, illustrated through everyday examples like weather forecasts and cooking, and extending to fields such as medical diagnosis.

bayesiandecision makinglearning
0 likes · 9 min read
Mastering Decision-Making: How Bayesian Thinking Transforms Uncertainty
Model Perspective
Model Perspective
Nov 16, 2023 · Fundamentals

Unlocking Math Mastery: 9 Timeless Lessons from Shing‑Tong Yau

The article distills nine key learning principles from Shing‑Tong Yau’s experiences, covering academic attitude, foundational skill building, interdisciplinary study, independent thinking, and scholarly communication, offering practical guidance for anyone aiming to excel in mathematics and related fields.

Interdisciplinaryeducationlearning
0 likes · 10 min read
Unlocking Math Mastery: 9 Timeless Lessons from Shing‑Tong Yau