As a software developer, I create a lot of new projects that I end up dropping, and sometimes I feel that configuring a new project is a hassle and makes me lose interest. I created a list of steps to set up a new React project and a template repository I can reuse to kickstart a workspace.
Continue reading »
With more than 400.000 weekly downloads, ngx-translate might just be the most used internationalization library for Angular. It works out-of-the-box wonderfully on the client side, however it needs some tweaks to work with Angular Universal's SSR.
Continue reading »
After updating to iOS 13, I've begun receiving a prompt to allow my application to use Bluetooth. In reality, a lot of apps started asking for Bluetooth permission. This caught me by surprise because I did not know my app used Bluetooth and because I did not want it to use Bluetooth.
Continue reading »
Breaking down the hard task of deploying an Angular Universal application to Firebase with Hosting and Cloud Functions.
Continue reading »
A project I worked on was running fine for a long time when they informed me that it was crashing after a new build, all because of package versioning.
Continue reading »