Update something
This commit is contained in:
parent
93d02955ab
commit
141a698d86
11 changed files with 46 additions and 20 deletions
|
@ -3,6 +3,8 @@ pubDatetime: 2024-10-18
|
|||
title: Back Again
|
||||
description: "Life is uncertain, but one thing remains constant- my need to keep my brain engaged."
|
||||
featured: false
|
||||
tags:
|
||||
- personal
|
||||
---
|
||||
|
||||
> This is going to be a brief post; I have not gathered my thoughts on my current career situation, however that will come.
|
||||
|
|
|
@ -4,4 +4,7 @@ pubDatetime: 2024-12-24
|
|||
description: Listless and needing focus, I found the perfect repo to build my skills.
|
||||
featured: true
|
||||
draft: true
|
||||
tags:
|
||||
- go
|
||||
- meta
|
||||
---
|
||||
|
|
|
@ -3,6 +3,8 @@ pubDatetime: 2024-12-28
|
|||
title: "Go Blueprint: An Easy Way to Scoffold Your Go Project"
|
||||
description: Melkeydev created a useful tool to get your project up and running.
|
||||
featured: true
|
||||
tags:
|
||||
- go
|
||||
---
|
||||
|
||||
Starting a new Go project is cumbersome; you have to create multiple directories with subdirectories, different modules depending on the thing you're building, and more.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
pubDatetime: 2024-04-01
|
||||
title: Go Project Structure for gURL
|
||||
description: Helpful Go tip.
|
||||
tags:
|
||||
- go
|
||||
---
|
||||
|
||||
Over the past week I've been working on changing the structure of gURL.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
pubDatetime: 2024-03-24
|
||||
title: "gURL: A cURL Wrapper Written in Go"
|
||||
description: Moving on from frontend to something new.
|
||||
tags:
|
||||
- go
|
||||
---
|
||||
|
||||
Briefly: I am writing a CLI tool that fetches info from GitHub's REST API as a wrapper around cURL.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
pubDatetime: 2024-03-17
|
||||
title: "Hello, y'all"
|
||||
description: Introductions.
|
||||
tags:
|
||||
- meta
|
||||
---
|
||||
|
||||
This is a learning and accountability blog.
|
||||
|
|
9
src/content/blog/neovim-setup.md
Normal file
9
src/content/blog/neovim-setup.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
pubDatetime: 2025-01-05
|
||||
title: "Neovim Setup"
|
||||
description: Switching from VS Code to Neovim was difficult but worth it.
|
||||
featured: true
|
||||
draft: true
|
||||
tags:
|
||||
- neovim
|
||||
---
|
|
@ -3,6 +3,9 @@ pubDatetime: 2024-04-23
|
|||
title: This Week's Update
|
||||
description: Brief note.
|
||||
featured: true
|
||||
tags:
|
||||
- updates
|
||||
- meta
|
||||
---
|
||||
|
||||
Things I have been up to while off LinkedIn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue