ยท 2 days agoยท Dev.to
Rendering scannable barcodes in the browser with JsBarcode (no backend)
I had a small feature to add to a web app last month: let a user type a SKU and get back a Code 128 barcode they could print on a label. My first instinct was to reach for a barcode microservice or one of those GET /barcode?text=... image APIs. Then I remembered the whole thing can run on the client
#cloud-computing#javascript#barcode-generation#web-development