Search Filters
Search Results
111 total results found
Test-Driven Development
How to Enable SSL on NetWeaver Application Server
1. Install Client Certificates 1) Open website you want to connect to e.g. github.com with y...
Home
Concept Definitions Test-driven Development is a programming practice that instructs develope...
Home
Exercise 1 - FizzBuzz This can be your first exercise to practice TDD. It is a good exercise for...
Exercise 1 - FizzBuzz
Exercise 1.1 You are going to write a function “Say” with input of integer and output of string....
Exercise 2 - Roman Numbers
Exercise 2.1 Do you know how to write Roman numbers? If you do, please write a method to convert...
Exercise 3 - Circular Buffer
Exercise 3.1 You are developing a class with several methods to handle data structure called Cir...
Knowledge
Fundamental Knowledge Object-Oriented Programming Encapsulation Composition, inheritance, a...
Training
SAP openSAP Writing Testable Code for ABAP SAP Agile Software Engineering View Brochure ...
Home
What’s New SAP on Azure Microsoft and SAP join forces to give customers a trusted path to di...
Writing Testable Code for ABAP - openSAP
Writing Testable Code for ABAP - openSAP Week 1 - Introduction to ABAP Unit Testing Tests vs. T...
Windows
Docker Basics
Basics Command Description docker version Display docker version of client an...
Docker Compose
Basics Why configure relationships between containers save our docker container run settings...
Docker Swarm
Swarm Basics Containers Everywhere = New Problems How do we automate container lifecycle? Ho...
Docker Class (Basic)
Course Materials Docker Cheatsheet 08 09 2016 GitHub repository for examples P...
How to Deploy Docker Swarm on Azure
1. Deploy 1) Go to https://store.docker.com/editions/community/docker-ce-azure and select prefer...
How to Setup MediaWiki with Docker
Install 1) Install Mediawiki with sudo docker container run -d --name mediawiki -p 8080:80 media...
DevOps Books
Books The Phoenix ProjectGene Kim, Kevin Behr, George Spafford The DevOps HandbookGene...
Scrum and XP from the Trenches
Scrum and XP from the Trenches - 2nd Edition Henrik Kniberg The book can be downloaded for free ...
Setup & Running First App
Setup on Azure Please refer to this guide. Running First App Let's run an application on the ...
Linux
ABAP
Docker Mastery
This workshop is based on the course "Docker Mastery: The Complete Toolset From a Docker Captain"...
Container
Containerization, Docker, Kubernetes
Microsoft Azure
Operating Systems
Hello World
Brief guides about how to build simple hello world applications using different languages and tip...
Training Notes
Training/workshop notes
Agile
The Complete Kubernetes Course - Workshop
This workshop is based on the course "Learn DevOps: The Complete Kubernetes Course" on Udemy
Exercises
Learn OAuth 2.0 Workshop
Here are my notes from online course "Learn OAuth 2.0 - Get started as an API Security Expert" by...
PowerShell
Master Microservices with Spring Boot Workshop
My notes from online course "Master Microservices with Spring Boot and Spring Cloud" by Ranga Kar...
OpenShift for the Absolute Beginners Workshop
My notes from the course "OpenShift for the Absolute Beginners - Hands-on" by Mumshad Mannambeth ...
Advanced Docker with Kubernetes Workshop (3DS)
My notes from attended training course "Advanced Docker with Kubernetes on 8 and 15 July 2018" @ ...
Master Microservices with Spring Boot
This is my journey log of the online training course "Master Microservices with Spring Boot and S...
Java 8 Fundamentals
https://learning.oreilly.com/videos/-/9780133489354/continue
Java Tips and Tricks
AZ-900 Azure Fundamentals
My notes from AZ-900: Azure Fundamentals course
AZ-104 Azure Administrator Associate
My notes from learning from https://docs.microsoft.com/en-us/learn/certifications/azure-administr...
Replication and Deployment
$ kubectl scale --replicas=3 -f helloworld-replica.yml replicationcontroller "helloworld-control...