by GoodSoft | Feb 5, 2024 | Mobile
GitHub Copilot is a programming assistance tool that functions as an AI assistant in your code editor. Here are several ways in which GitHub Copilot can aid in software development: Code Suggestions: GitHub Copilot suggests lines of code or entire code blocks as you...
by GoodSoft | Feb 5, 2024 | Mobile
Creating software in Flutter involves continuously creating new widgets. Some widgets are more complex, while others are less, but for both, we need to allocate a certain amount of time to write them. What if there was a tool that could save a lot of time in creating...
by GoodSoft | Jun 22, 2022 | UX Design
Using Adobe xd plugins can drastically change your workflow with creating UX and UI designs. As we have previously mentioned in this article, various plugins can help you speed up your workflow, thanks to features like filling placeholder pictures, text, generating a...
by GoodSoft | Jun 21, 2022 | UX Design
Ever wondered about how you could optimise the efficiency of your UX Design? The answer is rather simple – using Pre-Made components. But where can you find them? There is a few answers to that… The fastest, easiest and most redundant is using UI Kits....
by GoodSoft | Jun 21, 2022 | Web
There are a few different approaches to packaging Play applications into a Docker Image. You can create a Dockerfile file by hand, customize preexisting one or just by using some tool to generate it. Since Play comes with a great packaging application –...