8 months ago in Tools

wkhtmltopdf

wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service.

There is also a C library, if you're into that kind of thing.
 8 months ago in Tools

iVentoy

With iVentoy you can boot and install OS on multiple machines at the same time through the network.
iVentoy is extremely easy to use, without complicated configuration, just put the ISO file in the specified location and select PXE boot in the client machine.
 8 months ago in Tools

Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
 9 months ago in Libraries

Zdog

pseudo-3D engine for canvas & SVG
 9 months ago in Libraries

Eruda

console for mobile browsers
 9 months ago
4

Libraries

 9 months ago in Cheatsheets

Google Sheets function list

https://support.google.com/docs/table/25273
 9 months ago in Online Tools

Posh Brolly

shader editor
 1 year ago
1

Interviews

 1 year ago in Interviews
Amal sits down for a one-on-one with Alex Russell, Microsoft Partner on the Edge team, and former Web Standards Tech Lead for Chrome, whose recent post, The Market for Lemons, stirred up a BIG conversation in the web development community.

Have we really lost a decade in potential progress? What happened? Where do we go from here?
 1 year ago in Fundamentals

Local-First Web Development

So, you want to build an app that has its data co-located with its UI? That works offline? That synchronizes between clients? And that lets its users own their data?
 1 year ago
1

Fundamentals

 2 years ago in Tools

jq

"jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text"
 2 years ago in Online Tools

ASCIIFlow

ASCII diagram drawing tool
 3 years ago in Cheatsheets

Emoji as Favicon

<link rel="icon" href="data:image/svg+xml,<svg xmlns="http://w3.org/2000/svg" viewBox="0 0 100 100"> <text y=".9em" font-size="90">💩</text> </svg>" />
 3 years ago in Cheatsheets

align horizontally and vertically

.center {
	display: grid;
	place-items: center;
}
 3 years ago in Online Tools

regex101

build, test and debug regular expressions