--- layout: null --- Blog — Abhay Sharma
{% assign total_words = 0 %}{% for post in site.posts %}{% assign post_words = post.content | strip_html | split: ' ' | size %}{% assign total_words = total_words | plus: post_words %}{% endfor %}{% assign total_minutes = total_words | plus: 199 | divided_by: 200 %}
Abhay Sharma / Journal

Notes from the build.

Products, engineering decisions, systems, and what I learn along the way.

{{ site.posts.size }} {% if site.posts.size == 1 %}article{% else %}articles{% endif %} {{ total_minutes }} minutes of reading

{% for post in site.posts %} {% assign words = post.content | strip_html | split: ' ' | size %}{% assign minutes = words | plus: 199 | divided_by: 200 %}
{% if post.image %}{{ post.image_alt | default: '' | escape }}{% else %}{% endif %}
{{ minutes }} min read

{{ post.title | escape }}

{{ post.description | default: post.excerpt | strip_html | truncate: 180 }}

Read article ↗
{% else %}

First article coming soon.

{% endfor %}