Remove Code Remove Definition Remove Efficiency Remove Programming
article thumbnail

‘Security as code’ demands proactive DevSecOps

Dynatrace

This is known as “security as code” — the constant implementation of systematic and widely communicated security practices throughout the entire software development life cycle. Willie Hicks discussed how Dynatrace Application Security helps organizations adopt a security-as-code approach. The security challenges of DevOps.

Code 160
article thumbnail

Ensuring Performance, Efficiency, and Scalability of Digital Transformation

Alex Podelko

Looking at the program I have the same problem as I always had with CMG conferences – how could I attend all the sessions I want considering that we have multiple tracks? So you need to understand what is going on there – and Debbie is definitely an authority in that area. day program. Something you shouldn’t miss.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Fearing the Wrong Thing

O'Reilly

Matt Welsh has been talking and writing about the end of programming as such. He’s asking whether large language models eliminate programming as we know it, and he’s excited that the answer is “yes”: eventually, if not in the immediate future. AIs generate incorrect code, and that’s not going to end soon.

article thumbnail

9 key DevOps metrics for success

Dynatrace

While DevOps is often referred to as “agile operations,” the widely quoted definition from Jez Humble, co-author of The DevOps Handbook, calls it “a cross-disciplinary community of practice dedicated to the study of building, evolving, and operating rapidly-changing resilient systems at scale.” Deployment frequency.

DevOps 203
article thumbnail

32 MiB Working Sets on a 64 GiB machine

Randon ASCII

47.418 MB is a pretty tiny amount and should take less than 10 ms to fault in (see Hidden Costs of Memory Allocation for details), and there were no new allocations during the trace, so the KiPageFault overhead was definitely excessive. I refined the test code more but it’s still fairly simple. That’s crazy.

article thumbnail

C++ safety, in context

Sutter's Mill

I chair the ISO C++ standards committee and I work for Microsoft, but these are my personal opinions and I hope they will invite more dialog across programming language and security communities. When I say “safety” unqualified here, I mean programming language safety, which benefits both software security and software safety.

C++ 139
article thumbnail

More Manageable, Efficient Code Through 5S

Tim Kadlec

Sometimes code turns ugly. We add quick fixes or enhancements and our code starts to become a big tangle of functions that aren’t laid out in any sort of organized fashion. Over time, our code becomes bloated, difficult to maintain and what should be simple little fixes can quickly turn into long walks through messy syntax.