add nix projects and update git website
This commit is contained in:
parent
afc18efdd2
commit
c27505d8f2
1 changed files with 23 additions and 2 deletions
25
index.html
25
index.html
|
|
@ -18,7 +18,7 @@
|
|||
<p><strong>Email:</strong> <a href="mailto:yisroel.d.baum@gmail.com">yisroel.d.baum@gmail.com</a></p>
|
||||
<p><strong>Location:</strong> Israel, Center</p>
|
||||
<p><strong>WhatsApp:</strong> <a href="https://wa.me/+972587092312" target="_blank">Message</a></p>
|
||||
<p><strong>GitHub:</strong> <a href="https://github.com/ydb5755" target="_blank">github.com/ydb5755</a></p>
|
||||
<p><strong>Git:</strong> <a href="https://git.yisroelbaum.com/yisroelbaum" target="_blank">https://git.yisroelbaum.com/yisroelbaum</a></p>
|
||||
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/yisroel-baum/" target="_blank">linkedin.com/in/yisroel-baum</a></p>
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -35,10 +35,11 @@
|
|||
<section class="card">
|
||||
<h2 class="section-title">Technical Skills</h2>
|
||||
<ul class="skills">
|
||||
<li>Languages: Python, PHP, JavaScript, SQL, Nix, Kotlin, HTML5, CSS3, Bash</li>
|
||||
<li>Languages: Python, PHP, JavaScript, SQL, Nix (Flakes, NixOS modules), Kotlin, HTML5, CSS3, Bash</li>
|
||||
<li>Frameworks: Laravel, Flask, React</li>
|
||||
<li>Backend & Architecture: REST APIs, Clean Architecture, MVC, SOLID, OOP, TDD, Scheduling Systems</li>
|
||||
<li>Tools & Platforms: NixOS, Git, GitHub, Emacs, Linux, AWS EC2, SFTP, FTP, Dropbox API, Kanban Boards</li>
|
||||
<li>Nix Ecosystem: Nix Flakes, Home Manager, sops-nix, declarative infrastructure</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
@ -101,6 +102,26 @@
|
|||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<h2 class="section-title">Projects</h2>
|
||||
<div class="item">
|
||||
<h3>NixOS Home Server</h3>
|
||||
<p class="muted">yisroelbaum.com — NixOS, Nix Flakes, sops-nix, Home Manager</p>
|
||||
<ul>
|
||||
<li>Declarative production server hosting nginx, Jellyfin, Forgejo, and a custom blogging platform with ACME TLS.</li>
|
||||
<li>Authored custom NixOS modules for PHP-FPM, PostgreSQL, and systemd service deployment.</li>
|
||||
<li>Automated secrets with age-encrypted sops-nix and remote deployment via nixos-rebuild.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>TIDE — Blogging Platform</h3>
|
||||
<p class="muted">Laravel, Vue, PostgreSQL — Nix Flake</p>
|
||||
<ul>
|
||||
<li>Full Nix flake: dev shell, build packages (php.buildComposerProject, buildNpmPackage), and production NixOS module.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue