Programming

Exclude Certain Scripts From Transaction When Using DbUp Members Public

Certain commands cannot run under a transaction. See how you can exclude them while still keeping your rest of the scripts under transaction.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

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

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

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

Managing Your Postman API Specs Members Public

Organizing and managing your API specs either through Postman Cloud or your Source Control.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

Tip of the Week: Prettier - An Opinionated Code Formatter Members Public

Format your code fast, easy and consistent.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming