Март-24

This commit is contained in:
Михаил Капелько
2024-03-10 23:12:51 +03:00
parent 7910d044d2
commit 3ca703a83f
19 changed files with 464 additions and 223 deletions

View File

@@ -30,6 +30,27 @@
<center>
<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>
@@ -192,32 +213,6 @@ It seems that right now we have less completed features than before the release
<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 1 of 7</p>
<p>