Skip to content
OneKitly
Daniel Okonkwo

Articles by Daniel Okonkwo

Front-end developer and tech writer · View profile

· 10 min read

Merging an Application Pack into One PDF, in the Right Order

A rental file, a loan application, a tender: the requester wants one document, in the order they listed. The merge itself takes seconds. What goes wrong is the ordering, the page sizes and the file that silently loses its signature — all of which are avoidable if you know where they bite.

· 9 min read

Turning a PDF into Images When a Site Refuses PDFs

Marketplaces, job boards and support forms often accept JPEG and PNG and nothing else. Converting is easy; choosing the resolution is the part that decides whether the recipient can read your document, and it is the part every tool asks you about and nobody explains.

· 10 min read

Why Compressing a File Twice Does Not Halve It Twice

The first pass takes 30% off and the second takes nothing. That is not a broken tool — it is the difference between removing redundancy and removing information, and knowing which one you are doing tells you when to stop and what a second attempt actually costs.

· 11 min read

Getting a PDF Under a 10 MB Upload Limit

The form rejects your file and offers no advice. What works depends entirely on where the megabytes actually are, and for a scanned document the answer is not compression at all — it is resolution. Here is how to tell which case you have in ten seconds.

· 12 min read

Pull the Plug: Which Online File Tools Actually Upload Your Document

Every online file tool promises your document is safe. Almost none tell you whether it leaves your machine at all. There is a five-second test that settles it without reading a single privacy policy, and it works on any tool — including this one.

· 10 min read

DPI, PPI, and What Actually Controls Print Size

The DPI figure inside an image file is a label. It changes no pixels. Printed size is pixels divided by PPI — and DPI, properly used, means something else entirely: the printer's dots.

· 13 min read

What EXIF Data Reveals, and How to Strip It Properly

A photo file carries coordinates, an exact timestamp, the device and lens, and on some cameras a serial number. Here is what is actually in the block, what stripping does and does not fix, and how to verify it worked.

· 13 min read

JPEG, PNG, WebP or AVIF: Which Format, and Why

Two properties decide the format — photographic or flat-toned, and whether it needs alpha or animation. Everything else is downstream. With measured byte counts for the same two images in all four formats.

· 7 min read

How Instagram Fonts Actually Work (They Are Not Fonts)

Nothing is styled. Each letter is swapped for a different Unicode character that happens to look bold or cursive — which is why a screen reader reads the result as gibberish and some devices show empty boxes.

· 7 min read

How Unix File Permissions Work: Reading 755 Without Guessing

Read is 4, write is 2, execute is 1, and each of the three digits describes a different party. The part most explanations get wrong is what the execute bit does on a directory — it grants traversal, not the right to run anything.

· 2 min read

What Is a Unix Timestamp?

A Unix timestamp counts the seconds since January 1, 1970 UTC. Learn why computers use it, how to convert it, and the 2038 problem.

· 4 min read

The True Cost of an Employee: Beyond the Salary

An employee costs far more than their gross salary. Learn how payroll taxes, benefits and overhead push the total to roughly 1.25–1.4× the salary, with a worked example.