Get up to 50% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Categories

Categories

{% for category in site.categories %}

{{ category[0] }}

{% assign pages_list = category[1] %} {% for post in pages_list %} {% if post.title != null %} {% if group == null or group == post.group %} {% include main-loop-card.html %} {% endif %} {% endif %} {% endfor %} {% assign pages_list = nil %} {% assign group = nil %} {% endfor %}
{% include sidebar-featured.html %}