2026-02 GitBudget resurrection
This commit is contained in:
@@ -24,6 +24,29 @@
|
||||
<center>
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="git-budget-draft-for-android-ios.html">GitBudget draft for Android and iOS</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2026-02-01
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2026-01_git-budget-android-ios.jpg" alt="" /></p>
|
||||
<h1 id="january">January</h1>
|
||||
<p>In January I've resurrected GitBudget project for two reasons:</p>
|
||||
<ol>
|
||||
<li>Combine job goals and hobby ones because they overlap through Kotlin Multiplatform</li>
|
||||
<li>Evaluate Kotlin Multiplatform in decreasing code duplication among platforms (the positive results are described in <a href="https://habr.com/ru/articles/989286/">Хабр article</a>).</li>
|
||||
</ol>
|
||||
<p><a href="git-budget.html">In the distant 2020</a> when I approached GitBudget the first time my
|
||||
main idea was to track history of spendings, not analysis. This time my
|
||||
priority was to calculate the available balance left to be spent a day, i.e.,. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="git-budget-draft-for-android-ios.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="manage-files.html">Manage files</a>
|
||||
@@ -246,32 +269,6 @@ Future functionality like Git and Markdown is expected to follow the same patter
|
||||
<a href="welcome-component.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="notes-desktop.html">Notes and Git</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-05-10 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../images/2025-05_notes-desktop.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="notes">Notes</h1>
|
||||
<p>In April I created a web application to take notes.</p>
|
||||
<p>Initially, the features I wanted to implement were:</p>
|
||||
<ol>
|
||||
<li>keep data in Git</li>
|
||||
<li>web application uses DoX architecture</li>
|
||||
<li>data is synchronized among several clients: PC, mobile, etc.</li>
|
||||
</ol>
|
||||
<p>I have managed to fulfill the first two items only, didn't have time for the
|
||||
third one. Thus, the application is pretty much useless at the moment.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="notes-desktop.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="pagination_title">Page 1 of 10</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user