Skip to content

Commit 566f849

Browse files
committed
feat: files moved around and categories changed
1 parent 262d83e commit 566f849

File tree

16 files changed

+19
-45
lines changed

16 files changed

+19
-45
lines changed

content/posts/dev/code-editor/lsp.md renamed to content/posts/Development-Tools/Code-Editor/lsp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
2-
title = 'How Does Your Code Editor Knows Your Language Better Than You Could?'
3-
description = 'Explore how your code editor uses features like syntax highlighting, code completion, linting, and debugging to enhance coding efficiency and streamline workflows. These tools boost productivity, letting you focus on problem-solving instead of language details.'
2+
title = "How Does Your Code Editor Knows Your Language Better Than You Could?"
3+
description = "Explore how your code editor uses features like syntax highlighting, code completion, linting, and debugging to enhance coding efficiency and streamline workflows. These tools boost productivity, letting you focus on problem-solving instead of language details."
44
date = 2024-09-30T20:18:38+05:30
55
draft = false
6-
categories= ['Tech Tutorials', 'Software Development']
7-
tags= ['LSP', 'Coding', 'Snippets','Tools', 'Productivity']
6+
categories= ["Development Tools","Code Editor"]
7+
tags= ["LSP", "Introduction"]
88
[cover]
99
+++
1010

@@ -162,7 +162,7 @@ Many language servers are open-source and community-driven, allowing for rapid d
162162
+---------------------------+
163163
```
164164

165-
> All the requests and reponses are done using JSON-RPC.
165+
> All the requests and responses are done using JSON-RPC.
166166
> JSON-RPC (JavaScript Object Notation-Remote Procedure Call
167167
168168
### Language Server Protocol Overview

content/posts/os/terminal/what-is-a-terminal-emulator.md renamed to content/posts/Operating-Systems/Terminal/what-is-a-terminal-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title = 'Discovering Terminals'
33
description = "A Beginner's Guide to What They Are and How They Power Your Computer"
44
date = 2024-09-25T07:32:59+05:30
55
draft = false
6-
categories = ["User Interfaces","Software Development","Productivity Tools","Tech Tips","Computer Science"]
7-
tags = ["Terminal","CLI","Systems","Tools","Productivity","Tech Tips","Software"]
6+
categories = ["Operating Systems", "Terminals"]
7+
tags = ["Terminal Emulators","Introduction"]
88
[cover]
99
image = "images/computer/gnome-terminal-for-linux.png"
1010
alt = "Gnome terminal"

content/posts/os/interface/cli-vs-tui-vs-gui.md renamed to content/posts/Operating-Systems/User-Interfaces/cli-vs-tui-vs-gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title = "Understanding Your Options: CLI, TUI, and GUI Explained"
33
description = "Explore the differences between Command-Line Interface (CLI), Text-Based User Interface (TUI), and Graphical User Interface (GUI) to understand their unique features and benefits."
44
date = 2024-09-16T17:00:00+05:30
55
draft = false
6-
categories = ["Technology","User Interfaces","Software Development","Tech Tutorials","Productivity Tools","Computer Science"]
7-
tags = ["CLI","TUI","GUI","User Interfaces","Command-Line Interface","Text-Based User Interface","Graphical User Interface","Technology","Computing","Productivity","Tech Tips","Software"]
6+
categories = ["Operating Systems","User Interfaces"]
7+
tags = ["CLI","TUI","GUI"]
88
[cover]
99
image = "images/computer/interface.jpg"
1010
alt = "Computer interface"

0 commit comments

Comments
 (0)