Skip to content

Commit aef1ac4

Browse files
chore(post): publish issue #55
1 parent 89c67f1 commit aef1ac4

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: '[TIL] Junior Web Developer Log - Day 90'
3+
4+
categories:
5+
- 'TIL'
6+
tags:
7+
- 'work'
8+
- 'cs'
9+
10+
toc: true
11+
toc_sticky: true
12+
13+
sidebar:
14+
nav: "categories"
15+
16+
date: 2026-05-06T20:57:54+09:00
17+
last_modified_at: 2026-05-06T20:57:54+09:00
18+
issue_id: 55
19+
---
20+
21+
## TIL
22+
23+
### CS
24+
25+
Python Programming: In my Python Programming course, I delved into file handling. Since basic operations like read() and write() are relatively straightforward in Python, I focused primarily on the underlying computer science principles related to file systems. Furthermore, I took the opportunity to review the von Neumann architecture, a fundamental concept that had temporarily slipped my mind.
26+
27+
28+
Database Systems: Regarding Database Systems, my study centered on hashing and specialized indices. Initially, I assumed hashing would be a manageable topic. However, comprehending the theoretical aspects involving buckets and bits proved to be far more challenging than anticipated. This also reminded me that implementing hash functions was the most demanding part of studying algorithms.

0 commit comments

Comments
 (0)