Remove tag software-development
article thumbnail

Bun: lessons from disrupting a tech ecosystem

The Pragmatic Engineer

Many developers are giving Bun a go. Discovering these edge cases – and making sure they don’t catch you off guard – will surely be a learning curve for developers using Bun, just like with every new framework. It’s a win for everyone; the community and the developers working on it full time.

article thumbnail

How to get started with dbt

Christophe Blefari

dbt Core has been developed by dbt Labs, which was previously named Fishtown Analytics. dbt Labs also develop dbt Cloud which is a cloud product that hosts and runs dbt Core projects. dbt is a development framework that combines modular SQL with software engineering best practices to make data transformation reliable, fast, and fun.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How DoorDash Migrated from StatsD to Prometheus

DoorDash Engineering

Challenges Faced With StatsD StatsD was a great asset for our early observability needs, but we began encountering constraints such as losing metrics during surge events, difficulties with naming/standardized tags, and a lack of reporting tools. We’ll briefly introduce StatD’s history before diving into those specific issues.

AWS 82
article thumbnail

What is RFID Blocking and How Does It Work?

Knowledge Hut

It involves special tags and readers. The tags, which are like small chips, send out information when they come close to a reader. RFID blocking on the other hand comes into the picture to disallow unauthorized use of your RFID which is done by shielding or blocking the radio waves emitted by RFID readers from reaching the RFID tags.

IT 52
article thumbnail

How to Package and Price Embedded Analytics

Just by embedding analytics, application owners can charge 24% more for their product. How much value could you add? This framework explains how application enhancements can extend your product offerings. Brought to you by Logi Analytics.

article thumbnail

Top 10 DevOps Programming Languages That You Must Know

Knowledge Hut

DevOps movement tries to eliminate the gap between software development and IT operations. It provides a flexible approach to programming as the developers can make alterations in parts of the language to fit the requirements. Perl provides a quick fix solution for web apps, text processing, GUI development, etc.

article thumbnail

What is Stack Data Structure? Types, Operations, Implementation

Knowledge Hut

Applications: Stacks are commonly used in software applications to manage function calls, evaluate expressions, parse data, and implement undo mechanisms. During parsing, opening tags or brackets are pushed onto the stack, while closing tags or brackets pop corresponding elements off the stack.