Technical Writing, Developer Advocacy and conference Speaking on web technologies
When you’re building an application, not all users should have the same level of access. For example, an admin might be able to update or delete some data (logs excluded), while a regular user should only be able to read it. This is where Role-Based ...

GitHub Codespaces gives you a full development environment in the cloud, directly in your browser. It’s great for writing and running code, but there’s one big limitation: it doesn’t support graphical applications out of the box, especially for Pytho...

In some software development teams, documentation takes the backseat to delivering features and meeting deadlines. However, my recent encounter with an undocumented codebase reminded me of the critical role that documentation plays for both front-end...
