You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:title"content="{{ title or 'Paulo Henrique Cuchi' }}">
14
+
<metaproperty="og:description"content="{{ description or 'Software engineer who likes to delete code more than write it. Thoughts on backend development, Rust, DevOps, and Unix tools.' }}">
Copy file name to clipboardExpand all lines: src/posts/go-vs-rust.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ date: 2020-07-14
4
4
updated: 2020-08-04
5
5
layout: post
6
6
tags: posts
7
+
description: "A hands-on comparison of Go and Rust for building CLI tools — covering error handling, compilation time, memory usage, and developer experience."
7
8
---
8
9
9
10

Copy file name to clipboardExpand all lines: src/posts/rust-sdl2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: "Using SDL2 bindings in Rust for game development"
3
3
date: 2023-01-30
4
4
layout: post
5
5
tags: posts
6
+
description: "A step-by-step tutorial on building a snake game from scratch using Rust and SDL2 — covering game loops, rendering, input handling, and tick-based state management."
6
7
---
7
8
8
9
SDL stands for Simple DirectMedia Layer, which is an open source library that provides APIs for user input, audio, and graphics. It also supports the most popular desktop and mobile operating systems — and even web browsers with WebAssembly — making it easier to write cross-platform code.
0 commit comments