HN user

doognukem

3 karma

[ my public key: https://keybase.io/dougnukem; my proof: https://keybase.io/dougnukem/sigs/jttjeswFXXEEFw8e9Zp3_I1GqfODBCGmK6YG4wqBCWE ]

Posts0
Comments3
View on HN
No posts found.

Colossal Biosciences | Multiple Positions | Austin, TX/Dallas, TX (REMOTE +/- 4 hours CST) | Full-Time | https://colossal.com/

We are a genetic engineering company building new technologies to advance the field of genomics. The company is the first to apply CRISPR technology for the purposes of species de-extinction, beginning with the woolly mammoth.

I'm the head of engineering, we're looking to build out a Software platform and DevOps team to support running Bioinformatic analysis to support our core vision of advancing the field of genomics.

We're looking to hire Senior Golang developers to build out our backend APIs and services. You would work closely with our Bioinformatics team that is developing cutting-edge pipelines and help optimize building and running those pipelines on our custom built SaaS platform.

Tech Stack: Backend - Go, PostgresSQL, Google Cloud, Terraform, Nextflow. Frontend - React, Next.js, Typescript.

Senior Backend engineer (https://colossal.com/careers/?gh_jid=4100491004) - Golang, experience architecting/deploying/monitoring cloud services (GCP, AWS, Azure)

Senior DevOps Engineer (https://colossal.com/careers/?gh_jid=4100443004) - Experience managing, deploying cloud services (GCP, AWS), using infrastructure as code tools like Terraform.

Frontend Engineer (https://colossal.com/careers/?gh_jid=4100448004) - React, Typescript, help build next generation visualizations and UX for biologists to explore their data and make discoveries.

Check out all our jobs: https://colossal.com/careers/

I sometimes prefer using the git-wip commands.

https://github.com/tjmehta/git-wip

Let's me organize my "stashes" based on work-in-progress local branch commits. Also easier to rebase onto if it's a local branch that hasn't been pushed yet etc.

  git wip 
    - alias for git add .; git commit -m __wip;

  git unwip 
    - checks if last commit is a __wip and git reset HEAD^