Bookmarks
Blog
1
2
3
4
5
6
…
83
Next »
Przelew natychmiastowy
Mar
24
2023
Przelew natychmiastowy w Santander Bank
Developer conferences
Mar
16
2023
Developer conferences
Kompendium wiedzy o akumulatorach Li-Ion – 18650 i nie tylko
Mar
16
2023
Kompendium wiedzy o akumulatorach Li-Ion – 18650 i nie tylko
How to shoot a SMB – or why we shoot the SMB the way we do
Mar
6
2023
How to shoot a SMB – or why we shoot the SMB the way we do
How To Make A Scuba Diver’s Pigtail?
Mar
5
2023
How To Make A Scuba Diver’s Pigtail?
Bare: sizing for stock drysuits
Feb
28
2023
Sizing for Stock Drysuits
How to connect your double ender to your light head
Feb
26
2023
How to connect your double ender to your light head
AI Commits
Feb
20
2023
This CLI tool runs git diff to grab all your latest code changes, sends them to OpenAI’s GPT-3, then returns the AI generated commit message.
Fixing floating-point arithmetics with Kotlin
Feb
9
2023
https://blog.frankel.ch/fixing-floating-point-arithmetics-with-kotlin/ val a = 5.8.toBigDecimal() val b = 5.6.toBigDecimal() assertThat(a - b).isEqualTo(0.2.toBigDecimal())
Kotlin difference between Iterable and Sequence
Feb
8
2023
https://kotlinlang.org/docs/sequences.html#sequence-processing-example
1
2
3
4
5
6
…
83
Next »