panic(“everything is fine”)
Software engineer at Onefootball
Nothing here yet.
Path aliases are a powerful tool for simplifying imports in your TypeScript projects. Instead of writing out long file paths, you can use a short alias to reference a specific directory or module. In this tutorial, I'll show you how to set up a simpl...

While developing apps for iOS, you may face an issue with your main speakers. It makes weird crackling noises. Well, most probably the simulator is also using your main speaker as the output. This issue can be fixed by using another speaker device an...
