You are here |
www.thepolyglotdeveloper.com | ||
| | | |
khromov.se
|
|
| | | | In this blog post I'd like to share with you how I self-published Appreciation Jar, a gratitude journaling app for couples. If you want to see how the app looks before you start to read, here is a short demo video: The idea My partner and I were looking for ways to be more mindful of each other and share positive affirmations. We originally started with a physical jar that we dropped small hand written notes in (I guess you could call it the original "MVP"). One late evening, in a particularly developer-... | |
| | | |
ariya.io
|
|
| | | | React Native emerged as a popular framework to build Android and iOS applications from a single code base. Verification of React Native apps during the development phase is not always easy, but thanks to a host of managed services, the CI/CD process can be simplified a lot. A particularly interesting solution is App Center, part of the Visual Studio product suite from Microsoft. With its built-in support for React Native, it can not be more easier to automatically build, test, package, and distribute Rea... | |
| | | |
thelastpickle.com
|
|
| | | | In this post I'll introduce you to an advanced option in Apache Cassandra called user defined compaction. As the name implies, this is a process by wh... | |
| | | |
utilitybend.com
|
|
| | Have you run into a situation where you need the padding of one element to align with the padding of another element? In this article I demonstrate that issue with a full-width slider component that breaks out of the main page container using a couple of techniques to keep it visually aligned with other elements on the page. |