Sensei's talk collection
All talks are coded in revealJS, use
at your own risk
POM Secrets
Sharing of experience with Apache Maven and what it can do
PlantUML
Text driven UML to improve documentation
Java Streams
Java8 onwards, from imperative to declarative code
Introduction to vert.x
Reactive meets the JVM
Visual Studio Code Plugins
Make your code editor your own!
HTTP The good, the bad and the ugly
Verbs, Return codes, CSP, CORS & more
The beginner's guide to the developer's workstation
You shalt master your device: file system, tools, scripts, version
control
Linux Commands Survival Kit
Opinionated guide to Linux commands you might need
File transfer
It's easy, isn't it? Oh wait ...
POSTMAN
Taming HTTP requests and Tests
Templating
It's like "colour by numbers" but for code
Programming Concepts
Object Orientation, Functional, Events, State and the problems they
solve or don't solve
Debugging in vscode
a deeper look in the fine-print of Visual Studio Code's debugging
capabilities and configuration. Might contain nuts
CSP deep dive
making content-security-policy work for you and keep your app save
Open Web Application Security Project®
Security get created in code, not by tests. OWASP helps to cover all
bases and serve as a guideline and checklist
Pair Programming Pilot
We want to explore how the agile cornerstone of pair programming will
fit, if it does, into lab practises
MkDocs
Setup, usage and perils of HCLLabs' MkDocs usage
APIs
Introduction into standards, tools & insights
Restassured
Junit5 based End-2-End testing with Restassured, an Introduction