🍋
Menu
15 guides

Guias

Tutoriais passo a passo, comparações de formatos, melhores práticas e dicas de solução de problemas.

How-To Beginner
Destaques

How to Generate Strong Random Passwords

Password generation requires cryptographic randomness and careful character selection. This guide covers the principles behind strong password generation, entropy calculation, and common generation mistakes to avoid.

How-To Beginner

Percentage Calculations: Common Formulas and Pitfalls

Percentage calculations appear simple but hide common errors, especially around percentage change, percentage points, and compound percentages. This guide clarifies the math behind everyday percentage problems.

How-To Beginner

How to Generate Color Palettes Programmatically

Algorithmic color palette generation creates harmonious color schemes from a single base color. Learn the math behind complementary, analogous, and triadic palettes and how to implement them in code.

Troubleshooting Beginner

Troubleshooting Floating-Point Precision Errors

Floating-point arithmetic produces surprising results that can cause bugs in financial calculations, comparisons, and cumulative operations. This guide explains why these errors occur and how to handle them.

Best Practice Beginner

Statistics for A/B Testing: Confidence Intervals and Sample Sizes

Proper statistical methodology is essential for valid A/B test results. This guide covers confidence intervals, sample size calculation, and common statistical mistakes that lead to false conclusions.

How-To Beginner

How to Calculate Compound Interest and Loan Payments

Understanding compound interest is essential for financial planning. Learn formulas for savings growth, loan amortization, and investment returns.

Troubleshooting Beginner

Troubleshooting Percentage Calculation Errors

Percentage calculations are deceptively simple but commonly done wrong. Learn to avoid the most frequent percentage calculation mistakes.

How-To Beginner

How to Calculate and Improve Engagement Metrics

Calculate engagement rate, reach, impressions, and other social metrics with formulas and improvement strategies.

How-To Beginner

Financial Calculations: Compound Interest, Amortization, and NPV

Financial math underlies investment decisions, loan comparisons, and business valuations. Master the core formulas and learn how to apply them in real scenarios.

Best Practice Beginner

CSS Selector Specificity Deep Dive

Master CSS specificity calculation, understand the cascade, and avoid specificity wars in large projects.

How-To Beginner

File Size Calculation and Data Storage Units

Convert between bytes, kilobytes, megabytes, and understand the difference between binary and decimal units.

How-To Beginner

Mathematical Notation in Digital Documents

Display math equations correctly in web pages, documents, and presentations using LaTeX and MathML.

Best Practice Beginner

Secure Random Number Generation: When Math.random() Isn't Enough

Math.random() is fine for shuffling a playlist but dangerous for passwords, tokens, and cryptographic applications. Learn when and how to use cryptographically secure random generators.

How-To Beginner

Typography Scale: Choosing Type Sizes for UI Design

Build a harmonious type scale using mathematical ratios for readable, consistent interfaces.

Troubleshooting Beginner

Troubleshooting Floating-Point Precision Errors

Understand why 0.1 + 0.2 ≠ 0.3 in computers and how to handle precision issues in calculations.