Portfolio

Integrating Jenkins with preZero for automated code analysis

A how-to guide showing the user how to configure their Jenkins setup so that preZero runs automatically before/after each build.


Automating code analysis with preZero using GitHub Actions

A sample YAML script demonstrating how to automated code analysis using preZero when working with GitHub (e.g., whenever someone opens a pull request, merges into master).


Build Serverless Applications Using Token-Based Authentication with AWS API Gateway and Lambda

An oldie, but a goodie ā€” this article is an in-depth tutorial on:

  • Authorizing access to Amazon API Gateway methods for existing users using Auth0 delegation for AWS;

  • Integrating with AWS Identity and Access Management (IAM);

  • Setting up the Amazon API Gateway using AWS Lambda functions and securing those functions with AWS IAM roles;

  • Using Auth0 delegation to obtain a token for the AWS IAM role;

  • Assigning different permissions to various classes of users;

  • Flowing identity using a JSON Web Token (JWT).