Explore >> Select a destination


You are here

taylorbrazelton.com
| | lincolnmullen.com
7.0 parsecs away

Travel
| | I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.
| | endormi.io
7.2 parsecs away

Travel
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.
| | coornail.net
7.8 parsecs away

Travel
| | A recent Hacker News thread got me to revisit my dotfiles repository and reflect on the tools I've been using for the past 10+ years. Technologies like the cloud and docker came, but surprisingly nothing major has changed in these years.
| | vadimkravcenko.com
61.1 parsecs away

Travel
| Becoming a engineering manager requires certain skills. Navigating the journey from software engineer to technical manager can be a daunting task. This guide provides a comprehensive roadmap for engineers who are stepping into leadership roles. It covers a wide range of topics, from understanding the role of a CTO and building remote teams, to dealing with technical debt and becoming a good mentor. The guide also offers insights into running efficient meetings with engineers, growing interns, and the imp...