{{ post.title }}
{% if post.excerpt %}{{ post.excerpt | strip_html | truncate: 150 }}
{% endif %} Read more →✍️ Experiences, Experiments & Engineering - Articles straight from the trenches — covering real-world projects, lessons learned, and behind-the-scenes of building technology.
{% assign blog_posts = site.posts | where_exp: "post", "post.url contains '/blog/'" %} {% if blog_posts.size > 0 %}{{ post.excerpt | strip_html | truncate: 150 }}
{% endif %} Read more →No blog posts found in the "blog" category.
{% endif %}