You are here |
taylorbrazelton.com | ||
| | | |
lincolnmullen.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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... |