by Guru | May 30, 2024 | Uncategorized
Adding CI to your project In part one of this series we created an Angular project from scratch and dockerized it. In this section, we will add a basic continuous integration (CI) pipeline to the project. Because we have already dockerized the application, this...
by Guru | May 29, 2024 | Uncategorized
In this blog series, we’re going to explore setting up your first Angular project. By the end, our goal is to have a fully functional, tested Angular app that has continuous integration (CI). Let’s get started. Installing dependencies For this tutorial, we...
by Guru | Dec 15, 2022 | Uncategorized
Custom software is fast becoming the solution of choice for businesses looking to streamline their operations, improve efficiency, and stay ahead of the competition. Here are five reasons why custom software is the future of business: – Custom software is...
by Mike | Feb 5, 2019 | Uncategorized
When developing a mobile app, it’s pretty much a given that you will eventually need to support the two major platforms: iOS and Android. Developing for both platforms can be a challenge because: Development costs are almost double due to having to develop with...
by Mike | Jan 9, 2019 | Uncategorized
Today we did a quick check on the technologies we are actively using right now across all the projects we are actively developing and made this poster with a bunch of them. This isn’t fully comprehensive but it’s a good sample of the technologies we use...
by Mike | Jul 1, 2013 | Uncategorized
If you share a server with multiple users, you may find yourself committing as root. In that case, it’s helpful if you can keep svn from saving credentials. All you have to do is edit: /root/.subversion/config Set the following: store-passwords = no...