•  

Build Tools with Benjy Weinberger

0
0

Writing software is an absolute joy. Getting software to build is a chore. Thus, build systems emerged as a solution to automate this chore. At some point software engineers either use or hear legends about make and makefiles. While perhaps being the historically known tool, a great deal of thought has gone into approaches to build systems since 1976 when make was introduced.


In today’s episode, we focus on a build system called Pants.  Pants is a scalable, software build system.  It can help you support all the modern challenges of a build system such as dependency resolution, testing, linting, and packaging.  In this episode, I interview Benjy Weinberger, co-founder at Toolchain and contributor to the open source project Pants.


Sponsorship inquiries: sponsor@softwareengineeringdaily.com


The post Build Tools with Benjy Weinberger appeared first on Software Engineering Daily.


No comments yet...
Log in to comment
0 0 0
2024-05-16

Pinata and the Interplanetary File System with Matt Ober

The interplanetary filesystem, or IPFS, is a peer-to-peer network that uses a distributed and decent…
0 0 0
2024-05-15

Animal Well with Billy Basso

Animal Well is a Metroidvania game developed as a solo project by Billy Basso over the course of sev…
0 0 0
2024-05-14

LLMs for Data Queries with Sarah Nagy

One of the most promising applications of large language models is giving non-experts the ability to…
0 0 0
2024-05-09

Implementing KYC and User Verification with Alex Grinman

Almost every application or system involves some sort of user onboarding. Increasingly, companies mu…
0 0 0
2024-05-08

Nuxt JS with Anthony Fu

Vue is a popular JavaScript frontend framework, and Nuxt is an open source meta-framework on top of …
0 0 0
2024-05-07

Scaling Large ML Models to Small Devices with Atila Orhon

The size of ML models is growing into the many billions of parameters. This poses a challenge for ru…