Guides

Guides éditoriaux détaillés sur la finance, la santé, les mathématiques, la programmation et les conversions d'unités.

How loan amortization actually works

Why your first loan payment is mostly interest, how the split shifts over time, and how to use that to pay less interest overall.

BMI: what it measures, and what it misses

BMI is a population-screening ratio, not a diagnosis. Here's what the number actually represents and where it tends to mislead.

A practical guide to subnetting and CIDR

What a /24 actually means, how to find your usable host range fast, and the two host counts everyone forgets to subtract.

Margin vs. markup: the mix-up that costs businesses money

A 50% markup and a 50% margin are not the same number. Here's the difference, and why it matters when you're pricing a product.

JSON vs. CSV: when to use which format

Both are plain text and both move data between systems. The right choice depends on whether your data is a table or a tree.

Why public holiday dates differ by country

Some holidays move every year, some are regional even within one country, and a few countries swap official observance days entirely.

Body fat percentage: which method should you trust?

BMI, the Navy tape method, and skinfold calipers all estimate body fat differently -- and disagree with each other more than most people expect.

What actually makes a password strong

Length beats complexity rules almost every time. Here's why entropy, not special characters, is the number that matters.

Regex basics: anchors, quantifiers, and common mistakes

Most regex bugs come from four things: greedy quantifiers, missing anchors, unescaped special characters, and forgetting a pattern matches anywhere by default.

Aspect ratio math for photo and video, without the guesswork

Why cropping to a new aspect ratio always costs you either width, height, or resolution -- and how to figure out which before you shoot or export.

Income tax vs. sales tax vs. effective tax rate

Your tax bracket is not your tax rate. Here's what each of these three numbers actually measures.

Heart rate training zones: which formula should you actually use?

The 220-minus-age formula is the one everyone knows and the one exercise scientists trust least. Here's what the alternatives fix.

Why some unit conversions are exact, others aren't

An inch is exactly 2.54 cm by definition. A cup of flour in grams depends on how you scoop it. That difference matters more than it sounds.

Hex, RGB, and color contrast: the math behind accessible color choices

WCAG contrast ratios aren't a subjective 'looks readable' judgment -- they're a calculated ratio with a specific formula and specific pass/fail thresholds.

VAT vs. sales tax: what's actually different

Both add a percentage at purchase, but VAT is collected in stages throughout the supply chain while sales tax is collected once, at the final sale.

VO2 max and running pace: what the numbers actually mean

VO2 max measures how much oxygen your body can use during exercise. Pace measures how fast you cover distance. They're related, but not the same thing.

HTTP status codes: the ones that actually matter day-to-day

There are over 60 official HTTP status codes. In practice, a handful cover almost everything you'll actually debug.

Why a 1 TB drive shows up as 931 GB

Storage manufacturers use decimal gigabytes. Operating systems display binary gibibytes. Both numbers are correct -- they're just measuring with different rulers.

Business days vs. calendar days

"Ships in 5 days" usually means business days. "Due in 5 days" usually means calendar days. Mixing them up is a common source of missed deadlines.

JSON, CSV, and Base64: picking the right format for the job

These three formats solve different problems -- structure, tabular simplicity, and safe transport -- and picking the wrong one is a common source of avoidable...

What is a good debt-to-income ratio?

Your debt-to-income (DTI) ratio is the single most critical underwriting metric lenders use to determine how much you can borrow and at what rate.

How credit card interest actually works

Most cardholders know credit cards charge high interest, but daily compounding, average daily balance math, and grace periods work differently than most assume.

Dollar-cost averaging: the math behind the strategy

Dollar-cost averaging lowers average share purchase costs through harmonic mean mechanics, managing risk across market cycles.

Emergency fund: how to calculate how much you actually need

Calculating an emergency fund requires categorizing essential versus discretionary expenses and sizing capital reserves based on personal volatility factors.

How inflation erodes purchasing power over time

Inflation compounding acts as a hidden tax, systematically diminishing real purchasing power and requiring positive real rates of return to preserve wealth.

Fixed vs variable rate: when each loan type wins

Comparing fixed and variable rate loans requires evaluating baseline spread discounts, rate caps, and total interest cost sensitivity under fluctuating market...

CAGR: what compound annual growth rate means and how to use it

Compound Annual Growth Rate (CAGR) measures the geometric mean return of an investment over multiple periods, eliminating distorted simple average figures.

Basis points: what they are and why finance uses them

Basis points (bps) provide an exact, unambiguous unit of measurement for interest rates, bond yields, and fund management fees.

How to calculate your net worth (and what to include)

Net worth provides an overarching metric of financial health, calculated by auditing total assets against total liabilities across liquid and fixed categories.

How rental yield is calculated and what counts as good

Rental yield evaluates real estate investment returns by comparing annual rental income against property acquisition cost and ongoing operating expenses.

How to calculate a calorie deficit that actually works

Creating an effective calorie deficit requires establishing your total daily energy expenditure and setting a sustainable rate of body fat loss.

Protein intake: how much do you actually need per day?

Daily protein targets depend on physical activity, training demands, age, and energy balance goals, extending far beyond minimal dietary requirements.

TDEE vs BMR: which number actually matters for your diet?

Understanding the distinction between Basal Metabolic Rate and Total Daily Energy Expenditure is essential for accurate nutrition modeling.

How to read blood pressure numbers correctly

Blood pressure readings measure systolic and diastolic arterial pressure, providing a direct indicator of cardiovascular function and vascular resistance.

Waist-to-height ratio vs BMI: which predicts health risk better?

Waist-to-Height Ratio (WHtR) measures central abdominal adiposity, providing a superior predictor of cardiometabolic health risk compared to standard BMI.

Running pace vs speed: the conversion and what each tells you

Running pace and speed are reciprocal metrics; mastering their mathematical conversions improves treadmill programming and race pacing strategies.

What your resting heart rate actually tells you

Resting Heart Rate (RHR) reflects autonomic nervous system balance, stroke volume adaptation, and overall cardiovascular fitness.

How elevation gain is measured and why it matters

Cumulative elevation gain quantifies the total vertical climb during outdoor activities, dramatically increasing energy expenditure and grade-adjusted pace.

How hashing works: MD5 vs SHA-256 vs SHA-512

Understand the core concepts of cryptographic hashing, how algorithms like MD5, SHA-256, and SHA-512 differ, and why choosing the right algorithm matters for...

URL encoding: when it happens and why spaces become %20

A deep dive into URL encoding (percent-encoding), exploring why certain characters must be encoded in web addresses and how the conversion process works.

Unix timestamps, ISO 8601, and UTC: which to use when

Navigate the complexities of time representation in software engineering by understanding Unix timestamps, ISO 8601 strings, and the critical role of Coordinated...

RGB vs HSL vs HEX: when each color format makes sense

Explore the technical differences between RGB, HSL, and HEX color models, and learn how to choose the best format for web development and digital design.

px vs em vs rem vs %: picking the right CSS font size unit

Demystify CSS font sizing by analyzing absolute pixels versus relative units like em and rem, and discover the best practices for scalable typography.

CSS viewport units (vw, vh, svh): what they do and when to use them

Master CSS viewport units like vw and vh, and learn how dynamic units like svh and lvh solve common mobile layout bugs.

UUID v4: what it is, how it's generated, and collision probability

Understand the structure of Universally Unique Identifiers (UUIDs), focusing on Version 4, randomness, and why you don't need to worry about collisions.

DNS record types explained: A, CNAME, MX, TXT, and when each is used

Learn how the Domain Name System directs internet traffic by dissecting essential DNS record types and their specific configuration rules.

How to estimate paint coverage and avoid running short

Calculate exactly how much paint you need for any room by factoring in square footage, doors, windows, and primer requirements.

Concrete mixing ratios: what the numbers mean and when to use each mix

Understand the chemistry of concrete by learning how ratios of cement, sand, and gravel determine compressive strength and durability.

How to calculate flooring with a proper waste factor

Learn how to accurately measure rooms for flooring and apply the correct waste factor percentages for different materials and layouts.

How to calculate tiles needed for any room shape

Master the geometry of tile installation by calculating square footage for complex rooms and determining exact tile counts.

Basic electrical load calculation for home circuits

Understand the fundamentals of electrical load calculation, the National Electrical Code rules, and how to size residential circuits safely.

Insulation R-value: what the number means and how to pick one

Decode thermal resistance and R-values to choose the correct insulation materials for attics, walls, and floors to maximize energy efficiency.

Standard deviation vs variance: when to use which measure

Both measure spread in a dataset, but standard deviation is in the same units as your data while variance is in squared units. Here's when each one matters.

Mean, median, and mode: which average to use and why

All three describe the 'center' of a dataset, but they respond very differently to outliers and skew. Choosing the wrong one can misrepresent your data entirely.

How percentile rank is calculated and what it actually means

A percentile rank tells you what percentage of a dataset falls below a given value — not what percentage of the scale you've used.

How GPA is calculated on 4.0 and weighted scales

GPA is a weighted average of grade points, not a simple percentage average. Weighted and unweighted scales, credit hours, and plus/minus systems all change the...

Significant figures: the rules that most calculators get wrong

Significant figures communicate measurement precision. Knowing which digits are significant — and how many to keep in calculations — is essential for scientific...

The normal distribution and the 68-95-99.7 rule

The normal (bell curve) distribution describes a huge range of natural phenomena. The 68-95-99.7 rule tells you exactly what fraction of data falls within 1, 2,...

What a logarithm is: a practical explanation without the jargon

A logarithm answers the question: what exponent do you need to raise this base to in order to get that number? It's the inverse of exponentiation and shows up...

Percentage point vs percent change: they are not the same

Confusing these two is one of the most common errors in data journalism, political reporting, and business analysis. Here's the precise difference and how to...

How time zones work: UTC offsets, DST, and why it's complicated

Time zones are not just about longitude. Political boundaries, daylight saving time, and historical decisions mean the global time zone map is far more irregular...

How to calculate working days between two dates correctly

Counting business days is not as simple as dividing calendar days by 7. Weekends, public holidays, and partial days at the boundary all need careful handling.

Julian vs Gregorian: why the calendar changed and what it affects

The Gregorian calendar replaced the Julian calendar in 1582 because the Julian calendar's leap year rule accumulated an 11-minute annual error that added up to...

Week numbers: how ISO 8601 week numbering actually works

ISO week numbers don't simply start at January 1. The ISO 8601 standard defines week 1 as the week containing the year's first Thursday, which means January 1 is...

How leap years are calculated and why 1900 was not one

The leap year rule is more nuanced than 'every 4 years.' The Gregorian calendar has a three-part rule that skips the leap day in most century years — including...

Imperial vs metric: a practical field guide

Only three countries officially use imperial measurements as their primary system. Here's how the two systems compare for the most common everyday measurements...

Celsius, Fahrenheit, and Kelvin: why three scales exist

Each temperature scale was designed for a different purpose. Fahrenheit for weather, Celsius for science (tied to water's states), Kelvin for absolute...

MPG vs L/100km: how fuel economy is measured and converted

Miles per gallon and liters per 100 kilometers measure fuel economy in inverse ways. A better MPG is better, but a lower L/100km is better — and the relationship...

Cups, tablespoons, grams: cooking measurement conversions

Volume and weight measurements in cooking are not interchangeable — 1 cup of flour is not 1 cup of honey by weight. Here's how cooking unit systems relate, and...

KB, MB, GB, TB: binary vs decimal and why they're different

A kilobyte is either 1,000 bytes or 1,024 bytes depending on the context. The confusion between decimal (SI) and binary prefixes explains why your 1 TB hard...

Gross margin vs net margin: same business, different picture

Gross margin measures product profitability, while net margin measures company profitability. Understanding the difference is critical for pricing and cost control.

Break-even analysis: the formula every business owner should know

Learn how to calculate your break-even point in units and sales dollars to determine exactly when your business starts making a profit.

Why a 10% discount doesn't just cut profit by 10%

Offering a small discount can completely decimate your profit margins. Learn the mathematics of discounting and required sales volume increases.

Net 30, Net 60, 2/10 Net 30: invoice payment terms explained

A complete guide to B2B invoice payment terms, how early payment discounts are structured, and their impact on cash flow.

What is ROI and how to calculate it without getting it wrong

Return on Investment (ROI) is widely used but often miscalculated. Learn the correct formulas and the importance of annualized ROI.

How payroll taxes work: what gets deducted before you see your pay

A breakdown of FICA, income tax withholding, and employer-side payroll taxes that explain the gap between gross and net pay.

Import duties and tariffs: how they're calculated on shipments

Understand HS codes, ad valorem rates, and how customs authorities calculate duties on international shipments.

How time zones affect international scheduling and calls

Navigate UTC offsets, Daylight Saving Time mismatches, and the math behind scheduling global meetings.

Currency exchange rates: bid, ask, spread, and what you actually pay

Learn how foreign exchange markets work, what the bid/ask spread is, and why you never get the rate you see on Google.

Country calling codes: why they exist and how to dial internationally

The logic behind +1, +44, and +81. Understand the ITU zones, exit codes, and how E.164 formatting standardizes global telecommunications.

Fuel cost per kilometer vs per mile: how to compare across countries

Converting L/100km to MPG and calculating exact fuel costs per distance unit for cross-border road trips and fleet management.

How password entropy works and what makes a password truly strong

Entropy measures randomness in bits. Discover the math behind brute-force attacks and how length scales security exponentially.

Passphrase vs password: why four random words beat P@ssw0rd!

The mathematical advantage of Diceware passphrases and why human memory favors long sequences of common words over random gibberish.

Two-factor authentication methods: TOTP, SMS, hardware keys compared

Not all 2FA is created equal. Analyze the technical mechanics and vulnerabilities of SMS codes, Authenticator apps, and WebAuthn hardware keys.

What end-to-end encryption actually means and when it applies

Understand asymmetric cryptography, public keys, and why transit encryption (HTTPS) is not the same as end-to-end encryption.

Screen resolution vs display density: what PPI actually measures

Why a 4K monitor and a 4K smartphone look entirely different. The math behind Pixels Per Inch and viewing distance.

Video bitrate: what you need for 1080p, 4K, and streaming

Resolution doesn't equal quality. Understand how video bitrate dictates file size, compression artifacts, and streaming bandwidth.

Color depth explained: 8-bit vs 10-bit vs 12-bit displays

The mathematical difference between 16 million and 1 billion colors, and why 10-bit depth is crucial for HDR and preventing color banding.

JPEG vs PNG vs WebP vs AVIF: which image format to use when

A technical breakdown of image compression algorithms, alpha channels, and how modern formats reduce file sizes for the web.

Aspect ratios for every format: 16:9, 4:3, 1:1, 9:16

How the proportional relationship of width and height dictates framing, cropping, and cross-platform media production.

DPI vs PPI: the difference that matters for printing

Why dots per inch and pixels per inch are not the same thing, and how to calculate physical print sizes from digital resolutions.

How file compression works: lossless vs lossy, ZIP vs GZIP

The algorithms behind shrinking data. Understand Lempel-Ziv dictionary compression, Huffman coding, and why you can't ZIP a JPEG.

Base64 encoding: what it does, what it doesn't do, and when to use it

Why we convert binary files into long strings of text. Learn the 64-character alphabet and the 33% overhead rule.

CSV format: the rules that every parser handles differently

Comma-Separated Values is the most common and most broken format in tech. Learn the RFC 4180 standard and quoting rules.

JSON Schema validation: what it is and how to use it

Stop writing manual if/else checks for API payloads. Learn how JSON Schema defines structure, types, and constraints declaratively.

Rounding rules: half-up, banker's rounding, and when each is used

The mathematical bias of standard rounding and why financial institutions use round-to-even (Banker's Rounding) to balance massive datasets.

How to estimate project time with PERT (and why single estimates fail)

Learn the Program Evaluation and Review Technique formula to create mathematically weighted, realistic project timelines.

How compound interest actually compounds: daily vs monthly vs annual

The compounding frequency changes how quickly interest builds on interest. Here is the math behind daily, monthly, and annual compounding.

How extra principal payments affect mortgage term and total interest

Adding extra money toward your mortgage principal directly reduces future interest charges. Here is how extra payments shorten your loan term.

Basal metabolic rate (BMR): how your body burns calories at rest

Your basal metabolic rate represents the minimum energy your body requires to maintain vital functions while completely at rest.

Base64 encoding: how binary data becomes plain text for the web

Base64 translates binary files like images, audio, and encrypted keys into 64 safe ASCII characters for email, JSON, and web embedding.

How to calculate percentage increases, decreases, and markups

Learn the exact formulas for percentage change, difference, and markup so you never confuse profit margin with markup again.