Lisa Notes
Author

Lisa Notes

Lisa's notes: musings on daily life, work, study, personal growth, and casual reflections.

81
Articles
0
Likes
52
Views
0
Comments
Recent Articles

Latest from Lisa Notes

81 recent articles
Lisa Notes
Lisa Notes
Apr 21, 2026 · Fundamentals

Python Lists: Nested Structures and List Comprehensions Explained

This tutorial walks through Python list basics, showing how to define one‑, two‑ and three‑dimensional lists, access elements via indexing, and use list comprehensions to generate sequences, filter odd numbers, and compute squares, with complete code examples and their outputs.

ListsPythonlist-comprehension
0 likes · 4 min read
Python Lists: Nested Structures and List Comprehensions Explained
Lisa Notes
Lisa Notes
Apr 18, 2026 · R&D Management

Why Huawei Adopted IBM’s IPD Model for R&D Management

The article examines how Huawei, facing high R&D waste, long cycles and declining margins, looked to IBM’s turnaround under Gerstner and its Integrated Product Development (IPD) framework as a blueprint to build a systematic, efficient R&D system for long‑term products.

HuaweiIBMIPD
0 likes · 7 min read
Why Huawei Adopted IBM’s IPD Model for R&D Management
Lisa Notes
Lisa Notes
Apr 18, 2026 · Fundamentals

Java Basics: Building a Car Class from Scratch

This learning note walks through a complete Java Car class example, explaining its instance fields (brand, color, speed, id), a static count field, a parameterized constructor that auto‑increments the count, and accessor methods that illustrate core object‑oriented concepts.

ClassConstructorJava
0 likes · 4 min read
Java Basics: Building a Car Class from Scratch
Lisa Notes
Lisa Notes
Apr 17, 2026 · Industry Insights

Why Humanoid Robots Are Booming Yet Hard for the Average Person to Join – An Industry Chain Overview

The article traces the historical roots of humanoid robots, outlines safety protocols like Asimov's Three Laws, categorises robot generations and control types, dissects the upstream‑downstream supply chain with component cost breakdowns, examines manufacturing processes, showcases key application scenarios, and analyses emerging business models and challenges in the fast‑growing robotics market.

AI safetyHumanoid Robotsindustrial automation
0 likes · 24 min read
Why Humanoid Robots Are Booming Yet Hard for the Average Person to Join – An Industry Chain Overview
Lisa Notes
Lisa Notes
Apr 17, 2026 · Fundamentals

Mastering Java’s this Keyword: A Beginner’s Guide from Scratch

This tutorial explains how the Java this keyword references the current object, showing its use for accessing shadowed member variables and invoking other constructors through clear code examples such as Point and Rectangle classes.

Object-OrientedTutorialconstructor chaining
0 likes · 6 min read
Mastering Java’s this Keyword: A Beginner’s Guide from Scratch
Lisa Notes
Lisa Notes
Apr 16, 2026 · R&D Management

Project Management Pitfalls: The Two Most Common Issues and How to Fix Them

The article examines two frequent project‑management problems—ever‑changing requirements and internal team friction—illustrates each with real‑world cases, and shows how strict change‑control procedures and daily stand‑ups can cut informal requests by 50% and double iteration speed.

Project Managementchange controldaily standup
0 likes · 4 min read
Project Management Pitfalls: The Two Most Common Issues and How to Fix Them
Lisa Notes
Lisa Notes
Mar 31, 2026 · Fundamentals

Java Objects from Scratch: A Step‑by‑Step Guide

This tutorial walks through the fundamentals of Java objects, covering declaration, instantiation, referencing, practical code examples—including a HelloTest class and a Point/Rectangle demo—and explains Java's automatic garbage collection and manual cleanup techniques.

ConstructorsGarbage CollectionJava
0 likes · 10 min read
Java Objects from Scratch: A Step‑by‑Step Guide