Upgrading Seeq’s Swagger tooling to OpenAPI Specification 3 has been a long-standing task that was always important but never urgent. However, as we begin to think about the future direction of our API and its documentation, it became more and more pressing to build on an up-to-date foundation that we could leverage for the next…
Software developmentMonth: March 2022
by
Eric Shull
Upgrading Swagger to OpenAPI Specification 3
by
Nikhila
A step-by-step guide to seamless design efforts
Overwhelmed or nervous about digging into your first large design effort? Have no fear. In this blog post series, I’ll cover my approach to design efforts with examples from the new datasource management administration page. My process varies slightly depending on the hat(s) I’m wearing, but for the most part I’ve found that the key…
Design Developer Productivity Software development
by
Austin Sharp
Guice Scopes: Everything They Don’t Tell You
Seeq uses Guice for dependency injection. When the codebase was small, a DI framework seemed like overkill – we liked to inject dependencies to make unit testing easier, but it was easy to do so manually and we understood everything that was going on. As our codebase has grown we’ve seen some antipatterns that a…
Software development