Pinned Repositories
ara225.DynamoDBUserStore
A custom user store for ASP .NET Core Identity built in C#. Designed to allow ASP .NET Core Identity to store user and role data in AWS DynamoDB rather than Microsoft SQL Server etc.
aws-lambda-form-submit-handler
AWS Lambda form submission handler with ReCaptcha validation, sends form data as an email using AWS SES
blog-posts
My blog posts
design-experiments
This repo is a home for my experiments with designing website frontends. I'm using CSS, HTML and JavaScript with a bit of Bootstrap.
house-price-index-api
A small project with the goal of making an API for the UK's House Price Index. It's all in Node.js, using AWS's CDK framework to define the infrastructure, API gateway + Lambda for the API, Jest for tests, and a mySQL RDS database to store the information. The choice of dataset is mostly random: I just wanted a real life dataset to practice building an API around. It's far from perfect, but I learned a lot about RDS in the process.
icon-index
Icon Index is a web app indexing icons from web icon packs. The goal is to make it easier to find packs containing the icons you want in the styles you want.
mini-frontend-projects
Home for small frontend projects I've made. Tutorials at https://dev.to/ara225
node-js-pxe-server
A simple CLI JavaScript PXE server (server to boot computers/VMs over a network) implemented in JavaScript using node.js.
reed-jobseeker-api
Small API wrapper for Reed's Job Seeker API written in Python
serverless-audiobook-maker
Serverless application which converts text to audio, and creates a simple video with it. Uses a range of AWS services including SNS, S3, Lambda, ECS (Fargate variant), Polly and DynamoDB, and is built in Python, with some Bash used for the container. This was a nice little experiment, however the text to speech quality simply isn't good enough to be of practical use so I haven't really done anything with it.
Ara225's Repositories
Ara225/json-schemas
Schemas come from schema.org, they're simply parsed into a better format and put together. Script for parsing same data into diffrent formats is included
Ara225/serverless-polls-app
A serverless API, built using AWS Lambda, AWS API gateway and AWS DynamoDB and deployed using a SAM template. Core backend for some sort of social polling service/web app, though it primarily exists to be a learning experience for me.
Ara225/flashcards-api-django
Experimenting with Django API devolpment
Ara225/utf8-api
Small and mostly pointless lambda function for searching UTF-8 chars
Ara225/aws-lambda-form-submit-handler
AWS Lambda form submission handler with ReCaptcha validation, sends form data as an email using AWS SES