Tag: Software Development
-
How to Create a React App
Many beginner software developers, and entrepreneurs, when they go to build software product will have heard or come across react. I consider React the “go to” software library for developing front-end code. They allow developers to reuse components within an application, preventing the need to rewrite the same code repeatedly. Another benefit of creating a…
-
How to create a python virtual environment for windows
1. Open VScode You will need VScode to make edits to python scripts, so install that on your windows machine. 2. Open up the terminals In VScode, open up the terminal along the top, you should see boxes appear along the bottom 3. Install Python if you haven’t done this yet you need it for…
-
Why GitLab Could Be a Value Investment for the Future
The tech market may be overvalued, but not all companies are created equal. GitLab stands out with its robust B2B ARR model, strong customer retention, and innovative features like CI/CD pipelines. Despite market headwinds, GitLab’s focus on user experience, corporate trust, and strategic growth initiatives positions it as a potential value investment in the DevOps…
-
Writing Users Stories
How are User stories developed? Well Product Owners (POs) write the Epic and userstory for the team. However, improving the userstory overtime is what I mean by developing a userstory. Userstory development can be challenging journey but one that should be marked by experts and simplicity hopefully. The initial idea for a feature is not…