What's in my RC 2022

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • config

    My Configuration (by unitehenry)

  • If you want to see my whole config, I keep all my setup files on GitHub: https://github.com/unitehenry/config

  • vundle

    Vundle, the plug-in manager for Vim

  • ## Vundle Install Script function install-vundle() { git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim; sudo gem install vundle-cli; if ! grep -Fxq 'set rtp+=~/.vim/bundle/Vundle.vim' ~/.vimrc then echo "\nset nocompatible\nfiletype off\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\n\nPlugin 'VundleVim/Vundle.vim'\n\ncall vundle#end()\nfiletype plugin indent on" >> ~/.vimrc; fi }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vundle-cli

    A (tiny) CLI for Vim plugin manager Vundle

  • I use vundle to manage my vim packages. But this handy cli makes installing/removing those packages much easier.

  • Vault

    A tool for secrets management, encryption as a service, and privileged access management

  • This script helps me switch vault contexts for pulling secrets in different environments like staging and production.

  • pandoc

    Universal markup converter

  • Continuing to leverage pandoc whenever I need to create some quick slides or a document.

  • op-js

    A JS library powered by the 1Password CLI

  • I used to be anti hosted password managers, but I was recommended using 1password and their CLI client to manage my passwords.

  • cheat.sh

    the only cheat sheet you need

  • When I don't remember how to use a certain utility, this cheatsheet API is always handy.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • Handy script to install homebrew on a new machine.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts