article thumbnail

Automating dead code cleanup

Engineering at Meta

Meta’s Systematic Code and Asset Removal Framework (SCARF) has a subsystem for identifying and removing dead code. SCARF combines static and dynamic analysis of programs to detect dead code from both a business and programming language perspective. These are combined and form an augmented dependency graph.

Coding 142
article thumbnail

Data Migration Strategies For Large Scale Systems

Data Engineering Podcast

Summary Any software system that survives long enough will require some form of migration or evolution. When that system is responsible for the data layer the process becomes more challenging. This episode is supported by Code Comments, an original podcast from Red Hat. My thanks to the team at Code Comments for their support.

Systems 130
article thumbnail

Build faster with Buck2: Our open source build system

Engineering at Meta

Buck2, our new open source, large-scale build system , is now available on GitHub. Buck2 is an extensible and performant build system written in Rust and designed to make your build experience faster and more efficient. In our internal tests at Meta, we observed that Buck2 completed builds 2x as fast as Buck1. Why rebuild Buck?

Building 145
article thumbnail

A Tour Around Buck2, Meta's New Build System

Tweag

Buck2 is a from-scratch rewrite of Buck , a polyglot, monorepo build system that was developed and used at Meta (Facebook), and shares a few similarities with Bazel. As you may know, the Scalable Builds Group at Tweag has a strong interest in such scalable build systems. fix the code # fix code 7.

Systems 141
article thumbnail

Monetizing Analytics Features: Why Data Visualizations Will Never Be Enough

Think your customers will pay more for data visualizations in your application? Five years ago they may have. But today, dashboards and visualizations have become table stakes. Discover which features will differentiate your application and maximize the ROI of your embedded analytics. Brought to you by Logi Analytics.

article thumbnail

Announcing FawltyDeps - a dependency checker for your Python code

Tweag

The dependency is now installed in your Python virtual environment or on your system. You might forget one of the imports you used in your code. FawltyDeps proceeds in three steps: It reads your Python code and Jupyter notebooks and discovers all imports from packages outside the standard library and the project itself (aka.

Python 144
article thumbnail

ChatGPT for Coding: Unleash the Power of ChatGPT

Edureka

One of them is Chat GPT, a conversational model of AI that is a powerful chatbot that answers follow-up questions and writes code for the users. In this blog we will get to know about the perks of ChatGPT for coding. 4 Step 6: Receive a code through SMS or WhatsApp. 5 Step 7: After entering the code, select “New Chat.”

Coding 130