Tiago FerreiraCode 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
Tiago FerreiraLeave work at the home officeOriginally posted on https://tiagojdf.com/Mar 13, 2021Mar 13, 2021
Tiago FerreiraSnippet Podcast: Should I delete this?Snippet is a weekly podcast where I share snippets of coding knowledge.Mar 2, 2021Mar 2, 2021
Tiago FerreiraSnippet Podcast: What if we need this?Snippet is a weekly podcast where I share snippets of coding knowledge.Mar 1, 2021Mar 1, 2021
Tiago FerreiraGotta 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
Tiago FerreiraHow 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
Tiago FerreiraHow 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
Tiago FerreirainBAM 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
Tiago FerreirainBAM 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
Tiago FerreiraHow 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