Writing Lines Of Code
BlogTags
Blog
Tags

  • image

    PlusCal

    PlusCalconcurrencyTLA+
    PlusCal is a language for writing algorithms that translates into TLA+. It is an invaluable tool for reasoning about concurrency.
    Read more →
  • image

    Data driven tests

    testing
    Writing good unit tests is hard. Ideally we use as little code as possible to cover as many use cases as possible. One tool to help with this challange is data driven tests.
    Read more →
  • image

    Modeling a traffic light - Part 4: Invariants

    TLA+modeling
    What must be true of every state in all behaviors of a functioning traffic light?
    Read more →
  • image

    Modeling a traffic light - Part 3: Specification

    TLA+modeling
    What does a TLA+ specification look like?
    Read more →
  • image

    Entity Framework Bulk Update

    SQLEF
    EF core 7.0 introduces a new, more efficient way of upating one or more properties of several entities.
    Read more →
All Posts →
David Jimenez
•
© 2025
•
Writing Lines Of Code