TechToolsCenter Editorial
How-to Guides
Our editorial desk publishes step-by-step tutorials, comparisons and productivity tips for everyday digital tasks.
If tax was deducted from your salary this year, your employer owes you a Form 16 by mid-June — and it's the single document that makes filing your own return fast, accurate, and far less likely to trigger a mismatch notice.
A real AI segmentation model, running entirely in your browser, that can cut a subject out of a busy, natural background — not just a plain studio backdrop. Here's how it actually works and how to get a clean result.
A government telemedicine service that lets you video-consult a doctor from your phone, completely free, and walk away with a real e-prescription — here's exactly how it works and where it actually helps.
A 12-digit ID meant to follow a student from school through college, tied to a national system for banking academic credits — here's what APAAR actually does, and what it doesn't.
School admission, a passport, a government ID — a huge share of official paperwork traces back to one document. Here's how registration actually works, including what changes if the birth wasn't registered on time.
A 429 error isn't your code failing — it's an API telling you, quite specifically, to slow down. Here's what's actually enforcing that, and how to work with it instead of against it.
A certificate, skill training with a daily stipend, a toolkit e-voucher, and collateral-free loans at 5% interest — here's exactly what PM Vishwakarma offers 18 traditional trades, and how to register.
"Blocked by CORS policy" is one of the most common errors in web development — and one of the most commonly misunderstood, since the fix almost never lives where the error appears.
A photographed whiteboard, a scanned form, a screenshot you can't select text from — OCR turns pixels back into real, copyable text. Here's how it actually works and how to get a clean result.
Wrong date of birth, a blurry photo, an old address — nearly every error on an existing Voter ID gets fixed with the same form. Here's exactly how Form 8 works.
Your Provident Fund balance isn't hidden in a branch ledger somewhere — with your UAN activated, it's a five-minute online check.
Scholarships, fee concessions, reservation benefits and several welfare schemes all ask for the same document — here's how to actually get one, state portal by state portal.
A letterhead is meant to be read past, not stared at — the best ones say who you are in the header and then get out of the way of the actual letter.
Both fetch data over HTTP. The real difference is who decides what comes back in the response — the server, or the client asking the question.
An API waits to be asked. A webhook doesn't wait — it tells you the moment something happens, without you having to keep checking.
Instagram technically allows 30 hashtags per post. The accounts that actually perform well rarely use that many — the right number, and the right mix, depends entirely on which platform you're posting to.
Most follow-up emails fail for the same reason: they apologise for following up, then ask the exact same open-ended question that went unanswered the first time. Neither habit makes a reply more likely.
The soft, irregular blob shapes behind a hero section or testimonial card aren't drawn by hand — they're generated math, and understanding how gets you a shape that actually fits your design instead of a random download.
Dozens of central and state scholarship schemes used to mean dozens of separate applications. NSP puts them behind one registration — but picking the wrong scheme, or missing one document, is still the most common way an eligible student gets rejected.
A Kisan Credit Card is closer to a working-capital line for a farm than a one-time loan — sanctioned once, usable repeatedly for a full crop cycle, at rates a farmer would rarely get from an informal lender.
One CSS property does everything from a subtle 4px card corner to a fully circular avatar — the difference is entirely in how far you push the same four numbers.
If a Central Government office is sitting on your application, ignoring a complaint, or mishandling a service you're entitled to, CPGRAMS is the free portal built specifically to escalate it — and to make sure it can't quietly disappear.
A farmer's price used to depend entirely on whoever showed up to bid at the local mandi that day. e-NAM opens that same produce lot to registered traders across a much wider network, without replacing the mandi itself.
All three gradient functions paint a smooth color transition — the difference is entirely in the shape that transition follows, and picking the wrong one is the most common reason a gradient looks subtly off.
Most first-time founders either cram everything into one deck or leave out the one slide an investor was looking for. Here's the order, the content, and the slide count that actually gets read.
All three documents can accompany the same shipment, but they exist for different reasons — one is a tax document, one proves what's inside the box, and one is neither.
Your phone's own camera can already scan a QR code — the extra 'QR scanner' app from the store is usually unnecessary, and occasionally the actual risk.
Both adjust an amount already invoiced, both list GST line items, and it's genuinely easy to issue the wrong one — a credit note reduces what the buyer owes, a debit note increases it, and getting that backwards causes real GST-return mismatches.
PPF is one of the few investments left that's genuinely tax-free at every stage — contribution, growth and withdrawal — but that safety comes with a 15-year lock-in and a return that moves with government-set rates, not the market.
Both look up a value in one place and return a matching value from another — but VLOOKUP only searches rightward, breaks silently when you insert a column, and defaults to the wrong match type more often than you'd think.
A salary slip usually has ten or more line items, and most people only ever look at the final number — but each component affects your take-home pay, your tax, or both, and a payroll mistake almost always shows up as one wrong line, not a wrong total.
Every pensioner has to prove, once a year, that they're still alive to keep receiving payments — Jeevan Pramaan replaces the in-person bank visit with an Aadhaar fingerprint scan you can do from home.
Instead of visiting five banks with five sets of paperwork, Vidya Lakshmi lets you fill one common form and apply to several education loan schemes at once — here's exactly how the process works.
"Write a 2-page essay" and "write 500 words" sound like the same instruction, but page count depends on font, size and spacing in ways word count doesn't. Here's the actual math, plus real reference numbers for essays, resumes and cover letters.
Subtracting birth year from the current year gets your age wrong roughly a third of the time — the actual calculation has to account for whether your birthday has happened yet this year. Here's the real method, plus the leap-year and eligibility-cutoff edge cases that trip up manual calculations.
It looks like Latin, it isn't quite Latin, and it's been the default placeholder text in design for over 500 years — literally. Here's where Lorem Ipsum actually comes from, why designers still reach for it over real sentences, and when it's the wrong choice.
All three let a website remember something about you between page loads, and it's genuinely easy to reach for the wrong one — cookies get sent to your server on every request whether you need them there or not, and the other two never leave the browser at all.
Street vendors rebuilding after a setback often can't get a normal bank loan — no collateral, no formal credit history. PM SVANidhi is built specifically around that gap, with a genuinely useful incentive built in: repay on time, and your next loan limit goes up.
One covers accidental death and disability. The other covers death from any cause. Both are government-backed, both enrol through your bank, and both get confused with each other constantly because their names — and acronyms — are nearly identical.
A plain #4f46e5 hex code has no concept of transparency — CSS needs a different format for that, and picking the wrong one is why your "semi-transparent" overlay renders as a solid block. Here's how HEX, RGBA, HSLA and HEX8 actually relate, and when each one is the right choice.
404 and 500 you already know. But 401 vs 403, 301 vs 302, and 429 trip up developers constantly — and getting them wrong quietly breaks debugging, SEO, and API integrations. Here's what each family actually means and when to use which.
25 minutes of focus, a 5-minute break, repeat — the Pomodoro Technique sounds trivially simple, which is exactly why most people who try it quit after a week. Here's the version that actually works, and when to reach for something else.
That %20 you've seen in URLs isn't decoration — it's how the web safely represents characters a URL can't contain literally. Here's what URL encoding actually does, the characters that trip people up, and the mistakes that quietly break links and forms.
Downloading your COVID vaccination certificate takes an OTP and two clicks — fixing a wrong name or DOB on it takes one extra step people often miss.
BMI is a single number from a simple formula — useful for a quick, population-level screen, and easy to over-read as more than that for any one individual.
E-invoicing isn't the same as generating a GST invoice — it's a separate government-side validation step, and skipping it when you're required to isn't optional.
Both turn data into a fixed-length fingerprint, but MD5 is broken for anything security-sensitive while SHA-256 isn't — here's what that actually means in practice.
A contrast ratio isn't a vibe check — it's a precise formula, and WCAG sets hard numeric thresholds your design either passes or fails.
That 10-digit number in your API response or database log is counting seconds from a specific moment in 1970 — here's what it means and how to read it.
Not all "random" is equally random — Math.random() and crypto.getRandomValues() look similar but are built for completely different jobs.
Renewing an expiring or expired Indian passport is a different flow from a fresh application — here's exactly what changes and what to prepare.
All three list prices and items, but only one of them is a legally binding demand for payment — mixing them up confuses clients and can cause real accounting problems.
HRA exemption isn't just "whatever your employer pays" — it's the smallest of three separate numbers, and getting the calculation wrong is the most common reason people under- or over-claim it.
Same principal, same rate, same years — but compound interest can end up paying (or costing) meaningfully more than simple interest. Here's exactly why.
ABHA is a digital health ID that links your medical records across hospitals and clinics — here's how to create yours in a few minutes, free.
A government savings scheme for a girl child with a high fixed interest rate and full tax-free returns — here's how it works and how to open one.
Planning to drive abroad on your Indian licence? Here's how the IDP works, which countries actually accept it, and how to apply through your RTO.
Draw or type a signature and get a clean, transparent PNG you can drop into any document, form or email signature — no app, no account.
Record a quick voice memo, note, or clip directly in your browser and download it — no software install, no account.
Typing speed improves with the right practice, not just more typing — here's what actually moves the needle, plus a free way to track your WPM.
Banks require the amount on a cheque written out in words as well as figures — here's the correct format, with a free converter to get it exactly right.
Turn a README, meeting notes, or documentation written in Markdown into a clean, shareable, printable PDF — right in your browser.
Meta tags are invisible to visitors but shape how your page looks in search results and social shares — here's what actually matters.
The 's' in HTTPS stands for a real, meaningful difference in how your data travels across the internet — here's what it actually protects.
Fix a sideways scan or an upside-down page in seconds — rotate the whole document or just specific pages, free and instant.
Upload any image, add classic top and bottom captions, and download instantly — right in your browser, no sign-up or watermark.
Your driving licence needs renewal before it expires — here's how to do it online through the Parivahan portal, what documents you need, and common mistakes to avoid.
Let guests join your Wi-Fi with one scan — no typing a long password. Here's how to generate a Wi-Fi QR code for free.
A plain-English walkthrough of the current income tax slabs under both regimes, and how to work out roughly where you land.
The exact size, background and rules Indian passport and PAN photos need — and how to crop your own photo to spec in your browser, no studio visit required.
The exact caption, bio and post limits for Instagram, X, Facebook, LinkedIn, TikTok and Threads — and how much actually gets seen before "...more" cuts it off.
Who's actually eligible for PM-JAY, how to check your status and download the e-card for free, and what to do if your name or details on the card are wrong.
A practical, no-hype comparison of the three biggest AI chatbots — what each is actually good at, their free tiers, and which one fits your specific task.
From AI-native editors to terminal-based agents, these are the AI coding tools with a genuinely useful free tier — what each does best, and where to start.
Midjourney gets the most attention, but it's paid-only. Here are the AI image generators that actually have a usable free tier — and where Midjourney fits in.
Skip the wait for a physical replacement — download a QR-coded, print-ready copy of your Voter ID from the Election Commission's own portal in a few minutes.
How NPS works, the Tier I vs Tier II difference, the extra ₹50,000 tax deduction under 80CCD(1B), and how to open an account through eNPS.
Vector vs raster, explained with real examples — logos, icons and illustrations vs photos and screenshots — plus when to optimise an SVG before shipping it.
A complete walkthrough of QR code types, branding one with your colours and logo without breaking scannability, and exporting it in the right format.
Combine multiple PDFs into one file, reorder pages, and understand why doing it in your browser matters when the documents are sensitive.
Step-by-step conversion between JPG and PNG, plus when you actually need each direction — transparency, lossless edits or smaller file size.
How to cleanly remove a solid, plain background from a product photo, ID picture or logo using color-based removal — free, in your browser.
Practical, specific free tools for essay limits, coursework calculations, unit conversions, study sessions and grade tracking — no sign-up required.
Get a free instant e-PAN using your Aadhaar in minutes, or apply for a physical PAN card. Documents, steps and common mistakes explained.
Apply for a new ration card, add family members or make corrections online through your state's food & civil supplies portal — documents and steps.
Create branded QR codes for your website, menu, UPI payments or Wi-Fi in seconds — with your colours and logo, exported as PNG, SVG or PDF.