This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Java 22 | |
// OpenJDK 22 | |
// % export PATH="$HOME/Downloads/Software/OpenJDK/JDK22.0.2/jdk-22.0.2.jdk/Contents/Home/bin/":$PATH | |
// % java --enable-preview --source 22 --enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector Java22.java | |
// Or | |
// % javac -Xlint:preview --enable-preview --source 22 --add-modules=jdk.incubator.vector Java22.java | |
// % java --enable-preview --enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector Java22 | |
// % rm -rf *.class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CS 12 | |
/* | |
1. Primary constructors | |
2. Collection expressions | |
3. ref readonly parameters | |
4. Default lambda parameters | |
5. Alias any type | |
6. Inline arrays | |
7. Experimental attribute | |
8. Interceptors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
# Maven # Scala | |
########################################################################################################################### | |
*************************************************************************************************************************** | |
% export JAVA_HOME="$HOME/Downloads/Software/OpenJDK/JDK23.0.2/jdk-23.0.2.jdk/Contents/Home" | |
% export M2_HOME="$HOME/Downloads/Software/ApacheMaven/apache-maven-3.9.9" | |
% export M2="$M2_HOME/bin" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
# Maven # Java | |
########################################################################################################################### | |
**************************************************************************************************************************** | |
% export JAVA_HOME="$HOME/Downloads/Software/OpenJDK/JDK23.0.2/jdk-23.0.2.jdk/Contents/Home" | |
% export M2_HOME="$HOME/Downloads/Software/ApacheMaven/apache-maven-3.9.9" | |
% export M2="$M2_HOME/bin" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Google Cloud Google Kubernetes Engine (GKE) # Terraform | |
########################################################################################################################### | |
=========================================================================================================================== | |
# Cleanup # $HOME | |
=========================================================================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Amazon Elastic Kubernetes Service (Amazon EKS) # Terraform | |
########################################################################################################################### | |
=========================================================================================================================== | |
# Cleanup # $HOME | |
=========================================================================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Azure Kubernetes Service (AKS) # Terraform | |
########################################################################################################################### | |
=========================================================================================================================== | |
# Cleanup # $HOME | |
=========================================================================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Amazon Elastic Kubernetes Service (Amazon EKS) | |
########################################################################################################################### | |
# AWS # Docker # ECR # EKS # Node.js | |
########################################################################################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Azure Kubernetes Service (AKS) | |
########################################################################################################################### | |
# Create a new cluster | |
########################################################################################################################### | |
*************************************************************************************************************************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################################### | |
Google Cloud Google Kubernetes Engine (GKE) | |
########################################################################################################################### | |
# Install the gcloud CLI | |
########################################################################################################################### | |
=========================================================================================================================== |