How to Join a Team and Learn a Codebase

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • scripts-to-rule-them-all

    Discontinued Set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects.

  • https://github.com/github/scripts-to-rule-them-all

  • bwk

    Kernighan's Awk a.k.a. "One True Awk"

  • Document the steps to setup dev environment in your own words and highlight the issues that you run into

    Lots of people are commenting saying they have problems with this.

    The first thing I do when working on an unfamiliar project is to write a SHELL SCRIPT that records everything I did. I keep that at the root of the git repo, usually as "run.sh".

    For example here is what I did when hacking on Kernighan's awk 5 years ago:

    https://github.com/andychu/bwk/blob/master/run.sh

    So now 5 years later I can see exactly where I got the files from. And I usually count how much source code there is in a repo to get a feel for it, and I have that exact command.

    And I was trying to figure out how much test coverage there is, so I ran a bunch of gcov stuff, which involve Python.

    The shell script may not work now, but the point is that I can tell within 10 seconds what I did 5 years ago.

    So basically I suggest becoming SHELL LITERATE and checking in shell script with comments. (You can also use a Makefile, but shell is less prescriptive about its model and has fewer gotchas. Make has all the gotchas of shell plus some more.)

    https://news.ycombinator.com/item?id=25400278

  • 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
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

  • Thingino: Camera firmware derived from OpenIPC focused on the Ingenic SoC

    1 project | news.ycombinator.com | 4 May 2024
  • Show HN: Dillo 3.1.0 released after 9 years

    7 projects | news.ycombinator.com | 4 May 2024
  • Getting Started with the Signaloid C0-MicroSD FPGA Platform – Hackster.io

    1 project | news.ycombinator.com | 4 May 2024
  • Stop tracking changes to certain files in Git

    1 project | dev.to | 4 May 2024
  • DeepRacer-for-Cloud v5.2.2 now available with new real-time training metrics

    2 projects | dev.to | 3 May 2024