Setting up DbUp in Azure Pipelines Members Public

DbUp in a .Net core console application and Azure Pipelines.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Tip of the Week: Azure Pipelines - How to Find Remaining Free Build Minutes? Members Public

With Azure Pipelines you can continuosly build, test and deploy to any cloud platform. Azure Pipelines has multiple options to start based on your project. Even if you are developing a private application, Pipelines offers you 1 Free parallel job with upto 1800 minutes per month and also 1 Free

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Working Effectively Under Constraints Members Public

At times you might be working in environments where there are a lot of restrictions on the tools that you can use, the process that you need to follow, etc. Under these circumstances, it is essential that we stick to some core and fundamental principles and practices that we as

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Subresource Integrity (SRI) Members Public

Enable browsers to verify files they fetch (for example, from a CDN) are delivered without manipulation.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Enable Cross-Origin Requests (CORS) in ASP.Net Web API Using CorsOptions Members Public

Don't use Cors.AllowAll - Set it up correctly!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

HTTP Content Security Policy (CSP) Members Public

Prevent execution of malicious content in the context of your website.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

HTTP Strict Transport Security (STS or HSTS) Members Public

Get your website to load only over HTTPS.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Ok I Have Got HTTPS! What Next? Members Public

Security is of more and more a concern these days and we saw why it's important to move on to HTTPs. Hope you have already moved on to HTTPS, If not right now is a perfect time - this is one of the things that you should not

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming