by Guru | Mar 21, 2023 | Uncategorized
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 won't be too hard. This...
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...
by Guru | Mar 20, 2013 | Uncategorized
So I am working on a project where I have to search some HTML documents for a possible text string. This lead me to an interesting find in how browsers do searching on text. Let’s look at the following HTML. <div><div...