Collaborative Filtering in Recommender Systems Diving deep on the functioning of collaborative filtering (CF) algorithms in the recommender systems domain.
Introduction to Content-Based Recommender Systems Exploring the fundamentals and mathematical intricacies of content-based recommender systems to generate fitting and fair recommendations for users.
Angulars RouteReuseStrategy Preventing Angular from recreating components on user navigation via Angulars RouteReuseStrategy.
HTTP Security Headers Introduction to HTTP Security Headers, what they are, how they work, why they are useful and how to configure them.
Docker Multi Architecture Builds (with Gitlab Runner) Checking out on how to set up a CI/CD (Gitlab) pipeline to automatically perform docker multi-architecture builds.
Setting up a Kubernetes CI/CD Service Account How to set up and configure a Kubernetes CI/CD user to access and deploy to a cluster automatically and reliably.
Optimizing Maven Builds with Gitlab Docker Runner Adding caching and dependency management to the Gitlab CI/CD flow for Java Maven projects, optimizing runner runtime and pipeline throughput.
Running Spring Boot Applications with systemd Exploring how to set up a Spring Boot application as a systemd service on a linux host for production deployment scenarios.
Integrating InteractJS in Angular Cleanly implementing drag and drop functionality in Angular web apps by incorporating and wrapping interactjs.
Using Tailwind CSS Framework with Angular How to integrate TailwindCSS utility-first framework with Angular.