Resources

DevSecOps: Integrating Security into DevOps – Part 4

In this continuation blog, we will explore some more advanced topics related to DevSecOps implementation. Threat Modeling Threat modeling is the process of identifying potential threats to an application or system and evaluating their impact. It helps identify potential security…
Read more

DevSecOps: Integrating Security into DevOps – Part 2

Continuing from my previous blog, let’s dive deeper into the implementation of DevSecOps. Integrating Security into DevOps To implement DevSecOps, it is essential to integrate security into every phase of the DevOps lifecycle. The following are the key phases in…
Read more

Zip(Archive) API’s in .NET Framework 4.5 – ZipArchive Class

With release of .NET Framework 4.5, Microsoft has introduced new classes in to System.IO.Compression namespace. These classes will add the necessary programming support for Zipping(Achiving), and Extracting support for Zip Files in your .NET Source Code. Below are the newly…
Read more

Introducing you the “Martin Fowler” : The king of Software Development

Martin Fowler is an author and international speaker on software development, specializing in object-oriented analysis and design, UML, patterns, and agile software development methodologies, including extreme programming. Martin Fowler Fowler is a member of the Agile Alliance and helped create…
Read more