- AWS-Account
- Basic knowledge of either JS, Java or Python
We are going to create a program which takes a min and max value and generates a random value in the range resulting from these two parameters
- Creating the Lambda function
We are going to create a program which takes a min and max value and generates a random value in the range resulting from these two parameters
When building an app in Android, you're building it from components. These components provide a lot of reusability, so that you don't have to reinvent the wheel everytime. The whole android ecosystem consists of components.
Pros:
Infos collected from this video
Epics are kind of a upper category for a "kind of task". In my case this could be something like "Configuring devices" and every task which falls in that category has this tag
Java gehört zu den meist-verwendeten und bekanntesten Programmiersprachen, die es gibt. Sie wird von vielen Leuten als die erste Programmiersprache gelernt. Das heisst aber nicht, dass sie einfacher ist, als die unzähligen anderen Sprachen, die es sonst noch gibt. Im Gegenteil! Sie ist schon relativ alt (1995 Erschienen), hat sich seit dieser Zeit aber ordentlich weiterentwickelt. Die grösste Konkurrenz, die Java heute hat, ist C# (Sprich «Ci Sharp»), C# läuft jedoch nur auf Windows PC’s, während Java sogenannt «Cross Platform» ist, das heisst, dass sie auf Windows, OSX und Linux gleichermassen laufen sollte. Das heisst jetzt aber nicht, dass C# schlechter ist als Java. Sie haben beide ihre Vorteile und ihre Nachteile. Was sicher ist, dass du neue Programmiersprachen schneller lernst, wenn du Java bereits kannst.
package application;The commands are taken from here
> openssl genrsa -des3 -out rootCA.key 2048
> openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 16384 -out rootCA.pemrootCA.pem on the device which later will act as the client. Keep the rootCA.key private.server.csr.cnf (or, for automation purposes, find a way in which you can pass these values to the later command directly) with the following content: