Tag: Developer Tools

Can GenAI 10X developer productivity?

Anand Das, cofounder and CTO of Bito AI, joins Ben and Ryan for a conversation about the intersection of developer productivity and GenAI. ...
Continue Reading Can GenAI 10X developer productivity?

Build vs. buy doesn’t matter. Tool adoption does.

Ben and Ryan talk to Rob Skillington, CTO and co-founder of Chronosphere. They talk about how buy vs. buy is a false choice, lessons learned from building developer tooling at Uber, and why building developer tools needs more than technical skills. ...
Continue Reading Build vs. buy doesn’t matter. Tool adoption does.

Forget the 10X engineer—it’s about building a 10X culture

On today’s sponsored episode, Ben and Ryan talk with James Simmonds and Tristan Sheppard, both principal software engineers and engineering leads in the power trading department at Shell, about how a century-old company is working to evolve into a place where developers and engineers love to work. ...
Continue Reading Forget the 10X engineer—it’s about building a 10X culture

Integrating AI tools into your workflow

For AI tools to be useful to your team, they have to fit into your existing workflows. ...
Continue Reading Integrating AI tools into your workflow

Delicious Brain Bytes: Measuring Developer Productivity, New Releases, ACF Survey Results, and the State of WordPress Dev Tools

In this issue of Delicious Brain Bytes, we look into contentious methods for measuring productivity in software development, new releases from ACF, WP Migrate, WP Offload SES, and WP Offload Media, the final results from the first-ever ACF user survey, and much more. You can subscribe to Delicious Brain Bytes here. 🖥️ WordPress 6.4 to Include New Typography and Design Features WordPress 6.4 is set for release on November 7, 2023 and will bring...
Continue Reading Delicious Brain Bytes: Measuring Developer Productivity, New Releases, ACF Survey Results, and the State of WordPress Dev Tools

WebKit Features in Safari 16.0

Whew boy, Safari 16 is officially out in the wild and it packs in a bunch of features, some new and exciting (Subgrid! Container Queries! Font Palettes!) and others we’ve been waiting on for better cross-browser support (Motion Path! Overscroll … WebKit Features in Safari 16.0 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading WebKit Features in Safari 16.0

Flutter For Front-End Web Developers

I started as a front-end web developer and then became a Flutter developer. I think there were some concepts that helped me adopt Flutter easier. There were also some new concepts that were different. In this article, I want to … Flutter For Front-End Web Developers originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Flutter For Front-End Web Developers

Committing CSS Crimes

The time for CSS-Tricks is over. Now is the time for CSS Crimes! In this current landscape of content service providers, users are often limited to expressing themselves in text, links, and images. Sanitization rules tend to strip out HTML, … Committing CSS Crimes originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Committing CSS Crimes

How to Use Chrome Developer Tools for API Testing

This article describes how you can play around with these Chrome Developer Tools and test your API in case of failure or according to your requirements. Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. The post How to Use Chrome Developer Tools for API Testing appeared first on Education Ecosystem Blog. ...
Continue Reading How to Use Chrome Developer Tools for API Testing

How to use cookies in Flask

Cookies, or more precisely, HTTP Cookies, are text files saved on the client machine. Based on the cookie settings in the Client Browser, each cookie might be stored permanently or for a defined expiry time. ...
Continue Reading How to use cookies in Flask