Skip to content

Commit 86ff000

Browse files
committed
log
1 parent 9f43042 commit 86ff000

3 files changed

Lines changed: 33 additions & 1 deletion

File tree

archive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All my devlog entries, neatly organized.
1111
---
1212

1313
## 📅 2025 Logs
14+
- [2025-12-07 — Devlog #54]({{site.baseurl}}/logs/2025-12-07/)
1415
- [2025-12-03 — Devlog #53]({{site.baseurl}}/logs/2025-12-03/)
1516
- [2025-12-02 — Devlog #52]({{site.baseurl}}/logs/2025-12-02/)
1617
- [2025-11-28 — Devlog #51]({{site.baseurl}}/logs/2025-11-28/)

logs/2025-12-03/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ import anyName from './module.js';
7979

8080
---
8181

82-
[← Previous]({{site.baseurl}}/logs/2025-12-02/)
82+
[← Previous]({{site.baseurl}}/logs/2025-12-02/) | [Next →]({{site.baseurl}}/logs/2025-12-07/)

logs/2025-12-07/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: default
3+
permalink: /logs/2025-12-07/
4+
---
5+
6+
# Devlog - 2025-12-07
7+
8+
## 🚀 What I Did
9+
10+
- Build you own shell(codecrafters - still in progress.)
11+
12+
## 🧠 What I Learned
13+
14+
### REPL
15+
16+
A REPL (Read-Eval-Print Loop) is an interactive loop that forms the core of a shell. It follows a repeating cycle:
17+
18+
- Read: Display a prompt and wait for user input
19+
- Eval: Parse and execute the command
20+
- Print: Display the output or error message
21+
- Loop: Return to step 1 and wait for the next command
22+
23+
## 🔥 What's Next
24+
25+
- codewars.
26+
- theory.
27+
- FCC.
28+
29+
---
30+
31+
[← Previous]({{site.baseurl}}/logs/2025-12-03/)

0 commit comments

Comments
 (0)