From 5dbbbe565f42b649682e754b922935fa21bf6a97 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 14 Sep 2025 20:20:48 +0300 Subject: [PATCH] add resume --- resume.css | 92 ++++++++++++++++++++++++++++++++++++++++++ resume.html | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 resume.css create mode 100644 resume.html diff --git a/resume.css b/resume.css new file mode 100644 index 0000000..b8abfdb --- /dev/null +++ b/resume.css @@ -0,0 +1,92 @@ +* { box-sizing: border-box; margin: 0; padding: 0; } +body { + font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; + background: #fff; + color: #0f172a; + line-height: 1.5; +} + +.page { + max-width: 1000px; + margin: 20px auto; + padding: 24px; + border: 1px solid #e5e7eb; + border-radius: 10px; + box-shadow: 0 4px 20px rgba(0,0,0,0.05); +} + +.header { + display: flex; + justify-content: space-between; + border-bottom: 2px solid #e5e7eb; + padding-bottom: 12px; + margin-bottom: 20px; +} + +.title .name { + font-size: 32px; + font-weight: 800; +} +.role { + font-size: 16px; + color: #475569; +} + +.contact { + font-size: 14px; + color: #334155; + text-align: right; +} +.contact a { color: #0369a1; text-decoration: none; } + +.layout { + display: grid; + grid-template-columns: 300px 1fr; + gap: 20px; +} + +.card { + border: 1px solid #e5e7eb; + padding: 14px; + border-radius: 8px; + background: #fafafa; + margin-bottom: 16px; +} + +.section-title { + font-size: 14px; + font-weight: bold; + letter-spacing: 1.2px; + text-transform: uppercase; + margin-bottom: 8px; + color: #475569; +} + +.skills { padding-left: 18px; } +.skills li { margin-bottom: 6px; } + +.item { margin-bottom: 18px; } +.item-header { + display: flex; + justify-content: space-between; + align-items: baseline; +} +.item-header h3 { font-size: 18px; } +.daterange { font-size: 14px; color: #64748b; } + +ul { padding-left: 20px; } +ul li { margin: 4px 0; } + +.muted { color: #64748b; font-size: 14px; } + +.footer { + text-align: center; + font-size: 13px; + margin-top: 20px; + color: #64748b; +} + +@media (max-width: 820px) { + .layout { grid-template-columns: 1fr; } + .contact { text-align: left; } +} diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..543c7fe --- /dev/null +++ b/resume.html @@ -0,0 +1,113 @@ + + + + + + Yisroel Baum – CV + + + +
+
+
+

Yisroel Baum

+

Software Developer

+
+
+

Phone: 058-709-2312

+

Email: yisroel.d.baum@gmail.com

+

Location: Beit Shemesh, Israel

+

WhatsApp: Message

+

GitHub: github.com/ydb5755

+

LinkedIn: linkedin.com/in/yisroel-baum

+
+
+ + +
+ + + +
+
+

Work Experience

+
+
+

Youngstartup Ventures – FullStack Developer (Laravel, React)

+ 2024 – Present +
+
    +
  • Took ownership of a complex Laravel codebase with minimal onboarding, using end-to-end testing and systematic debugging to stabilize the system.
  • +
  • Refactored static methods to follow OOP and implemented clean architecture for scalability.
  • +
  • Rebuilt the presentation upload system with server-side processing and Dropbox integration, improving large file handling and reliability.
  • +
  • Ensured zero regression bugs in new code through disciplined testing and coding practices, while steadily reducing inherited legacy issues.
  • +
  • Automated deployments and transitioned the team from FTP to SFTP, reducing manual errors and improving release safety.
  • +
  • Contributed to deployment pipelines and CI/CD workflows under mentorship, gaining hands-on experience with automated testing and secure releases.
  • +
  • Researched Terraform and Prometheus to explore future infrastructure automation and monitoring improvements.
  • +
  • Mentored a new hire in clean architecture and testing strategies, helping to establish better coding standards within the team.
  • +
  • Collaborated with leadership on technical scope and user navigation improvements.
  • +
  • Reviewed code and guided peers on Git best practices.
  • +
  • Prioritized bug fixing, reducing bug rates and enabling stable development.
  • +
+
+ + +
+
+

Maxsip Telecom – Junior FullStack Developer

+ 2022 – 2024 +
+
    +
  • Developed a secure web portal to host online reports for Sales and Accounting.
  • +
  • Merged and managed a unified database of 3M+ customer records.
  • +
  • Built a fraud detection system identifying fraud worth over $5M.
  • +
  • Automated API calls and daily executive reports.
  • +
  • Hosted and managed a user-friendly AWS-based interface for custom reports.
  • +
+
+
+
+
+ + + +
+ +