Tagged articles
9 articles
Page 1 of 1
php Courses
php Courses
Nov 17, 2025 · Backend Development

Why PHP Should Swap Variables Like Reusable Resources

The article examines PHP's current variable handling, proposes treating variables as reusable resources to cut memory usage and boost performance, and outlines practical techniques, benefits, challenges, and future directions for such optimizations.

Copy-on-WritePHPVariable Management
0 likes · 7 min read
Why PHP Should Swap Variables Like Reusable Resources
Dunmao Tech Hub
Dunmao Tech Hub
Aug 21, 2025 · Fundamentals

Understanding Rust Borrowing: Multiple Immutable vs Single Mutable References

This article explains Rust’s core borrowing rules—allowing any number of immutable references, permitting only one mutable reference, and forbidding their coexistence—detailing the concept of lifetimes, providing code examples for each rule, and highlighting the safety benefits for concurrent programming.

BorrowingLifetimesMemory Safety
0 likes · 6 min read
Understanding Rust Borrowing: Multiple Immutable vs Single Mutable References
Liangxu Linux
Liangxu Linux
May 3, 2025 · Fundamentals

Why C++ References Aren’t Just Fancy Pointers – A Deep Dive

Discover the true nature of C++ references—from intuitive aliases and their advantages over pointers, to underlying implementation, right‑value and forwarding references, practical use‑cases, common pitfalls, and modern best practices—empowering you to write safer, cleaner, and more efficient C++ code.

C++programmingreferences
0 likes · 19 min read
Why C++ References Aren’t Just Fancy Pointers – A Deep Dive
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 24, 2021 · Fundamentals

Comprehensive Java Fundamentals and Interview Guide

This article provides a thorough overview of Java fundamentals for interview preparation, covering JVM/JRE/JDK relationships, bytecode advantages, language features, OOP concepts, exception handling, garbage collection, reference types, and common pitfalls, supplemented with code examples and practical tips to strengthen core Java knowledge.

ExceptionsJVMJava
0 likes · 37 min read
Comprehensive Java Fundamentals and Interview Guide
MaGe Linux Operations
MaGe Linux Operations
May 19, 2021 · Fundamentals

Python Variable Scope, References, Lambdas & Recursion Explained

This article explains the differences between local and global variables in Python, how to modify globals with the global keyword, the behavior of mutable and immutable objects, demonstrates variable scope with code examples, and also covers references, lambda anonymous functions, and recursive implementations such as factorial calculations.

LambdaPythonRecursion
0 likes · 6 min read
Python Variable Scope, References, Lambdas & Recursion Explained
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 8, 2018 · Fundamentals

Understanding Java Reference Types and JVM Memory Management

This article explains Java's four reference types, the JVM's memory layout, object lifecycle states, common garbage‑collection algorithms, collector implementations, heap segmentation, class‑loading mechanics, and includes typical interview questions to help developers master memory management in Java.

Garbage CollectionHeapJVM
0 likes · 15 min read
Understanding Java Reference Types and JVM Memory Management
Model Perspective
Model Perspective
Feb 23, 2016 · Fundamentals

Why My Articles Lack References: Lessons on Academic Writing Basics

The author reflects on why their public articles omit references, contrasts personal writing habits with formal academic paper processes, and explains the importance of citing sources and distinguishing heuristic versus problem‑oriented references to strengthen scholarly credibility.

academic writingarticle vs paperreferences
0 likes · 4 min read
Why My Articles Lack References: Lessons on Academic Writing Basics