Please turn JavaScript on
header-image

Tweag - Engineering blog

Want to know the latest news and articles posted on Tweag - Engineering blog?

Then subscribe to their feed now! You can receive their updates by email, via mobile or on your personal news page on this website.

See what they recently published below.

Website title: Software Innovation Lab - Tweag

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.09 / day

Message History

We released Nickel 1.0 in May 2023. Since then, we’ve been working so hard on new features, bug fixes, and performance improvements that we haven’t had the opportunity to write about them as much as we would’ve liked. This post rounds up some of the big changes that we’ve landed over the past few years.


Read full story

The following story is a work of fiction. Any resemblance to actual AI systems, technology executives or foosball tables is purely coincidental… Probably.

With apologies to Stanley Kubrick.

Ernest Steadmann committed the final pull request into the staging ...


Read full story

Security in software development has evolved dramatically, yet it’s still one of the easiest things to postpone. Everyone knows it should start early — vulnerabilities are cheaper and simpler to fix when caught before deployment, but deadlines and complexity often push it to the sidelines.

That’s where Static Application Security Testing (SAST) tools like CodeQL come i...


Read full story

Parser combinators are one of the prides of the Haskell community. They’re a craft that we continue to polish to this day. Yet, there’s something unsatisfactory about parser combinators.

See, when I write a parser, I frequently write a pretty-printer as well1, and the pretty-printer is almost the same as t...


Read full story