
Drink Watahhh
Note to myself: Whenever I feel wasted, really tired, I should probably chug down 1 L of water before thinking of taking a nap. Sometimes you are not tired, sometimes you are just dehydrated.
Note to myself: Whenever I feel wasted, really tired, I should probably chug down 1 L of water before thinking of taking a nap. Sometimes you are not tired, sometimes you are just dehydrated.
dailydispatch
FINALLY. The bug of not finding then shared.klib package seems to be solved. All we had to do is change the generated podspec from android studio to include the task moko resources told us to include, and then (and here’s the trick) on the build.gradle, inside the
dailydispatch
One of the perks of working as a software developer is when you find an unsolvable problem, that no one in the world got but you. You feel special for a moment. Then the anger comes in. I had a building problem with Kotlin Multiplatform mobile on a project running
dailydispatch
I’ve been trying to solve problems for an app to build all day today. It wasn’t fun. In the end it was just some @sshole changing their lib, so I couldn’t fetch by the same version number anymore. It was this ColorPicker. If you fetch https://jitpack.
nocode
Ever wanted to have a personal fully customized website with no code required? Then this will help you. 1 – First step, check out this notion with a website common template from Noah Bragg. Check out the Duplicate button on the top right side of Notion and edit as you wish.
development
I recently started changing the project’s API client from Retrofit to Ktor. And it’s been a delight. As a reference here’s the before and after code. class MoviesAPIService { private val API_KEY_MOVIEDB = "It's Mine You can't have it" private val
Apps
One awesome way to test APIs is Postman, but I just recently found out about another one that runs on the browser. Hoppscotch used to be called Postwoman. I’ve been trying to set up a simple mobile app using this The Movie Database api. I switched projects to test
dailydispatch
I’ve been reading How to Fail at Almost Everything and Still Win Big by Scott Adams. He’s been saying some interesting stuff about personal energy being the main thing you should maximize in your life, like profits for businesses. And how there’s two kinds of ways of
dailydispatch
We start the day late, with the errors of yesterday. e: This version (1.0.0-beta09) of the Compose Compiler requires Kotlin version 1.5.10 but you appear to be using Kotlin version 1.6.0 which is not known to be compatible. Please fix your configuration (or suppressKotlinVersionCompatibilityCheck
Muita gente me perguntou o que eu achava de NFT e o que era essa tal de Blockchain. Vamos por partes. Blockchain Blockchain é uma forma de armazenamento de dados. Do mesmo jeito que você guarda dados no seu HD. Ou o Facebook guarda seus dados num servidor dele. Blockchain
bitcoin
So a lot of people asked me what I thought about NFTs and what the hell is this blockchain crap. So let’s break it down by parts. Blockchain Blockchain is a way to store data. Just like you store your data on your hard drive. Or Facebook stores your
dailydispatch
So I went on to learn more about dependency injection by trying to change an example project that used Koin to use KodeIN-DI now. Some problems were found, where I didn’t know what the equivalent to “get()”(from koin) to Kodein. Eventually I found out it was “instance()”. And
dailydispatch
Classes shouldn’t have to fetch their dependencies, you should get a third party module to link implementations with it’s respective interfaces. That way you can change easily the implementations if need be. Two libraries used for dependency injection are Koin(7.3k stars on GitHub as the time
kmm
So you are trying to code a Kotlin Multiplatform module. After setting up a build gradle file for the Android project with this new module, you are led to believe that you will: * Build on android. * Then run pod install to install this new precompiled module into an iOS project.
development
I’m proud to present to you a new way to develop Software. eXtreme Go Horse Presented by ” http://sou.gohorseprocess.com.br/ “ 1- If you have to think about it, it is not XGH. XGH doesn’t think, it does the first thing that comes to mind. There is
development
Here’s what I think will bring me to the next level and kill my impostor syndrome. * Do projects that I’m interested in * Coding challenges * Freelance work In that order. Learn as needed.