Guide

A collection of 2 posts
all webapp.io posts
#RemoteLife: What it's like to be a Software Engineer at a 500 Startups company
BY Lyn Chen
2 min read
#RemoteLife: What it's like to be a Software Engineer at a 500 Startups company
This is a post from our #RemoteLife series, where the webapp.io team interviews tech employees and founders in various roles. This is a resource to share productivity tips and challenges of their roles during this adjustment period. This interview features Claudia Guerreiro, a full-stack software developer from Bliinx who ...
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