Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are knowledge assets available in the Net for general items and eGov assets for DIGIT services. Here you can find references to each of the topics of importance. It is mandated the trainees do a self-study of all the software mentioned in the prerequisites using the reference materials shared.

Topic

ReferenceGating Question/ assignment

Preparedness Check

Git

https://www.atlassian.com/git

https://www.tutorialspoint.com/git/index.htm

https://www.udemy.com/course/git-complete/

Do you have a Git account?

Do you know how to clone a repository, pull updates, push updates?

Do you know how to give a pull request and merge the pull request?

Microservice Architecture

https://www.tutorialspoint.com/microservice_architecture/index.htm

https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud/

Do you know when to create a new service?

How to access other services?

ReactJS

https://reactjs.org/tutorial/tutorial.html

https://www.udemy.com/course/react-the-complete-guide-incl-redux

https://www.tutorialspoint.com/reactjs/reactjs_overview.htm 

Postgres

https://www.postgresqltutorial.com/

https://www.udemy.com/course/the-complete-python-postgresql-developer-course/

https://www.tutorialspoint.com/postgresql/index.htm

How to create database and set up privileges?

Postman

https://www.postman.com/resources/videos-tutorials/

https://www.udemy.com/course/postman-the-complete-guide/ 

Call a REST API from Postman with proper payload and show the response

REST APIs

https://www.tutorialspoint.com/rest_api/index.asp

https://www.youtube.com/watch?v=rtWH70_MMHM 

What are the principles to be followed when making a REST API?

When to use POST and GET?

How to define the request and response parameters?

Kafka

https://www.udemy.com/course/apache-kafka/

https://kafka.apache.org/intro

https://www.tutorialspoint.com/apache_kafka/apache_kafka_introduction.htm 

Docker and Kubernetes

https://www.tutorialspoint.com/kubernetes/index.htm

https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/

https://www.tutorialspoint.com/docker/index.htm 

JSON

https://www.tutorialspoint.com/json/index.htm 

YAML

https://www.udemy.com/course/yaml-essentials/

How to read an API contract using swagger?

Zuul

https://www.javatpoint.com/zuul-api-gateway

Maven

https://www.udemy.com/course/maven-quick-start/

https://www.tutorialspoint.com/maven/index.htm 

Springboot

https://www.tutorialspoint.com/spring_boot/index.htm

https://www.udemy.com/course/spring-hibernate-tutorial/ 

Elastic search

https://www.udemy.com/course/elasticsearch-complete-guide/

https://www.tutorialspoint.com/elasticsearch/index.htm 

How to write basic queries to fetch data from elastic search index?

Wordpress

https://www.tutorialspoint.com/wordpress/index.htm

https://www.udemy.com/course/wordpress-for-beginners-course/ 

DIGIT Architecture

Orientation - Platform Overview

DIGIT Architecture and Technical overview  

What comes as part of core service, business service and municipal services?

How to calls APIs from one service in another service?

DIGIT Core Services

https://digit-discuss.atlassian.net/l/c/DYNz7y84

Which are the core services in DIGIT framework?

DIGIT DevOps

DevOps Partners - KT Content

DIGIT - Infra deployment overview

DIGIT MDMS

MDMS Configuration:  

How to read a master date from MDMS?

How to add new data in an existing Master?

Where is the MDMS data stored?

DIGIT UI Framework

Getting started

How to add a new component in the framework?

How to use an existing component?

...