Charlie Gerard is a highly accomplished software engineer and technologist. She’s worked at Stripe, Netlify, and Atlassian and authored the book, Practical Machine Learning in JavaScript. In her spare time, Charlie explores the field of human-computer interaction and builds interactive prototypes using hardware and machine learning. Some of her recent projects include building a DIY
The post Catching up with Technologist Charlie Gerard appeared first on Software Engineering Daily.
2023/09/19
44:14
Blameless with Ken Gavranovic
Incident management is the process of responding to unplanned events or service interruptions, and then restoring service to an operational state. Having robust incident management is vital to many software teams. Blameless is a framework designed to help software companies manage their production incidents effectively. It provides a workflow for managing the incident response as
The post Blameless with Ken Gavranovic appeared first on Software Engineering Daily.
2023/09/14
26:48
Minimum Viable Security for Cloud Apps with David Melamed
Cloud applications continue to grow in popularity, but ensuring the security of these applications often presents a formidable engineering challenge. This challenge motivated the creation of Jit. Jit is a continuous security platform for developers, and seeks to enable every cloud app to start with minimum viable security, or MVS, without slowing development velocity. David
The post Minimum Viable Security for Cloud Apps with David Melamed appeared first on Software Engineering Daily.
2023/09/12
44:40
Highly Scalable NoSQL with Dor Laor
ScyllaDB is a fast and highly scalable NoSQL database designed to provide predictable performance at a massive cloud scale. It can handle millions of operations per second at a scale of gigabytes or petabytes. It’s also designed to be compatible with Cassandra and DynamoDB APIs. Scylla is used by Zillow, Comcast, and for Discord’s 350M+
The post Highly Scalable NoSQL with Dor Laor appeared first on Software Engineering Daily.
2023/09/07
36:27
Making React 70% faster with Aiden Bai of Million.js
React is an immensely popular JavaScript library that is used to build website user interfaces. A key feature of React is that it uses a virtual Document Object Model, or DOM, to selectively update the desired regions of the web page, which provides major performance advantages. Million.js is an open source project that provides an
The post Making React 70% faster with Aiden Bai of Million.js appeared first on Software Engineering Daily.