<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Digital Garden</title>
    <link>https://digital-garden-buw.pages.dev/</link>
    <description>A searchable, connected collection of notes published from Anytype.</description>
    <language>en</language>
    <atom:link href="https://digital-garden-buw.pages.dev/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android 15 : Handle Edge-to-Edge Insets in  XML</title>
      <link>https://digital-garden-buw.pages.dev/garden/android-15-handle-edge-to-edge-insets-in-xml/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/android-15-handle-edge-to-edge-insets-in-xml/</guid>
      <description>Description When targeting Android 15, the system enforces your app to handle edge to edge content, mostly breaking items located on the extremes of t…</description>
    </item>
    <item>
      <title>Android Development MOC</title>
      <link>https://digital-garden-buw.pages.dev/garden/android-development-moc/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/android-development-moc/</guid>
      <description>Introduction to Android Development Android is an open source operating system that is widely used; it can be installed on almost any device, by becom…</description>
    </item>
    <item>
      <title>Android Displayable Utilities</title>
      <link>https://digital-garden-buw.pages.dev/garden/android-displayable-utilities/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/android-displayable-utilities/</guid>
      <description>Description UI Text This helper class allows us to use DynamicStrings and Strings from the viewModel and other layers without using the Context Displa…</description>
    </item>
    <item>
      <title>Android Manual Dependency Injection and ViewModel Creation</title>
      <link>https://digital-garden-buw.pages.dev/garden/android-manual-dependency-injection-and-viewmodel-creation/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/android-manual-dependency-injection-and-viewmodel-creation/</guid>
      <description>Description It is common to create quick projects to test or isolate a set of features. While most projects use some DI library, this might be overkil…</description>
    </item>
    <item>
      <title>Compose Preview Device Annotation</title>
      <link>https://digital-garden-buw.pages.dev/garden/compose-preview-device-annotation/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/compose-preview-device-annotation/</guid>
      <description>Description I think is important to know and have tools that allow us to test our UIs with different screen sizes/font scales, etc to have that feedba…</description>
    </item>
    <item>
      <title>Computer Science MOC</title>
      <link>https://digital-garden-buw.pages.dev/garden/computer-science-moc/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/computer-science-moc/</guid>
      <description>The primary purpose of this note is to organise and categorise my knowledge into sections, assigning specific topics to each section, so that I am abl…</description>
    </item>
    <item>
      <title>Crash an Android App in production trough ADB</title>
      <link>https://digital-garden-buw.pages.dev/garden/crash-an-android-app-in-production-trough-adb/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/crash-an-android-app-in-production-trough-adb/</guid>
      <description>Description This snippet allows you to crash an Android App that can be on dev or production, ideal for testing Crashlytics</description>
    </item>
    <item>
      <title>Displaying and Updating GeoJSON on a MapBox in Jetpack Compose</title>
      <link>https://digital-garden-buw.pages.dev/garden/displaying-and-updating-geojson-on-a-mapbox-in-jetpack-compose/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/displaying-and-updating-geojson-on-a-mapbox-in-jetpack-compose/</guid>
      <description>Context Recently, I needed to add a 3D World Globe Map in Android for my Chrono Guides project, and while I was able to successfully display GeoJSON f…</description>
    </item>
    <item>
      <title>Expanding Compose Snackbars</title>
      <link>https://digital-garden-buw.pages.dev/garden/expanding-compose-snackbars/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/expanding-compose-snackbars/</guid>
      <description>Context Snackbars are a very common way to provide the user feedback about their actions or app state, and although Material 3 already comes with a ve…</description>
    </item>
    <item>
      <title>How to access Nav Arguments from ViewModel</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-access-nav-arguments-from-viewmodel/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-access-nav-arguments-from-viewmodel/</guid>
      <description>Description Sometimes a piece of data is needed XML Type safe navigation Jetpack Compose navigation</description>
    </item>
    <item>
      <title>How to add Compose Preview Provider / Parameters</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-add-compose-preview-provider-parameters/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-add-compose-preview-provider-parameters/</guid>
      <description>Description In Compose projects we often have multiple states of the UI, to have multiple previews where what only changes is the parameter, you can U…</description>
    </item>
    <item>
      <title>How to Merge Two Remote Config Instances: Preserve Shared Keys and Add New Ones</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-merge-two-remote-config-instances-preserve-shared-keys-and-add-new-ones/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-merge-two-remote-config-instances-preserve-shared-keys-and-add-new-ones/</guid>
      <description>Prerequisites jq Json Query Bun (Optional) You can download bun from their official website and follow installation process or run this on your termin…</description>
    </item>
    <item>
      <title>How to open Chrome/Chromium browsers without CORS Limitations</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-open-chrome-chromium-browsers-without-cors-limitations/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-open-chrome-chromium-browsers-without-cors-limitations/</guid>
      <description>Description Sometimes when testing APIs on the browser that you don&apos;t control might not be properly configured to allow CORS, and, although its a prob…</description>
    </item>
    <item>
      <title>How to organise Gradle Apps and modules</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-organise-gradle-apps-and-modules/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-organise-gradle-apps-and-modules/</guid>
      <description>Description</description>
    </item>
    <item>
      <title>How to show action ID in IntelliJ and Android Studio</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-show-action-id-in-intellij-and-android-studio/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-show-action-id-in-intellij-and-android-studio/</guid>
      <description>Description When using IdeaVim for Jetbrains IDEs we usually need to know the IDs of the actions we want to map to keybindings, this action will allow…</description>
    </item>
    <item>
      <title>How to switch between different IDEs with a single shortcut in MacOS and Raycast</title>
      <link>https://digital-garden-buw.pages.dev/garden/how-to-switch-between-different-ides-with-a-single-shortcut-in-macos-and-raycast/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/how-to-switch-between-different-ides-with-a-single-shortcut-in-macos-and-raycast/</guid>
      <description>Intro Similar to Josean Martinez&apos;s Window Management Workflow, I used to use Aerospace and map a single key to a specific space where I would have a s…</description>
    </item>
    <item>
      <title>Jetpack Compose</title>
      <link>https://digital-garden-buw.pages.dev/garden/jetpack-compose/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/jetpack-compose/</guid>
      <description>Use this by default // or Material Design 2 implementation(&quot;androidx.compose.material:material&quot;) // or skip Material Design and build directly on top…</description>
    </item>
    <item>
      <title>Kotlin Coroutines</title>
      <link>https://digital-garden-buw.pages.dev/garden/kotlin-coroutines/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/kotlin-coroutines/</guid>
      <description>Explanation Kotlin Coroutines are a language feature in Kotlin , with additional functionality provided by the kotlinx.coroutines library. It allows u…</description>
    </item>
    <item>
      <title>Kotlin Serialization: Deserialize without schema</title>
      <link>https://digital-garden-buw.pages.dev/garden/kotlin-serialization-deserialize-without-schema/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/kotlin-serialization-deserialize-without-schema/</guid>
      <description>Construct a JSON object programatically Kotlinx Serialization provides a DSL to build a JsonElement</description>
    </item>
    <item>
      <title>Library</title>
      <link>https://digital-garden-buw.pages.dev/garden/library/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/library/</guid>
      <description>This is a library of the topics that I&apos;m most interested in. It contains Maps of Content related to that topic. It&apos;s mostly based on my Note System Ha…</description>
    </item>
    <item>
      <title>Mobile development MOC</title>
      <link>https://digital-garden-buw.pages.dev/garden/mobile-development-moc/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/mobile-development-moc/</guid>
      <description>Introduction to Mobile development Mobile development allows you to put software that interacts with both the humans and the physical world in the han…</description>
    </item>
    <item>
      <title>My Keybindings</title>
      <link>https://digital-garden-buw.pages.dev/garden/my-keybindings/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/my-keybindings/</guid>
      <description>What is the point of my keybindings I&apos;m a multidisciplinary developer, which is reflected by the amount of IDEs and environments that I usually work w…</description>
    </item>
    <item>
      <title>My Mac Development setup</title>
      <link>https://digital-garden-buw.pages.dev/garden/my-mac-development-setup/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/my-mac-development-setup/</guid>
      <description>My Mac Development setup This is the process that I follow to setup environment in a MacOS system. These steps are mainly focused on creating a develo…</description>
    </item>
    <item>
      <title>Optimising Video with Apple Shortcuts in MacOS</title>
      <link>https://digital-garden-buw.pages.dev/garden/optimising-video-with-apple-shortcuts-in-macos/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/optimising-video-with-apple-shortcuts-in-macos/</guid>
      <description>Optimising Video with Apple Shortcuts and convert from .mov to .mp4 Introduction At Tapadoo we handle a quite big amount of multimedia during developm…</description>
    </item>
    <item>
      <title>Product Development</title>
      <link>https://digital-garden-buw.pages.dev/garden/product-development/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/product-development/</guid>
      <description>What is Product development? Platforms The iOS platfrom The web platform The Android platform IoT Embedded Lifecycle 1) Ideation The importance of goo…</description>
    </item>
    <item>
      <title>Snippet</title>
      <link>https://digital-garden-buw.pages.dev/garden/snippet/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/snippet/</guid>
      <description>Description</description>
    </item>
    <item>
      <title>Using Biometrics for Encryption in Android</title>
      <link>https://digital-garden-buw.pages.dev/garden/using-biometrics-for-encryption-in-android/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/using-biometrics-for-encryption-in-android/</guid>
      <description>Introduction One of the things that make unique mobile platforms is the security, especially when handling sensitive data. We want to ensure that it i…</description>
    </item>
    <item>
      <title>Using Repomix to summarise Github repositories to ai-friendly format</title>
      <link>https://digital-garden-buw.pages.dev/garden/using-repomix-to-summarise-github-repositories-to-ai-friendly-format/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/using-repomix-to-summarise-github-repositories-to-ai-friendly-format/</guid>
      <description>Description</description>
    </item>
    <item>
      <title>Web development MOC</title>
      <link>https://digital-garden-buw.pages.dev/garden/web-development-moc/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/web-development-moc/</guid>
      <description>Importance of the Web The web is a place where everybody can access to information Why to be web developer? Why not to be a web developer? Web Develop…</description>
    </item>
    <item>
      <title>Welcome to your garden</title>
      <link>https://digital-garden-buw.pages.dev/garden/welcome-to-your-garden/</link>
      <guid isPermaLink="true">https://digital-garden-buw.pages.dev/garden/welcome-to-your-garden/</guid>
      <description>This fictional note keeps a fresh clone useful before you connect Anytype. Configure your local publishing rules, export the objects you intentionally…</description>
    </item>
  </channel>
</rss>