Android Jetpack Compose: Clean Arhitecture — 2022Based on the Guide to app architecture by Google for Android Developers and combined with the principals of Clean Arhitecture. This is how…Apr 17, 20221Apr 17, 20221
Display SVG with accompanist-coil with Jetpack ComposeThere comes a time when you just need to display an SVG file.Jul 24, 2021Jul 24, 2021
JetpackCompose — Weather App — random design — code snippetThis is just one of many in the series of a “Random design and its implementation in jetpack compose beta 08”.Jun 13, 2021Jun 13, 2021
Jetpack Compose — Drawing custom shapes (Circle, Rect, Paths)Using Jetpack Compose alpha08 build. This post will cover how to draw shapes in Jetpack Compose.Dec 13, 20201Dec 13, 20201
Learn Kana with simple JavaScriptLearn Hiragana and Katakana charaters with some help from plain old JavaScript.Aug 16, 2020Aug 16, 2020
Ruby vs Node vs Go (Rails vs Express vs Gin)Comparing 3 web frameworks, how fast can they render the message “hello” via a templating engine back to the user. There is no…Mar 22, 20203Mar 22, 20203
Secure your local development server with HTTPS (Next.JS)Sometimes you just need to secure your localhost in order to test some stuff, like OAuth for example.Jun 9, 20193Jun 9, 20193
Setup React+Babel+Webpack4 for you projectSetting up React with Babel is already available with create-react-app. If you need something configured and just start writing stuff, use…Jun 9, 2019Jun 9, 2019
Rails API with FastJSON from NetflixLet’s build a simple Rails API and use Netflixes FastJSON library to serialize our JSON responses.May 9, 20191May 9, 20191
Simple Painter in ReactJS — useContext, useStateA simple painter, where you pick a color from a set of preselected ones. And then paint a grid cell with that color. We will be using…May 5, 20191May 5, 20191