Skip to content

Commit 8e48a11

Browse files
Copilotpethers
andcommitted
Translate 11 more English phrases to Hebrew: technology stack and framework descriptions
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
1 parent 48fe1e0 commit 8e48a11

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

blog-george-dorn-cia-code_he.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ <h3>☕ Java Source Files</h3>
233233

234234
<p><strong>טכנולוגיות שאושרו ב-POMs:</strong></p>
235235
<ul>
236-
<li><strong>Spring Framework</strong> - Dependency injection, transaction management</li>
237-
<li><strong>Spring Security</strong> - Authentication and authorization</li>
238-
<li><strong>JPA/Hibernate</strong> - Database ORM layer</li>
239-
<li><strong>Vaadin</strong> - Server-side Java web framework for UI</li>
240-
<li><strong>PostgreSQL</strong> - Primary database (confirmed in data model docs)</li>
236+
<li><strong>Spring Framework</strong> - הזרקת תלויות, ניהול טרנזקציות</li>
237+
<li><strong>Spring Security</strong> - אימות והרשאות</li>
238+
<li><strong>JPA/Hibernate</strong> - שכבת ORM למסד נתונים</li>
239+
<li><strong>Vaadin</strong> - מסגרת Java צד-שרת לממשק משתמש</li>
240+
<li><strong>PostgreSQL</strong> - מסד נתונים ראשי (אושר במסמכי מודל הנתונים)</li>
241241
</ul>
242242

243243
<p class="hidden-wisdom"><em>1,372 Java files = significant codebase requiring disciplined architecture. Without modular separation, this would be unmaintainable. The 49-module structure keeps complexity contained.</em></p>
@@ -270,17 +270,17 @@ <h2 class="panel-caption">Technology Stack: What's Actually Running</h2>
270270
<div class="card confidentiality-card">
271271
<div class="scanner-effect"></div>
272272
<h3>🖥️ Core Platform</h3>
273-
<p><strong>Language:</strong> Java (confirmed by 1,372 .java files)</p>
274-
<p><strong>Build Tool:</strong> Maven (49 pom.xml files)</p>
275-
<p><strong>Framework:</strong> Spring Framework + Spring Boot</p>
276-
<p><strong>Web UI:</strong> Vaadin (server-side Java framework, no JavaScript required)</p>
277-
<p><strong>Database:</strong> PostgreSQL with JPA/Hibernate ORM</p>
273+
<p><strong>שפה:</strong> Java (אושרה על ידי 1,372 קבצי .java)</p>
274+
<p><strong>כלי בנייה:</strong> Maven (49 קבצי pom.xml)</p>
275+
<p><strong>מסגרת:</strong> Spring Framework + Spring Boot</p>
276+
<p><strong>ממשק משתמש אינטרנטי:</strong> Vaadin (מסגרת Java צד-שרת, JavaScript לא נדרש)</p>
277+
<p><strong>מסד נתונים:</strong> PostgreSQL עם JPA/Hibernate ORM</p>
278278

279-
<p><strong>Why This Stack?</strong></p>
279+
<p><strong>מדוע ערימה זו?</strong></p>
280280
<ul>
281-
<li><strong>Java:</strong> Type safety, mature ecosystem, enterprise stability</li>
282-
<li><strong>Spring:</strong> Battle-tested dependency injection, transaction management, security</li>
283-
<li><strong>Vaadin:</strong> Complex UI in Java without writing JavaScript—controversial but effective for data-heavy applications</li>
281+
<li><strong>Java:</strong> בטיחות טיפוסים, אקוסיסטם בשל, יציבות ארגונית</li>
282+
<li><strong>Spring:</strong> הזרקת תלויות מוכחת בקרב, ניהול טרנזקציות, אבטחה</li>
283+
<li><strong>Vaadin:</strong> ממשק משתמש מורכב ב-Java מבלי לכתוב JavaScript - שנוי במחלוקת אך יעיל עבור יישומים עתירי נתונים</li>
284284
<li><strong>PostgreSQL:</strong> Open source, ACID ציות, excellent for relational political data</li>
285285
</ul>
286286
</div>

0 commit comments

Comments
 (0)