Curated list of posts related only to technology.
Topic: technology.
Is Tauri an Electron killer?
ElectronJS-powered applications are ubiquitous; Slack, Visual Studio Code, Figma, Discord, Postman and countless others. My teams have released several projects using this technology, and it certainly works - albeit with a few minor but irksome bumps along the way. Releasing a project with Electron as opposed to Chromium often required a few days of extra effort just to make it stable. Therefore, when Tauri began gaining traction, I decided to give it a shot.
Is ReactJS a dead-end path?
React is like a modern celebrity - famous simply for being famous. It's often chosen as a safe solution, and no one can fault you for that. However, once you dive deeper, you'll be exposed to all its flaws. I predict that React will die out just as PHP did in the realm of HTML templating.
Turborepo is a good thing.
I was initially hesitant to embrace monorepos, as I preferred the clean and organised structure of my individual project folders. The only downside was the difficulty of reusing design systems across multiple applications. However, Turborepo has changed my opinion; give it a try!