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 Guru | Oct 19, 2022 | Software Development, User Interface Design
Fast food self-ordering kiosks are here to stay. Who knew there could be so many ways to get a McDouble? Those kiosks have been tried before, you know. Decades ago, one fast food spot in my town built cabinets to house old boxy touch-screen computer monitors for the...
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...