Difftastic, The Fantastic Diff
- Wilfred Hughes tl;dr: "json-diff already exists, and it’s pretty good. I wanted something similar for programming languages. After a huge amount of experimentation, I have something that works. In this post, I’ll show you how it works. I won’t show the many, many dead ends and failed designs along the way. We can pretend that I got it right first time."featured in #350
Digitizing 55,000 Pages Of Civic Meetings
- Philip James tl;dr: Philip introduces us to a tool he's built for his hometown of Alameda, allowing the community to ask questions such as “which meetings in my city have recently talked about rent control?” The tool is a SQL-backed full text search of city meeting minutes, allowing 18,746 pages of city minutes to be fully searchable by anyone.featured in #347
featured in #343
featured in #340
Improving On The GitHub Code Review Comment Experience
- Dylan Trotter tl;dr: "There are a bunch of limitations with the conversation experience in GitHub that had always bothered us and we felt we could do better. Here are a few of the ways that the plz.review comment and conversation UX is a big improvement over GitHub."featured in #332
Data And System Visualization Tools That Will Boost Your Productivity
- Martin Heinz tl;dr: "As files, datasets and configurations grow, it gets increasingly difficult to navigate them. There are however many tools out there, that can help you to be more productive when dealing with large JSON and YAML files, complicated regular expressions, confusing SQL database relationships, complex development environments and many others."featured in #327
featured in #326
featured in #284
featured in #265
A Better Resume for Developers
- Ben Northrop tl;dr: It pays to cram all the technologies used in a project onto your resume, since that's what job matching algorithms are designed to parse. Ben has designed an interactive resume to present your work in a different way.featured in #261