2025-09 in-browser git push failure
This commit is contained in:
@@ -25,6 +25,26 @@
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="bus-iOS.html">Шина-iOS</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2024-03-10 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<h1 id="thefirstbuspatternimplementationforios">The first Bus pattern implementation for iOS</h1>
|
||||
<p>I spent January and February making Bus pattern implementation in Swift for iOS.
|
||||
The end result looks nice to me.</p>
|
||||
<p>I have also done load testing. Turns out, the Bus is 92 times more expensive
|
||||
than a function call. Nonetheless, this doesn't mean the Bus is bad. On the
|
||||
contrary, the numbers highlight the Bus should be used in architectural
|
||||
glue code where it can save up to 30% of code</p>
|
||||
<p>This example demonstrates several states rendered through a single instance:. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="bus-iOS.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="bus-01.html">Bus-01</a>
|
||||
</h2>
|
||||
@@ -178,31 +198,6 @@ It seems that right now we have less completed features than before the release
|
||||
<div class="news_item_more">
|
||||
<a href="defending-availability.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="teaching-kids-to-program.html">Teaching kids to program</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2019-02-04 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2019-02-04_teaching-kids-to-program-team.png" alt="Students and teachers" /></p>
|
||||
<p>In this article, Michael shares his experience of teaching kids to program.</p>
|
||||
<p>Here's what he covers:</p>
|
||||
<ul>
|
||||
<li>organization of the learning process</li>
|
||||
<li>learning plan</li>
|
||||
<li>memory game</li>
|
||||
<li>development tools</li>
|
||||
<li>lessons</li>
|
||||
<li>results and plans</li>
|
||||
</ul>
|
||||
<p><strong>Organization of the learning process</strong></p>
|
||||
<p>The learning process is conducted as part of corporate social responsibility: a company provides a room with equipment and connects employees that want to try themselves in the role of teachers with employees that want their kids educated. All this is done voluntarily.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="teaching-kids-to-program.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="pagination_title">Page 3 of 9</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user