--- layout: default title: Blog - Stoolap ---

Stoolap Blog

Updates, technical insights, and database engineering stories

{% assign posts = site.posts | sort: 'date' | reverse %} {% if posts.size > 0 %} {% for post in posts %} {% assign words = post.content | number_of_words %} {% assign read_time = words | divided_by: 250 %} {% if read_time < 1 %}{% assign read_time = 1 %}{% endif %}
{{ read_time }} min read

{{ post.title }}

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

{% endfor %} {% else %}

No posts yet. Check back soon for technical insights and updates.

{% endif %}