Mike

555
reputation
3
14

I'm a self taught web developer, and I'm currently working to convert 30 year old C and fortran financial software to a modern react web applications with a graphql API to tie together new Node.JS (typescript) and Python microservices.

I'm responsible for:

  • The overall application architecture
  • The AWS deployment pipeline and all other DevOps tasks AWS related (like networking and other VPC configuration tasks)
  • The actual coding for the GraphQL microservice and Schema design (I'm building it in TypeScript / NodeJS and using serverless for deployment)
  • Much of the RDBMS table design (PostgreSQL running on RDS)
  • The authorization and security scheme (we're using Auth0)
  • SSO with the new application and our other public facing web apps, some of which are developed in house, some of which are from external vendors
  • Managing the Front End development which is being done by one internal developer and an external team of developers working for our consultant. I haven't done much of the front end work on this project, beyond setting up Apollo Client SDK and getting it to play nice with the Auth0 SDK. (they both use react hooks)

I've also developed about 20 internal web applications using PHP and jQuery on a Sybase database, and 2 other larger React apps with Node.JS backends. I've also integrated with the salesforce API, SurveyMonkey API and a few others.