Code that works together, stays togetherThe simple idea that code should be grouped by functionality is present in reactjs and in hooks.Mar 16, 2021Mar 16, 2021
Snippet Podcast: Should I delete this?Snippet is a weekly podcast where I share snippets of coding knowledge.Mar 2, 2021Mar 2, 2021
Snippet Podcast: What if we need this?Snippet is a weekly podcast where I share snippets of coding knowledge.Mar 1, 2021Mar 1, 2021
Gotta go fast! My Sonic voxel modelTL;DR: A model of everyone’s favorite hedgehog, and this time with a peek at my creative process.Apr 15, 2017Apr 15, 2017
How I did my first 3D model — MagicaVoxel TutorialTL;DR: I love pixels and their 3D brothers, the voxels. MagicaVoxel is great to make 3D. Use the hintbox. Using a 2D pixel sprite to make a…Apr 2, 20176Apr 2, 20176
How I configure my git in a new computerTL;DR: Add your user to your git config. My favourite aliases. I set up a gist to keep a .gitconfig file, and so should you.Mar 4, 20171Mar 4, 20171
Published inBAM TechUse the $destroy event to solve memory leaksTL;DR: When your controller is destroyed, it emits $destroy. You can listen to this event and unbind variables, remove listeners, etc. to…Aug 30, 2016Aug 30, 2016
Published inBAM TechAngular Multipage Form, or Sharing data in AngularTL;DR: For a multipage form use a parent state for the controller and nested states for the views. A parent state can have a controller…Jul 26, 2016Jul 26, 2016
How to add geolocation to your Android app using React NativeTL;DR: Use the rn-geolocation npm package. After you install it, install Google Repository and Google Play Services dependency. Add the…Nov 11, 2015Nov 11, 2015