Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ $RECYCLE.BIN/
.DS_Store

# Zola
public/
public/
static/processed_images/
3 changes: 3 additions & 0 deletions content/post/2024-12-21-devinai-vuejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ slug = "devinai-vuejs-migration"
title = "Devin.AI -- Real World with Vue.js Migration"
description = "My first interaction with Devin AI! Can it migrate a Vue.js 2 application to Vue.js 3?"

[extra]
promo_image = "promo-devinai-vuejs.jpg"

[taxonomies]
tags = ["AI"]
+++
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions content/post/2024-12-25-devinai-builds-zola-theme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ date = 2024-12-25
title = "Devin.ai Builds a Zola Theme"
description = "After previous failed attempts to get Devin.ai to do some real-world work I had it try some real junior stuff. The results are better."

[extra]
promo_image = "promo-devinai-builds-zola-theme.jpg"

[taxonomies]
tags = ["AI", "Zola"]
+++
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ date = 2025-01-07
title = "Conflict Resolution in My DJ Cloud Using Timestamps"
description = "Discover how My DJ Cloud ensures data consistency and integrity with Hybrid Logical Clocks (HLC). Learn about timestamp generation, conflict resolution, and handling concurrent updates across devices."

[extra]
promo_image = "promo-hybrid-logical-clocks-and-conflict-resolution.jpg"

[taxonomies]
tags = ["Sync"]
+++
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.