--- layout: default title: "Blog" ---

Blog

Explore articles on cybersecurity, programming, and technology

Categories

All {% assign featured_categories = site.data.categories | where: "featured", true %} {% for category in featured_categories %} {{ category.title }} {% endfor %}
{% for post in site.posts offset:1 %}
{{ post.title }}
{{ post.date | date: "%B %d, %Y" }} {% if post.categories %}
{% for category in post.categories limit:1 %} {% endfor %}
{% endif %}

{{ post.title }}

{{ post.excerpt | strip_html | truncate: 100 }}

Read More
{% endfor %}
{% include cta/newsletter.html title="Subscribe to My Newsletter" description="Get the latest articles, tutorials, and insights delivered directly to your inbox." medium="blog" campaign="blog-footer" content="newsletter-cta" %}