Skip to content

Commit ccb76dd

Browse files
chore(post): publish issue #20
1 parent 5e78940 commit ccb76dd

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 55'
3+
4+
categories:
5+
- 'TIL'
6+
tags:
7+
- 'work'
8+
- 'work-out'
9+
- 'study'
10+
11+
toc: true
12+
toc_sticky: true
13+
14+
sidebar:
15+
nav: "categories"
16+
17+
date: 2026-03-03
18+
last_modified_at: 2026-03-03
19+
issue_id: 20
20+
---
21+
22+
## TIL
23+
24+
Today, my daily routine consisted of both physical training and academic coursework. For my physical conditioning, I completed a "push-day" resistance training regimen, which included exercises such as pullovers, dumbbell presses, pec deck flyes, overhead presses, side lateral raises, triceps extensions, and core workouts.
25+
26+
Academically, I focused on two subjects: "Fundamentals of Python Programming" and "Database Systems". While the introductory Python module was exceptionally straighforward for me, the database course, specifically the section of "Relational Models", presented a notable challenge. Although the fundamental concepts of relational models were relatively easy to comprehend, grasping the specific terminology and intricate details proved to be difficult.
27+
28+
Furthermore, translating an Entity-Relationship model into a logical data model requries significantly more analytical effort than simply executing SQL queries. In particular, relational algebra encompasses numerous operational concepts that are quite challenging to memorize. Consequently, from a practical standpoint, writing SQL queries is considerably more intuitive.

0 commit comments

Comments
 (0)