Live data from Hacker News

Viewing profile — skdv

skdv

HN member
Joined
Fri, Apr 24, 2020, 6:39 AM UTC
HN karma
2
Public activity
2 items

About skdv

No profile information was provided.

Recent public activity

  1. comment
    Comment #22965798

    You don't need to write the migration until you're done. It's possible to have a very tight feedback loop in any case. I'm doing a lot of work in a Rails codebase where I edit view…

  2. comment
    Comment #22965345

    Web frameworks like Rails/Django use the idea of migrations to make changes to the database. The idea is that you have a set of migration scripts like: migrations/1765_create_table…