GithubHelp home page GithubHelp logo

pjenkin's Projects

awslambdatutorial icon awslambdatutorial

First repo for AWS Lambda course on Udemy https://www.udemy.com/course/aws-lambda-serverless-architecture/

awslambdatutorial12restapi icon awslambdatutorial12restapi

A repo for section 12 of Udemy course on AWS Lambda serverless https://www.udemy.com/course/aws-lambda-serverless-architecture/, project for a RESTful API (as backend of a pair of app/projects). NB authorisation used from section 13 - checkout from end of section 12 for no authorisation requirement.NB Also used for section 13 & 14.

awslambdatutorial13frontend icon awslambdatutorial13frontend

Repo for section 13 of the Udemy course on AWS Lambda serverless https://www.udemy.com/course/aws-lambda-serverless-architecture/ concerning a pre-built Angular app to be gotten ready to work with the backend API made in section 12. NB authorisation used from section 14 - checkout from end of section 13 for no authorisation requirement.NB Also used for section 14 (got 403 errors in browser despite whitelisting on Google API console).

awslambdatutorial17alexaskill icon awslambdatutorial17alexaskill

Section 17 Alexa Skill in Udemy course on AWS Lambda Serverless https://www.udemy.com/course/aws-lambda-serverless-architecture/

awslambdatutorial8slstutorial icon awslambdatutorial8slstutorial

Repo for section 8 on Serverless Framework / SLS in Udemy AWS Lambda Serverless course https://www.udemy.com/course/aws-lambda-serverless-architecture/

awslambdatutorial9codecommittutorial icon awslambdatutorial9codecommittutorial

Section 9 of Udemy course on AWS Lambda serverless covering CI/CD on AWS i.e. CodeCommit, CodeBuild & CodePipeline https://www.udemy.com/course/aws-lambda-serverless-architecture/ (also, funnily enough, remote'd here)

dockertutorial-docker-react icon dockertutorial-docker-react

Actual repository as used in 7-85 (Github setup) of Docker course https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - name in lower case so as not to upset Travis CI

dockertutorial12kubernetesmulticontainer icon dockertutorial12kubernetesmulticontainer

Code for section 12 onwards (following from sections 8-11 involving docker-compose) of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - React app using either/or Nginx and Express with Redis & Postgres to store & display calculated Fibonacci sequence values - multiple containers/images for dbs, servers &c - named long but in lower case to keep Travis happy

dockertutorial12simplek8s icon dockertutorial12simplek8s

Code for section 12 onwards, using video's own name, (following from sections 8-11 involving docker-compose) of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - React app using either/or Nginx and Express with Redis & Postgres to store & display calculated Fibonacci sequence values - using kubernetes for multiple pods/containers/images for dbs, servers &c - named long but in lower case to keep Travis happy

dockertutorial14multicontainerk8s icon dockertutorial14multicontainerk8s

Code for section 14 onwards, using downloaded resource code, of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - React app using either/or Nginx and Express with Redis & Postgres to store & display calculated Fibonacci sequence values - using kubernetes for multiple pods/containers for cloud but defining bespoke containers (so not using EBS Elasticache RDS).

dockertutorial3redisimage icon dockertutorial3redisimage

Code for section 3 of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - starting with a basic image

dockertutorial4simpleweb icon dockertutorial4simpleweb

Code for section 4 of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - extremely simple web server using Node/npm in container

dockertutorial5visits icon dockertutorial5visits

Code for section 5 of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - docker-compose used to generate separate containers for node and redis, to count visits/requests to ane express web server

dockertutorial6flow icon dockertutorial6flow

Code for section 6 et seq of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - React app called 'frontend' to be used with Travis CI and AWS Elastic Beanstalk

dockertutorial8multicontainer icon dockertutorial8multicontainer

Code for section 8 of https://www.udemy.com/docker-and-kubernetes-the-complete-guide/ - React app using either/or Nginx and Express with Redis & Postgres to store & display calculated Fibonacci sequence values - renamed lower case to keep Travis happy

iosswifttutorial10simpsonsbooktableclass icon iosswifttutorial10simpsonsbooktableclass

TableViews and bespoke class for section 10 of Udemy iOS11/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/questions/

iosswifttutorial11artbookcoredata icon iosswifttutorial11artbookcoredata

Core data with tables and images for section 11 of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/

iosswifttutorial12mapkit icon iosswifttutorial12mapkit

MapKit used in section 12 of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/questions/

iosswifttutorial14apijson icon iosswifttutorial14apijson

Section 14, on APIs and JSON, of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/questions/

iosswifttutorial15firebasecocoapodsinstagramclone icon iosswifttutorial15firebasecocoapodsinstagramclone

Section 15, with Firebase and Cocoapods to produce an Instagram clone, of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/ . 'finished'-ish but not really finished - not rendering feed screen properly (not seeing comment or image correctly).

iosswifttutorial16-17parsepushinstaclone icon iosswifttutorial16-17parsepushinstaclone

Sections 16 & 17, involving Parse, AWS and push notifications, of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/questions/

iosswifttutorial19layout9gagclone icon iosswifttutorial19layout9gagclone

Layout only (no code) of an app, using Inkscape, for section 19 of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/

iosswifttutorial20icons icon iosswifttutorial20icons

section 20, concerning composing/using iOS icons & con templates, of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/overview

iosswifttutorial21foursquareclone icon iosswifttutorial21foursquareclone

Section 21, using various techniques again to build a clone of the app FourSquare, in Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/content

iosswifttutorial22machinelearning icon iosswifttutorial22machinelearning

Machine Learning re images, for section 22 of Udemy iOS/Swift course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/overview

iosswifttutorial5layout icon iosswifttutorial5layout

Section 5 on layout for Udemy iOS 11 course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/

iosswifttutorial6essentials icon iosswifttutorial6essentials

Section 6 on views, data, gestures in Udemy iOS 11 course https://www.udemy.com/the-complete-ios-10-developer-course-beginner-to-advanced/learn/v4/content

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.