Lessons 196
- Conditions: if · else · switch
- How the Internet Works (Client-Server)
The internet is a network of millions of connected computers where every conversation has two roles: the client (your browser/app) sends a REQUEST, the server (a computer running 24/7) sends a RESPONSE. Why: your entire stack is client-server — the Android app is a client, Supabase is a server, your future Spring Boot backend is your own server. Without this model, debugging "why isn't the data arriving" is impossible. When: whenever your app pulls data from a server, whenever you see "no connection," whenever you decide which side to write logic on. How: the client sends a request to the server's address → the server processes it (often reading from a database) → returns a response → the client displays it. Where: browser, your APK, Postman = clients; Supabase, your future Spring Boot = servers. Who: every developer — you, on both sides, because you'll write both client and server code.
- Sports Manager — Lesson 1
- Terminal (PowerShell)
A tool for controlling the computer with text commands (PowerShell/cmd/bash) — type a command, press Enter, get a result. Why: half of real developer work happens in the terminal — git push, gradle build, adb install, deploy — these have no button, only a command. And commands turn into scripts you can repeat with a single motion. When: every working day. How: command + parameters → the OS executes → result on screen; the pipe `|` streams one command's output into the next. Where: Windows Terminal / PowerShell on your PC, the IDE's own Terminal tab, and from Phase 13 onward, a Linux server's bash (same principle). Who: developers, DevOps, anyone who doesn't want to do the same thing twice by hand.
- Religious Writer — Lesson 1
- Language Teacher — Lesson 1
- Addresses: IP · Domain · DNS · Port
IP is a computer's numeric address on the network (140.82.121.4); a domain is its human-readable name (github.com); DNS is the "directory" that turns a name into an IP; a port is a specific "door" on that same machine (443, 8080). Why: without an address, lesson 1's request never arrives. You already hit ports today (localhost:8080, the Supabase URL), and in Phase 13 you'll attach a domain to your own server. When: writing a server URL, at the "port already in use" error, diagnosing "the site won't open," reaching a PC's backend from a phone. How: you type github.com → the OS asks DNS → DNS returns an IP → the request goes to that IP's specific port. Where: every network connection — browser to website, your APK to Supabase, PC to phone (wireless debugging is IP + port too). Who: developers every day; DevOps when configuring domains/DNS.
- Developer Workspace (JDK · IDE · Hello World)
The developer's full workspace: JDK (Java's compiler and runtime), IDE (a smart editor — IntelliJ IDEA) and terminal — installed and verified together. Why: a badly set up workspace steals hours every day; a good one underlines your mistake the moment you WRITE it, completes your code, turns a build into one button. When: right now — this is Phase 0's last lesson and Phase 3's (programming) entry door. How: install JDK → verify PATH/JAVA_HOME (lesson 2) → install IDE → new project → run your first code. Where: your Windows machine — the same setup (JDK + IDE) works for every Java developer on every OS. Who: you — from this point on, the owner of a working workspace.
- Chaos Theory Researcher — Lesson 1
- Systems Administrator — Lesson 1
- Swimming Coach — Lesson 1
- DevOps Engineer — Lesson 1
- Tennis Coach — Lesson 1
- NLP Engineer — Lesson 1
- Who's Who in the IT "City" (Industry Roles)
A map of the IT professions: frontend, backend, fullstack, mobile, QA, DevOps, DBA, Security, UI/UX, PM — each role with its own zone of responsibility. Why: so everything you learn finds its place on the map, and you consciously choose where to go deep — a solo developer wears all these "hats" in turn, so you need to recognize all of them. When: planning a curriculum, job-hunting, reading a job title ("what does a DevOps engineer actually do"), hiring someone. How: roles split by LAYER (client / server / data / infra) and by FUNCTION (builder / checker / organizer). Where: every company and project; in your own Samevian right now, every one of these roles is one person — you. Who: you, as "all-in-one" today; later, the people you'll collaborate with or hire.
- Healthcare Administrator — Lesson 2
Chronic disease management involves mitigating risk factors for leading causes of death, specifically heart disease, cancer, and diabetes. Key forms include coronary artery disease (CAD), type 2 diabetes, and various cancer types (breast, lung, prostate, colorectal, melanoma).
- Business Analyst — Lesson 1
The Federal Reserve's Survey of Consumer Finances (SCF), conducted every three years by the Board of Governors and fielded by NORC at the University of Chicago, is the primary source of nationally representative data on U.S. household finances. Variants and key components include detailed collection of assets (such as savings accounts, retirement plans, real estate, and business holdings) and liabilities (including mortgages, credit-card balances, auto loans, and student debt), alongside day-to-day money management data like emergency savings cushions and future expense planning.
- Content Writer — Lesson 1
- Brand Designer — Lesson 2
Abstract Expressionism is the first major American art movement to achieve international influence, emerging in New York in the 1940s. It encompasses two primary forms: gestural 'action painting' (characterized by energetic, improvisational mark-making) and color field painting (using large areas of color to evoke emotional or spiritual states).
- Physical Therapist — Lesson 1
Lesson 1 covers key health metrics and conditions in the United States, focusing on heart disease (including coronary artery disease as the most common type), diabetes and prediabetes, mental health illnesses such as depression and anxiety disorders, physical activity guidelines, and vaccination schedules. Key variants and forms include coronary artery disease (CAD), type 2 diabetes, major depressive episode, and anxiety disorders.
- Phlebotomist — Lesson 2
Lesson 2 covers core health metrics and prevention strategies established in CDC Scientific Publications, focusing on chronic conditions and preventive health measures such as physical activity, vaccination, and screening programs.
- Physical Education Teacher — Lesson 1
- Creative Director — Lesson 1
Arts engagement encompasses activities such as attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include literary reading, arts education programs, and participation in arts activities.
- Religious Administrator — Lesson 3
- Missionary — Lesson 1
Religion encompasses organized systems of belief, practice, and ethics relating to the sacred or supernatural. Major world religions include Christianity, Islam, Hinduism, Buddhism, and Judaism.
- The Browser in Action (+ DevTools)
A browser is a program that fetches HTML/CSS/JS files from a server and turns them into a visible, interactive page; DevTools (F12) is its internal "X-ray" — it shows every request and every error. Why: in frontend work (Phase 9) the browser is your stage, and F12 is the most powerful free debugging tool you'll ever need — your app's own www files (Capacitor) are literally a browser layer. When: "the page is blank," "the button doesn't work," "the data didn't arrive," "it's slow" — every one of these diagnoses starts at F12. How: URL → DNS (lesson 2) → HTTPS + GET (lesson 3) → receives HTML → while reading it, encounters CSS/JS/images and sends NEW requests for each → renders the page → JS brings it to life. Where: Chrome/Edge/Firefox on your PC; WebView on Android (a browser without an address bar, inside your APK). Who: frontend developers all day; but backend developers also check their own API via F12 → Network.
- Computer Vision Engineer — Lesson 1
- Immigration Attorney — Lesson 2
- Health Coach — Lesson 3
- Seminary Professor — Lesson 1
- Frontend Developer — Lesson 1
- Financial Advisor — Lesson 2
Lesson 2 covers core macroeconomic output measures, monetary policy tools, and household financial data sources. Its key forms and variants include U.S. gross domestic product (GDP) measured via the expenditure approach as C + I + G + (X − M), the federal funds rate set by the Federal Open Market Committee (FOMC), and the Survey of Consumer Finances (SCF) conducted by the Board of Governors and fielded by NORC at the University of Chicago.
- Environmental Scientist — Lesson 3
Lesson 3 covers the primary federal law governing water pollution known as the Clean Water Act (CWA), which establishes a framework for regulating the discharge of pollutants into U.S. waters and setting surface water quality standards, alongside key criteria air pollutants and environmental monitoring frameworks.
- Operators and Expressions
Operations on values: arithmetic (+ - * / %), comparison (== != > < >= <=, which produce a boolean), and logical (&& AND, || OR, ! NOT). Why: these are what let a program compute and decide — lesson 4's if is blind without a comparison operator. When: every calculation, every condition, every validation. How: an expression evaluates by precedence (* / % before + -), and parentheses beat everything. Where: on the right side of assignments, inside if and loop conditions. Who: you — the compiler only checks syntax, LOGIC is your responsibility.
- Theological Researcher — Lesson 2
- Journalist — Lesson 2
- Speech Language Pathologist — Lesson 2
- Waste Management Specialist — Lesson 3
Lesson 3 covers environmental monitoring and regulatory frameworks across U.S. ecosystems, including climate change impacts such as rising average temperatures, warmer ocean temperatures, severe wildfire seasons, accelerated global sea level rise, water pollution governance under the Clean Water Act, and criteria air pollutants monitored under the National Ambient Air Quality Standards (NAAQS).
- Rowing Coach — Lesson 2
- Fitness Instructor — Lesson 1
- Sports Referee — Lesson 2
- Substance Abuse Counselor — Lesson 2
- Network Engineer — Lesson 2
- Database Administrator — Lesson 2
- Adventure Guide — Lesson 1
- Marine Biologist — Lesson 3
Lesson 3 covers environmental monitoring, regulations, and climate change impacts as documented by the U.S. Environmental Protection Agency, including climate change indicators, water pollution frameworks under the Clean Water Act, and criteria air pollutants monitored under the National Ambient Air Quality Standards.
- UX Designer — Lesson 3
Arts engagement refers to participation in various forms of art, including attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include digital platform engagement, literary reading, and arts education programs.
- Biodiversity Officer — Lesson 2
Climate change poses significant risks to U.S. ecosystems and communities by driving rising average temperatures that lengthen the growing season and shift geographic ranges of plant and animal species, while warmer ocean temperatures contribute to coral bleaching events affecting approximately half of the Florida Reef Tract.
- Proofreader — Lesson 1
- AI Engineer — Lesson 3
- Technology Ethics Advisor — Lesson 1
- Contemplative Educator — Lesson 1
- Environmental Scientist — Lesson 2
Lesson 2 covers environmental monitoring and climate change metrics, focusing on criteria air pollutants monitored under the National Ambient Air Quality Standards (NAAQS) including particulate matter (PM2.5 and PM10), ground-level ozone, carbon monoxide, sulfur dioxide, nitrogen dioxide, and lead, alongside water pollution frameworks like the Clean Water Act (CWA).
- Dietitian — Lesson 3
- Mental Health Counselor — Lesson 2
- Legal Counsel — Lesson 3
- Graphic Designer — Lesson 1
Design integration in businesses, where professional workers such as engineers, craft workers, managers, and company leaders conduct design tasks to support products and services.
- Immigration Attorney — Lesson 3
- Platform Engineer — Lesson 1
- Substance Abuse Counselor — Lesson 1
- Respiratory Therapist — Lesson 2
- Geographer — Lesson 3
Plate tectonics is the unifying theory of Earth science, explaining the distribution of earthquakes, volcanoes, mountain ranges, and ocean basins. Earth's lithosphere is divided into approximately 15 major tectonic plates and several smaller ones that move at rates of 1–10 centimeters per year. Key boundary forms include divergent boundaries (mid-ocean ridges) where plates move apart and new oceanic crust forms, convergent boundaries where oceanic crust subducts beneath continental crust forming deep ocean trenches, volcanic arcs, and mountain ranges, and transform boundaries where plates slide horizontally past each other.
- Technical Program Manager — Lesson 1
- Social Services Manager — Lesson 2
- Market Research Analyst — Lesson 1
Lesson 1 covers foundational concepts in economics and finance as reported by the Federal Reserve, the World Bank, and the OECD. Key variants and forms include U.S. household finances surveyed via the Survey of Consumer Finances (SCF) covering assets and liabilities, U.S. gross domestic product (GDP) measured via the expenditure side as C + I + G + (X - M), human capital measured by the World Bank Human Capital Index (HCI), monetary policy tools such as the federal funds rate managed by the FOMC, and global economic and trade growth metrics from the OECD.
- Geopolitical Analyst — Lesson 2
Lesson 2 covers the fundamental properties of Earth's surface distribution and tectonic dynamics, incorporating the total land area of approximately 148.9 million square kilometers (29.2% of Earth's surface), water covering the remaining 70.8%, and the distribution of land across seven continents and major ocean basins. It includes plate tectonics—the unifying theory of Earth science explaining earthquakes, volcanoes, mountain ranges, and ocean basins—where Earth's lithosphere is divided into approximately 15 major tectonic plates and several smaller ones moving at rates of 1–10 centimeters per year.
- Monetary Policy Analyst — Lesson 1
- Charity Manager — Lesson 1
- Laboratory Analyst — Lesson 1
- Legal Research Analyst — Lesson 3
- Language Technology Developer — Lesson 2
- Animator — Lesson 1
Arts engagement refers to participation in arts activities, including attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include literary reading, digital arts engagement, and arts education programs like Poetry Out Loud.
- Recreation Manager — Lesson 2
- Data Engineer — Lesson 1
- Full Stack Developer — Lesson 3
- Organic Chemistry: Reaction Mechanisms and Molecular Bonding
Organic chemistry focuses on the study of the structure, properties, composition, reactions, and synthesis of carbon-containing compounds. Key variants include reaction mechanisms, which describe the step-by-step process of a chemical reaction, and molecular bonding, which refers to the interactions that hold atoms together in molecules.
- Visual Designer — Lesson 3
Design is actively used by 16 percent of firms, with design tasks conducted by various types of professional workers including engineers, craft workers, managers, and company leaders, and with variants including firms that allocate resources specifically for design or have a design budget.
- Compliance Officer — Lesson 1
- Gym Manager — Lesson 2
- Narrative Designer — Lesson 2
- Paramedic — Lesson 3
- Language Documentation Specialist — Lesson 2
- Trade Policy Analyst — Lesson 1
Gross Domestic Product (GDP) is the broadest measure of economic output, representing the total monetary value of all goods and services produced within a country in a given period. It is measured via the expenditure approach: Personal Consumption Expenditures (C), Gross Private Domestic Investment (I), Government Consumption and Investment (G), and Net Exports (X − M).
- Investment Banker — Lesson 3
The Survey of Consumer Finances (SCF) is the primary source of nationally representative data on U.S. household finances, conducted every three years by the Board of Governors and fielded by NORC at the University of Chicago. Key variants/forms of collected financial data include assets (such as savings accounts, retirement plans, real estate, and business holdings), liabilities (including mortgages, credit-card balances, auto loans, and student debt), and behavioral metrics on day-to-day money management, emergency savings cushions, and future expense planning.
- Graphic Designer — Lesson 3
Design integration in business and professional practices, capturing how U.S. firms incorporate design into their products and services as revealed by the Annual Business Survey (ABS). Key variants and forms include firms actively using design, allocating resources specifically for design, maintaining a design budget, and employing various professional workers such as engineers, craft workers, managers, and company leaders to conduct design tasks.
- Visual Designer — Lesson 1
Design is an active practice integrated into U.S. firms' products and services, where 16 percent of firms actively use design, and more than 40 percent of this group allocate resources specifically for design.
- Game Developer — Lesson 1
- Web Designer — Lesson 2
Arts participation encompasses various forms of engagement with the arts, including attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include digital arts engagement, literary reading, and arts education programs.
- Language Policy Specialist — Lesson 3
- Web Designer — Lesson 1
Arts engagement refers to participation in various forms of art, including attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include digital art engagement, literary reading, and arts education programs like Poetry Out Loud.
- Clinical Research Coordinator — Lesson 1
- Physician Assistant — Lesson 3
- The Software Development Life Cycle (SDLC)
SDLC (Software Development Life Cycle) is the mandatory sequence of 7 phases every software project passes through: idea -> requirements -> design -> build -> test -> deploy -> maintain. Why: this is your "zero to the last comma" path compressed into one line — your whole roadmap is this cycle unrolled, and Phase 14 is its execution by your own hand. When: starting any new project, feature, or even a bug fix ("which phase of the cycle am I in"); diagnosing any "it fell through" — almost always a phase got skipped. How: every phase has an INPUT (what it receives from the previous one), an OUTPUT (what it hands to the next), and a "done" criterion. Where: at every scale, from a 100-line script to Samevian — only the "thickness" of the phases differs. Who: every role from lesson 1 lives inside its own phase of the cycle — UI/UX in design, QA in testing, DevOps in deployment.
- Match Analyst — Lesson 1
- Religious Archaeologist — Lesson 3
- Treasury Analyst — Lesson 2
Lesson 2 covers foundational concepts in economics and finance, specifically focusing on U.S. gross domestic product (GDP) as the broadest measure of economic output, representing the total monetary value of all goods and services produced within the country in a given period [2]. GDP is measured from the expenditure side as C + I + G + (X − M): personal consumption expenditures (C, ~70% of GDP), gross private domestic investment (I, ~18%), government consumption and investment (G, ~17%), and net exports (X − M, typically negative for the U.S.) [2]. Real GDP growth averaged 2.3% annually from 1947 to 2023, while recessions are formally identified by the National Bureau of Economic Research (NBER) as a significant decline in economic activity spread across the economy, lasting more than a few months [2].
- Emergency Physician — Lesson 1
- Pollution Control Specialist — Lesson 3
Environmental monitoring and regulation involve the assessment of ecosystem health and the control of pollution. Key forms include the monitoring of criteria air pollutants (PM2.5, PM10, ground-level ozone, carbon monoxide, sulfur dioxide, nitrogen dioxide, lead) and water quality standards for surface waters.
- Comparative Religion Scholar — Lesson 2
- Radiologist — Lesson 2
Lesson 2 covers public health measures and preventive guidelines including vaccination schedules, physical activity requirements, and chronic disease risk reduction as established by CDC scientific publications. Key variants and forms include childhood and adult immunization schedules, moderate-to-vigorous physical activity guidelines, and lifestyle changes to prevent conditions like type 2 diabetes and heart disease.
- Church Administrator — Lesson 1
- Technical Program Manager — Lesson 2
- API Developer — Lesson 2
- Content Strategist — Lesson 1
- Backend Developer — Lesson 1
- Registered Nurse — Lesson 2
Lesson 2 covers public health measures and preventive guidelines including vaccination schedules, physical activity recommendations, and chronic disease prevention. Key variants and forms include childhood immunization schedules, aerobic and muscle-strengthening physical activities, and cancer screening programs.
- Legal Operations Specialist — Lesson 2
- Legal Secretary — Lesson 2
- Religious Heritage Manager — Lesson 3
- Health Informatics Specialist — Lesson 2
Lesson 2 covers public health and clinical medical data regarding chronic diseases, physical activity guidelines, and vaccination science as reported by the Centers for Disease Control and Prevention (CDC). Key variants and forms of health data explored include heart disease and coronary artery disease (CAD), cancer types and preventable risk factors, diabetes variants including type 2 diabetes, physical activity requirements (aerobic and muscle-strengthening), and vaccine mechanisms protecting against vaccine-preventable diseases.
- Motion Graphics Designer — Lesson 1
Abstract Expressionism is the first major American art movement to achieve international influence, emerging in New York in the 1940s and richly represented in MoMA's collection. The movement encompassed two broad tendencies: the gestural 'action painting' characterized by energetic, improvisational mark-making, and the color field painting using large areas of color to evoke emotional or spiritual states.
- Your First Language and the Program Skeleton
A programming language is the strict-grammar bridge between human and machine; yours is Java — the shortest path to both backend (Spring) and Android. Why: fundamentals (variable, condition, loop, function) are the same across ALL languages — deeply knowing one means learning a second in weeks; shallowly knowing five works with none. When: now, and ONLY Java until Phase 6 ends — remember this rule at every moment of "maybe I should switch languages" temptation. How: you write a .java file -> javac turns it into bytecode -> the JVM runs it on any OS (Phase 0, lesson 5's chain). Where: IntelliJ IDEA, package com.groundup.city — every Phase 3 lesson's code will live there. Who: you — Java is what stands under the Android world, Spring backends, and your own Samevian.
- 3D Artist — Lesson 2
Arts engagement refers to participation in various forms of art, including attending, creating, or performing art, and learning in the arts. Key variants include digital art engagement, literary reading, and participation in visual and performing arts events.
- Investment Analyst — Lesson 2
Gross domestic product (GDP) is the broadest measure of economic output, representing the total monetary value of all goods and services produced within the country in a given period. GDP is measured from the expenditure side as C + I + G + (X − M): personal consumption expenditures (C), gross private domestic investment (I), government consumption and investment (G), and net exports (X − M).
- Product Manager — Lesson 1
- Surgeon — Lesson 1
- Patient Care Technician — Lesson 2
Lesson 2 covers core public health principles and interventions, specifically focusing on vaccines, physical activity guidelines, and chronic disease prevention as documented by the CDC. Vaccines work by training the immune system to recognize and combat specific pathogens using weakened or inactivated antigens that trigger an immune response without causing disease. The CDC-recommended childhood immunization schedule protects children from 16 vaccine-preventable diseases before age 2, and vaccines are recommended at every stage of life. Physical activity guidelines state that adults need at least 150 minutes of moderate-intensity aerobic activity and 2 days of muscle-strengthening activity each week. Furthermore, chronic disease prevention involves managing key risk factors such as high blood pressure, high blood cholesterol, tobacco use, excess body weight, and alcohol consumption.
- Software Engineer — Lesson 1
- Fashion Designer — Lesson 3
- Web Designer — Lesson 3
Abstract Expressionism is the first major American art movement to achieve international influence, emerging in New York in the 1940s. It encompasses two primary tendencies: gestural 'action painting' and color field painting.
- Embedded Systems Engineer — Lesson 1
- Environmental Consultant — Lesson 3
Environmental monitoring involves the systematic assessment of ecosystem health and pollution levels. Key forms include Air Quality Index (AQI) monitoring of six criteria pollutants, water quality assessment of biological condition in rivers and lakes, and climate impact tracking such as sea level rise, wildfire severity, and ocean temperature changes.
- Nonprofit Program Director — Lesson 1
- Motion Graphics Designer — Lesson 2
Abstract Expressionism is the first major American art movement to achieve international influence, emerging in New York in the 1940s. It encompasses two broad tendencies: gestural action painting, characterized by energetic, improvisational mark-making, and color field painting, using large areas of color to evoke emotional or spiritual states.
- Legal Technology Specialist — Lesson 3
- Mathematics Teacher — Lesson 3
- Notary Public — Lesson 1
- Science Writer — Lesson 1
- Gallery Manager — Lesson 1
Arts engagement refers to participation in arts activities such as attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include literary reading, digital arts engagement, and arts education programs like Poetry Out Loud.
- Cybersecurity Analyst — Lesson 2
- Sports Manager — Lesson 2
- Interior Designer — Lesson 3
- Algorithm Engineer — Lesson 3
- Site Reliability Engineer — Lesson 2
- Survey Statistician — Lesson 1
- Editor — Lesson 2
- Marine Biologist — Lesson 2
Lesson 2 covers environmental monitoring and climate indicators under U.S. Environmental Protection Agency data, encompassing six criteria air pollutants under the National Ambient Air Quality Standards (NAAQS)—particulate matter (PM2.5 and PM10), ground-level ozone, carbon monoxide, sulfur dioxide, nitrogen dioxide, and lead—along with water quality parameters governed by the Clean Water Act (CWA) and ecosystem climate change impacts.
- Scrum Master — Lesson 1
- Green Building Consultant — Lesson 3
Lesson 3 covers environmental monitoring and regulatory frameworks governing ecosystems, water pollution, and air quality as outlined by the EPA, including criteria air pollutants and surface water quality standards.
- Sustainability Manager — Lesson 2
Criteria air pollutants are six principal substances monitored under the National Ambient Air Quality Standards (NAAQS). These include particulate matter (PM2.5 and PM10), ground-level ozone, carbon monoxide, sulfur dioxide, nitrogen dioxide, and lead.
- Health Coach — Lesson 2
- Community Outreach Coordinator — Lesson 1
- Chaos Theory Researcher — Lesson 2
- Dance Instructor — Lesson 2
- Mobile Developer — Lesson 3
- Waste Management Specialist — Lesson 2
Lesson 2 covers environmental research, specifically focusing on the Air Quality Index (AQI), which reports daily air quality on a scale of 0–500, with values above 100 considered unhealthy for sensitive groups. It includes monitoring of six criteria air pollutants under the National Ambient Air Quality Standards (NAAQS): particulate matter (PM2.5 and PM10), ground-level ozone, carbon monoxide, sulfur dioxide, nitrogen dioxide, and lead.
- UI Designer — Lesson 3
Abstract Expressionism is the first major American art movement to achieve international influence, emerging in New York in the 1940s. It encompasses two broad tendencies: gestural 'action painting' and color field painting.
- Match Analyst — Lesson 2
- Yoga Instructor — Lesson 3
- Health Educator — Lesson 3
- Mental Health Counselor — Lesson 1
- Stochastic Analyst — Lesson 1
- Patient Care Technician — Lesson 1
Health conditions and preventive measures in the United States, covering major health topics including heart disease (such as coronary artery disease), diabetes and prediabetes, mental illnesses (including depression and anxiety disorders), physical activity guidelines, and vaccination schedules. Key variants and forms include coronary artery disease (CAD), type 2 diabetes, prediabetes, major depressive episodes, and anxiety disorders.
- Registered Nurse — Lesson 1
Lesson 1 covers critical public health statistics, disease burdens, and prevention guidelines as documented by health authorities. Key variants and forms of health data include mortality figures for leading causes of death like heart disease (including coronary artery disease), prevalence rates of conditions such as diabetes, prediabetes, and mental illness (including depression and anxiety disorders), as well as lifestyle guidelines involving physical activity and immunization schedules.
- Heritage Consultant — Lesson 1
- Graphic Designer — Lesson 2
Abstract Expressionism is a major American art movement that emerged in New York in the 1940s, characterized by two primary tendencies: gestural 'action painting' and color field painting.
- Set Designer — Lesson 2
The American Wing at the Metropolitan Museum of Art is a comprehensive survey of American art, spanning painting, sculpture, and decorative arts from the colonial era through the early 20th century. The collection includes works by Thomas Cole, Frederic Edwin Church, Winslow Homer, John Singer Sargent, and Mary Cassatt. The decorative arts galleries feature complete period rooms illustrating the evolution of American domestic design from 1640 to 1915.
- Medical Laboratory Scientist — Lesson 1
Heart disease is the leading cause of death for men, women, and people of most racial and ethnic groups in the United States. Coronary artery disease (CAD) is the most common type of heart disease. High blood pressure, high blood cholesterol, and smoking are key risk factors. About 20.1 million adults age 20 and older have CAD (about 7.2%).
- Sports Coach — Lesson 1
- Dental Hygienist — Lesson 2
Lesson 2 covers core public health principles, focusing on cardiovascular disease prevention, immunization science, physical activity guidelines, cancer screening, and diabetes prevention. Key variants and forms of health interventions include routine childhood immunization schedules, aerobic and muscle-strengthening physical activities, regular cancer screening tests (such as mammography, colonoscopy, Pap smear, and low-dose CT), and lifestyle modifications for managing chronic conditions like coronary artery disease and type 2 diabetes.
- Content Editor — Lesson 1
- HTML Document Structure
The HTML document structure refers to the semantics, structure, and APIs of HTML documents, which includes the organization of elements within the document.
- Lesson 5 · Arrays
An array is a data structure that organizes and stores data for efficient access and modification. It provides O(1) random access, meaning any element can be retrieved directly by its index in constant time. Arrays are a core data structure in computer science, used to store a fixed-size sequential collection of elements of the same type. Key variants include: one-dimensional arrays (linear list), multi-dimensional arrays (e.g., 2D arrays for matrices), and arrays of objects (reference type arrays). In Java, arrays are reference types, declared with square brackets (e.g., int[] numbers).
- Personal Trainer — Lesson 2
- Health Psychologist — Lesson 1
- Grant Writer — Lesson 3
- Hospital Administrator — Lesson 2
- Legal Technology Specialist — Lesson 1
- Financial Mathematician — Lesson 3
- Cloud Architect — Lesson 1
- Portfolio Manager — Lesson 2
Gross Domestic Product (GDP) is the broadest measure of economic output, representing the total monetary value of all goods and services produced within a country in a given period. It is measured from the expenditure side as C + I + G + (X − M), where C is personal consumption expenditures, I is gross private domestic investment, G is government consumption and investment, and (X − M) is net exports.
- Canon Law Specialist — Lesson 1
- Solutions Architect — Lesson 3
- Language Analyst — Lesson 2
- Cybersecurity Analyst — Lesson 1
- Machine Learning Engineer — Lesson 1
- Religious Education Director — Lesson 1
- Litigation Attorney — Lesson 1
- Urban Planner — Lesson 2
Lesson 2 of Geography focuses on plate tectonics, the unifying theory of Earth science that explains the distribution of earthquakes, volcanoes, mountain ranges, and ocean basins. Earth's lithosphere is divided into approximately 15 major tectonic plates and several smaller ones that move at rates of 1–10 centimeters per year. Key variants of plate boundaries include divergent boundaries (mid-ocean ridges where plates move apart), convergent boundaries (where oceanic crust subducts beneath continental crust), and transform boundaries (where plates slide horizontally past each other).
- Pharmacist — Lesson 1
- Exercise Physiologist — Lesson 2
- Game Artist — Lesson 3
- Mathematical Modeler — Lesson 2
- Bioethics Consultant — Lesson 2
- Financial Advisor — Lesson 3
The Federal Reserve's Survey of Consumer Finances (SCF) is the primary source of nationally representative data on U.S. household finances, conducted every three years by the Board of Governors and fielded by NORC at the University of Chicago. Key variants and components collected include assets such as savings accounts, retirement plans, real estate, and business holdings, alongside liabilities including mortgages, credit-card balances, auto loans, and student debt.
- Chaplain — Lesson 3
- Spiritual Director — Lesson 3
- Methodologies: Waterfall · Agile · MVP
A methodology is how you arrange SDLC's phases in TIME: Waterfall runs all phases in one big pass; Agile compresses the same cycle into short, repeating iterations, each ending with a working piece. Why: the fatal disease of solo projects is "I'll build for 2 years, then show it" — Agile + MVP is the vaccine. Your Samevian is already moving in iterations (v1.0 -> v2.0, Phase 1 -> Phase 3). When: planning a project, at the moment of "let's do everything at once" temptation, prioritizing a backlog, in an "I'm tangled up, what do I do first" state. How: Waterfall — 1->2->3->4->5->6 ONCE, over months. Agile — pick a small piece -> a mini-cycle in 1-2 weeks -> a working demo -> feedback -> the next piece. Where: Waterfall where requirements are set in stone (a bridge, aviation). Agile — almost everywhere in software, especially solo and startup work. Who: in teams, a PM/Scrum master runs it; solo, it's you managing yourself — discipline replaces the manager.
- QA Engineer — Lesson 3
- Outdoor Recreation Specialist — Lesson 1
- Golf Professional — Lesson 2
- Product Designer — Lesson 1
Arts engagement encompasses activities such as attending visual and performing arts events, creating or performing art, and learning in the arts. Key variants include literary reading, digital art platforms, and arts education programs like Poetry Out Loud.
- Theological Researcher — Lesson 1
- Legal Assistant — Lesson 2
- Interfaith Dialogue Facilitator — Lesson 2
- In-House Counsel — Lesson 2