diff --git a/_posts/2024-07-16-pin-box-dynamic-duo.md b/_posts/2024-07-16-pin-box-dynamic-duo.md
index 1acb1fad..8e53fa10 100644
--- a/_posts/2024-07-16-pin-box-dynamic-duo.md
+++ b/_posts/2024-07-16-pin-box-dynamic-duo.md
@@ -3,11 +3,11 @@ title: "Build with Naz : Box and Pin exploration in Rust"
author: Nazmul Idris
date: 2024-07-16 15:00:00+00:00
excerpt: |
- This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
- ownership and borrowing. We will also cover a lot of background information on the
- concepts of operating system process, memory allocation and access, stack, and heap. The
- examples we create are designed to demonstrate the different semantics around the use of
- boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+ concepts of ownership and borrowing. We will also cover a lot of background information on
+ the concepts of operating system process, memory allocation and access, stack, and heap.
+ The examples we create are designed to demonstrate the different semantics around the use
+ of boxes and pinned boxes in Rust.
layout: post
categories:
- Rust
@@ -37,11 +37,11 @@ categories:
## Introduction
-This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
## Why do we need both Box and Pin?
diff --git a/docs/2024/07/16/pin-box-dynamic-duo/index.html b/docs/2024/07/16/pin-box-dynamic-duo/index.html
index b01d584c..5dcf31ee 100644
--- a/docs/2024/07/16/pin-box-dynamic-duo/index.html
+++ b/docs/2024/07/16/pin-box-dynamic-duo/index.html
@@ -8,8 +8,8 @@
-
-
+
+
@@ -18,7 +18,7 @@
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Nazmul Idris"},"dateModified":"2024-07-16T10:00:00-05:00","datePublished":"2024-07-16T10:00:00-05:00","description":"This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with concepts of ownership and borrowing. We will also cover a lot of background information on the concepts of operating system process, memory allocation and access, stack, and heap. The examples we create are designed to demonstrate the different semantics around the use of boxes and pinned boxes in Rust.","headline":"Build with Naz : Box and Pin exploration in Rust","mainEntityOfPage":{"@type":"WebPage","@id":"http://developerlife.com/2024/07/16/pin-box-dynamic-duo/"},"url":"http://developerlife.com/2024/07/16/pin-box-dynamic-duo/"}
@@ -250,11 +250,11 @@
-
This tutorial is a deep dive into Rust Pin and Box types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+
This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
diff --git a/docs/authors/nadiaidris/index.html b/docs/authors/nadiaidris/index.html
index baf0fd4f..5577c52d 100644
--- a/docs/authors/nadiaidris/index.html
+++ b/docs/authors/nadiaidris/index.html
@@ -14,11 +14,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Nazmul Idris"},"dateModified":"2024-07-17T09:29:09-05:00","datePublished":"2024-07-17T09:29:09-05:00","description":"Nadia is a product designer turned web engineer specializing in TypeScript and React.","headline":"Nadiaidris","mainEntityOfPage":{"@type":"WebPage","@id":"http://developerlife.com/authors/nadiaidris/"},"url":"http://developerlife.com/authors/nadiaidris/"}
diff --git a/docs/authors/nazmulidris/index.html b/docs/authors/nazmulidris/index.html
index f3c98f5e..90b84d2c 100644
--- a/docs/authors/nazmulidris/index.html
+++ b/docs/authors/nazmulidris/index.html
@@ -14,11 +14,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Nazmul Idris"},"dateModified":"2024-07-17T09:29:09-05:00","datePublished":"2024-07-17T09:29:09-05:00","description":"Nazmul is a software engineer focused on Rust, TUI, Web, and Android technologies.","headline":"Nazmulidris","mainEntityOfPage":{"@type":"WebPage","@id":"http://developerlife.com/authors/nazmulidris/"},"url":"http://developerlife.com/authors/nazmulidris/"}
diff --git a/docs/category/CLI/index.html b/docs/category/CLI/index.html
index 184a97a0..83210a36 100644
--- a/docs/category/CLI/index.html
+++ b/docs/category/CLI/index.html
@@ -223,11 +223,11 @@
- This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
@@ -24,11 +24,11 @@
Introduction
-
This tutorial is a deep dive into Rust Pin and Box types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+
This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.
-]]>Nazmul IdrisBuild with Naz : Rust async in practice tokio::select!, actor pattern & cancel safety2024-07-10T10:00:00-05:002024-07-10T10:00:00-05:00http://developerlife.com/2024/07/10/rust-async-cancellation-safety-tokio
+]]>Nazmul IdrisBuild with Naz : Rust async in practice tokio::select!, actor pattern & cancel safety2024-07-10T10:00:00-05:002024-07-10T10:00:00-05:00http://developerlife.com/2024/07/10/rust-async-cancellation-safety-tokio
diff --git a/docs/index.html b/docs/index.html
index 0d653547..5db4f671 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -205,11 +205,11 @@
- This tutorial is a deep dive into Rust `Pin` and `Box` types, along with concepts of
-ownership and borrowing. We will also cover a lot of background information on the
-concepts of operating system process, memory allocation and access, stack, and heap. The
-examples we create are designed to demonstrate the different semantics around the use of
-boxes and pinned boxes in Rust.
+ This tutorial, video, and repo are a deep dive into Rust `Pin` and `Box` types, along with
+concepts of ownership and borrowing. We will also cover a lot of background information on
+the concepts of operating system process, memory allocation and access, stack, and heap.
+The examples we create are designed to demonstrate the different semantics around the use
+of boxes and pinned boxes in Rust.