#RemoteLife: What it's like to be a Product Manager at OneLocal
Ecommerce: how Sheertex invested in their team as a series B company
BY Lyn Chen
2 min read
Ecommerce: how Sheertex invested in their team as a series B company
Sheertex is an innovative e-commerce fashion company. Started in 2017, they created the world's first indestructible pantyhose made out of the same material as bulletproof vests. ...
Read more
BioTech: how BioBox Analytics took their kubernetes test pipeline from hours to minutes
BY Lyn Chen
2 min read
BioTech: how BioBox Analytics took their kubernetes test pipeline from hours to minutes
BioBox Analytics is a venture-backed biotech software company developing a unified genomic data analytics platform for scientists. ...
Read more
System design hack: Postgres is a great pub/sub & job server
BY Colin Chartier
4 min read
System design hack: Postgres is a great pub/sub & job server
If you need a publish/subscribe or job server at any point in your project, try using Postgres. It'll give you lots of data integrity and performance guarantees, and it doesn't require you or your team learning any new technology. ...
Read more
CI configs should be documentation
BY Colin Chartier
3 min read
CI configs should be documentation
Continuous Integration (CI) lets you define tests to run before any code is merged - in practice, this means that you can make sure that nothing breaks in response to a change. A lesser-known benefit of CI is that it helps other developers set up the software with any required dependencies. ...
Read more