layouts: update openring data (#24)

Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-09-25 10:10:44 +05:30 committed by GitHub
parent 45efa06076
commit 8237f67d79
1 changed files with 14 additions and 18 deletions

View File

@ -4,17 +4,24 @@
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://publicobject.com/2020/09/14/many-correct-answers/" target="_blank" rel="noopener">Many Correct Answers</a>
<a class="tag__link" href="https://publicobject.com/2020/09/24/building-on-the-wrong-abstraction/" target="_blank" rel="noopener">Building on the Wrong Abstraction</a>
</h4>
<p class="summary">Lets copy a file with bad Java I/O: private void copy(File source, File target) throws IOException {
try (InputStream in = new FileInputStream(source);
OutputStream out = new FileOutputStream(target)) {
while (true) {
int b = in.r…</p>
<p class="summary">Writing sturdy software is hard work. Sometimes its very hard work, but it doesnt need to be.Very Hard Problem: ORMI have a confession: I like Hibernate. The @Version feature is my favorite; it makes optimistic locking easy and safe. I also like how sim…</p>
<small class="source">
via <a href="https://publicobject.com/">Public Object</a>
</small>
<small class="date">September 14, 2020</small>
<small class="date">September 24, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://joebirch.co/android/exploring-jetpack-compose-column/" target="_blank" rel="noopener">Exploring Jetpack Compose: Column</a>
</h4>
<p class="summary">The Column Composable provides us with the functionality of displaying a collection of composables in a vertically sequenced format, where each composable is displayed simultaneously one after the other. If youre enjoying my posts on Jetpack Compose, che…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">September 18, 2020</small>
</div>
<div class="article">
@ -34,17 +41,6 @@ repo ho…</p>
<small class="date">September 8, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="http://jakewharton.com/smaller-apks-with-resource-optimization/" target="_blank" rel="noopener">Smaller APKs with resource optimization</a>
</h4>
<p class="summary">How many times does the name of a layout file appear in an Android APK? We can build a minimal APK with a single layout file to count the occurrences empirically.</p>
<small class="source">
via <a href="http://jakewharton.com/"></a>
</small>
<small class="date">September 1, 2020</small>
</div>
</section>
<p class="attribution">
Generated by