Pinned Repositories
architecture-decision-record
Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation
aws-api-gateway-template
A HTML5 site template to be used with AWS API Gateway
aws-browser-template
aws-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
aws-cdk-add-global-secondary-index-dynamodb
aws-cdk-api-authorizer
Repository for an article at https://bobbyhadz.com/blog/aws-cdk-api-authorizer - for how to add a Cognito JWT Authorizer to your API provisioned with AWS CDK
aws-cdk-application-load-balancer
A repository for an article at https://bobbyhadz.com/blog/aws-cdk-application-load-balancer for how to provision an application load balancer using AWS CDK
aws-cdk-dynamodb-table
postgresql
Lecture Notes from Complete SQL Bootcamp by Jose Portilla
The-Complete-PostgreSQL-Bootcamp
SQL challenges using PostgreSQL 9.6 in pgAdmin 4 from "The Complete SQL Bootcamp" Udemy course by Jose Portilla
michaelogyekye's Repositories
michaelogyekye/architecture-decision-record
Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation
michaelogyekye/aws-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
michaelogyekye/aws-cdk-add-global-secondary-index-dynamodb
michaelogyekye/aws-cdk-api-authorizer
Repository for an article at https://bobbyhadz.com/blog/aws-cdk-api-authorizer - for how to add a Cognito JWT Authorizer to your API provisioned with AWS CDK
michaelogyekye/aws-cdk-application-load-balancer
A repository for an article at https://bobbyhadz.com/blog/aws-cdk-application-load-balancer for how to provision an application load balancer using AWS CDK
michaelogyekye/aws-cdk-dynamodb-table
michaelogyekye/aws-cognito-lab
michaelogyekye/aws-dynamodb-nodejs
michaelogyekye/aws-dynamodb-python
michaelogyekye/aws-elasticache-redis-nodejs
michaelogyekye/aws-elasticache-redis-python
michaelogyekye/aws-microservices
AWS Serverless Event-driven Microservices with using AWS Lambda, AWS DynamoDB, AWS API Gateway, AWS EventBridge, AWS SQS, AWS CDK stands for Cloud Development Kit for IaC — Infrastructure as Code tool and AWS CloudWatch for monitoring.
michaelogyekye/aws-microservices-course-sections
Section by section udemy course aws-microservices repositories.
michaelogyekye/aws-nodejs-eb
AWS Elastic Beanstalk NodeJS sample application
michaelogyekye/aws-nodejs-sample-codebuild
Sample NodeJS code for the hands-on CI/CD lab of the Deployment section.
michaelogyekye/aws-scs-code
Code used in our AWS Certified Security Specialty course -Neil
michaelogyekye/aws-ses-send-emails
Repository for an article at https://bobbyhadz.com/blog/aws-ses-send-emails - for how to send emails via a Lambda function provisioned using AWS CDK
michaelogyekye/aws-sqs-python
michaelogyekye/cdk-typescript-lambda
Repository for an article at https://bobbyhadz.com/blog/aws-cdk-typescript-lambda - for how to write and deploy Typescript Lambdas in AWS CDK.
michaelogyekye/cdkpatterns-serverless
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
michaelogyekye/csharpbooks
michaelogyekye/github-demo
Git hub demo repo to show basic git workflow
michaelogyekye/github-demo2
simple demo repository to show basic Git workflow
michaelogyekye/machine_learning_examples
A collection of machine learning examples and tutorials-Lazy Programmer Inc.
michaelogyekye/microservices-mach-arch
Microservices architecture with MACH
michaelogyekye/parallel-concurrent-examples-python
examples of parallelism, concurrency, and asyncio in python
michaelogyekye/PostgreSQL-bootcamp
SQL Bootcamp 2021 & Advanced Queries: fundamentals, aggregate functions, advanced commands, and conditional expressions with PostgreSQL
michaelogyekye/powershell-scripts
powershell-scripts
michaelogyekye/pro-c-sharp-10
Source Code for 'Pro C# 10 with .NET 6' by Andrew Troelsen and Phil Japikse
michaelogyekye/simple-task-queue
asynchronous task queues using python's multiprocessing library