Skip to content

Instantly share code, notes, and snippets.

View tadaspi's full-sized avatar

Tadas P tadaspi

View GitHub Profile
@tadaspi
tadaspi / embed-widget.html
Created March 15, 2026 03:33
Embeddable freelance hourly rate calculator widget - add to your website
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Freelance Rate Calculator Widget</title>
<meta name="description" content="Free embeddable hourly rate calculator widget for freelancers. Add to your site with one line of code.">
</head>
<body>
<h1>Embeddable Freelance Rate Calculator</h1>
<h2>Demo</h2>
@tadaspi
tadaspi / rate-widget.js
Created March 15, 2026 03:21
Embeddable freelance rate calculator widget - add to any site with one script tag
(function() {
const container = document.getElementById('freelance-rate-calc');
if (!container) return;
container.innerHTML = `
<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 320px; padding: 20px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff;">
<h3 style="margin: 0 0 16px 0; font-size: 18px; color: #111;">Freelance Rate Calculator</h3>
<div style="margin-bottom: 12px;">
<label style="display: block; font-size: 14px; color: #374151; margin-bottom: 4px;">Desired Annual Income</label>
<input type="number" id="frc-income" value="80000" style="width: 100%; padding: 8px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 16px; box-sizing: border-box;">
@tadaspi
tadaspi / widget.js
Created March 15, 2026 03:10
Embeddable freelance rate calculator widget
(function() {
const container = document.getElementById('freelance-rate-calc');
if (!container) return;
container.innerHTML = `
<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 320px; padding: 20px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff;">
<h3 style="margin: 0 0 16px; font-size: 18px; color: #111;">Freelance Rate Calculator</h3>
<label style="display: block; margin-bottom: 8px; font-size: 14px; color: #374151;">Desired annual take-home:</label>
<input type="number" id="frc-income" placeholder="80000" style="width: 100%; padding: 8px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 16px; box-sizing: border-box;">
<button onclick="(function(){
@tadaspi
tadaspi / freelance-widget-demo.md
Created March 15, 2026 03:07
Embeddable freelance rate calculator widget - add to any website with 2 lines of code

Freelance Rate Calculator - Embeddable Widget

Add a rate calculator to any website with 2 lines of code.

Quick Start

<script src="https://hourly-rate-calculator.tp-business.workers.dev/widget.js"></script>
<div id="freelance-rate-calc"></div>
@tadaspi
tadaspi / solopreneur-tax-guide.md
Created March 15, 2026 02:44
Solopreneur Tax Guide 2026 - Quarterly Taxes, Deductions, Self-Employment Tax

Solopreneur Tax Guide: Everything You Need to Know

Quarterly Estimated Taxes

As a solopreneur, you must pay taxes quarterly if you expect to owe $1,000+ for the year.

2026 Deadlines:

  • Q1 (Jan-Mar): April 15, 2026
  • Q2 (Apr-May): June 15, 2026
  • Q3 (Jun-Aug): September 15, 2026
@tadaspi
tadaspi / freelance-income-estimator.md
Created March 15, 2026 02:44
Freelance Income Estimator - Gross Revenue to Take-Home Pay Calculator

Freelance Income Estimator: From Gross Revenue to Take-Home Pay

The Freelance Income Formula

Take-Home Pay = Gross Revenue - Taxes - Expenses - Savings

Most freelancers make two critical errors:

  1. Confusing gross revenue with income
  2. Underestimating the tax burden
@tadaspi
tadaspi / consulting-rate-benchmark.md
Created March 15, 2026 02:44
2026 Consulting Rate Benchmarks by Industry - Software, Design, Marketing

Consulting Rate Benchmarks by Industry (2026)

Software Development / Engineering

Experience Level Hourly Rate Range
Junior (0-2 years) $50 - $85
Mid-Level (3-5 years) $85 - $150
Senior (6-10 years) $150 - $250
Principal/Staff (10+ years) $250 - $400
@tadaspi
tadaspi / contractor-rate-guide.md
Created March 15, 2026 02:44
Contractor vs Employee Rate Guide - What hourly rate should contractors charge

Contractor vs Employee: What Rate Should You Charge?

The W-2 to 1099 Conversion Formula

If you're leaving a W-2 job for contracting, here's what you need to charge to maintain the same take-home pay:

Quick Formula: W2 Salary × 1.4 to 1.6 = Required 1099 Revenue

Why the Multiplier?

@tadaspi
tadaspi / freelance-tax-2026.md
Created March 15, 2026 02:43
2026 Self-Employment Tax Rates and Freelance Tax Calculator

Freelance Tax Calculator 2026 - Self-Employment Tax Rates

2026 Self-Employment Tax Rates

Self-Employment Tax: 15.3%

  • Social Security: 12.4% (on first $168,600)
  • Medicare: 2.9% (no limit)
  • Additional Medicare: 0.9% (on income over $200,000)

2026 Federal Income Tax Brackets (Single Filers)

@tadaspi
tadaspi / consulting-rate-calculator.md
Created March 15, 2026 02:22
Consulting Rate Calculator - What should consultants charge per hour

Consulting Rate Calculator: What Should Consultants Charge?

Whether you're a management consultant, IT consultant, or business consultant - here's how to price your services.

Industry Consulting Rates (2026)

Consulting Type Junior Mid-Level Senior Expert