Technical Writing, Developer Advocacy and conference Speaking on web technologies
Oct 15, 2025 · 9 min read · 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 ...
Join discussion
Sep 12, 2025 · 12 min read · 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...
Join discussion
Dec 3, 2023 · 2 min read · 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...
N0Nofisat and 1 more commented
Feb 11, 2023 · 4 min read · A set of guidelines known as the SOLID principles can be used to create code that is clear, scalable, and maintainable. They may be used with a variety of programming languages, such as React, and are widely acknowledged as best practices in software...
Join discussion