content: bend to the SEO gods [deploy]

This commit is contained in:
Harsh Shandilya 2022-01-04 09:59:01 +05:30
parent 1c448cd04d
commit a03a9a48a4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ date = 2021-10-17
description = "Some tips on building static binaries of Rust projects targeting Linux"
draft = false
slug = "building-static-rust-binaries-for-linux"
tags = ["rust", "static linking"]
tags = ["rust static linking", "rust static binary", "rust build static binary"]
title = "Building static Rust binaries for Linux"
socialImage = "uploads/rust_social.webp"
+++

View File

@ -4,7 +4,7 @@ date = 2020-12-21
description = "Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes"
slug = "manually-parsing-json-with-moshi"
socialImage = "/uploads/moshi_social.webp"
tags = ["moshi", "json parsing", "android", "kotlin"]
tags = ["moshi", "json parsing", "moshi read json from file"]
title = "Manually parsing JSON with Moshi"
toc = true
+++