_lhermann’s avatar_lhermann’s Twitter Archive—№ 282

        1. I am starting a new side project and am going to document it for your and my benefit. Working title: "Resource Tracker", a price comparison site for industrial resources. First step is the environment setup (details in thread)
          oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
      1. …in reply to @_lhermann
        PostgreSQL is my database of choice because it can return updated rows and has some other neat features. Docker is the best way to spin up a local instance. docker-compose up -d and done.
    1. …in reply to @_lhermann
      Sequelize is a great library to access the database without writing SQL, it can handle entity definitions and migrations
  1. …in reply to @_lhermann
    Inversify.js does dependency inversion which I want to use with my services. It requires typescript, so a good way to get better with ts, too