Designing a logo for GUU LabsRecently I started to scratch a logo for a new software company.Read more
Summing Sprint Estimates in Notion: Creating a Rollup Property for Total EstimatesIn this article, we’ll show you how to create a Rollup property in Notion to keep track of the total estimates for each sprint in your Notion workspace.Read more
Debug Jest Unit Tests with VS Code breakpoints in React NativeAn excellent way to debug your Jest unit tests is by adding breakpoints in the `.test.ts` file and also in the `.ts` one.Read more
How did we fix a massive CPU perfomance issue in our React Native iOS appHow did we found and fixed a massive CPU perfomance issue in our React Native iOS App.Read more
How to fix Circular Dependencies in React NativeCircular dependencies are usually ignored, this can accumulate over time and produce all sort of unexpected issues.Read more
Share data between React Native and iOS widgetsHaving access to app's data in your widget extension is a basic need and how do it is pretty straight up.Read more
A nice use-case for React Native PortalsUse portals to teleport your components to a different place in the DOM tree.Read more
Another React Native upgrade storyHow did we managed to upgrade a Lerna monorepo project to React Native 0.59 with Yarn workspaces.Read more