Category: Web Applications

  • Embracing Digital Transformation: Top 5 Strategies For Efficient Business Practices

    Embracing Digital Transformation: Top 5 Strategies For Efficient Business Practices

    In the rapidly evolving business landscape, leveraging technology is crucial for achieving efficiency. Forward-thinking organizations harness cutting-edge technology to streamline operations, improve productivity, and enhance customer engagement. This blog post will present five of the most innovative ways businesses can utilize technology to optimize their practices.

  • A poem: About programming your solution

    A poem: About programming your solution

    In the days of old, there were fewer IT systems, a simpler time, Where solutions were straightforward, and troubles were easily aligned. But as technology advanced, and businesses grew, The systems multiplied, and the chaos ensued. With multiple platforms, and endless integrations, The complexity grew, and caused frustration. For every new software, brought with it…

  • Tips To Supercharge Your Marketing Strategy

    Tips To Supercharge Your Marketing Strategy

    Marketing strategies have the potential to send sales soaring and raise brand awareness but not every campaign is effective. If you are looking to put your business on the map, or you have ambitions to attract new customers or boost profits, it’s beneficial to ensure that your marketing campaigns are on point. Here are some…

  • How Environmental Friendly is Programming Languages

    How Environmental Friendly is Programming Languages

    One thing that I have wondered about for a while is which programming language is the most environmentally friendly for the climate. Over my career, I have used many different programming languages, starting with Assembly as we build Operating Systems and working very closely with the hardware. Over the years, I got away from working…

  • Why Outsourcing Live Chat Makes The Most Sense

    Why Outsourcing Live Chat Makes The Most Sense

    Chat outsource services are becoming more and more common on the internet. Live chat support was a service initially used as an alternative to email or phone calling by the big companies that needed to provide alternative customer support. 

  • What’s Wrong With Your Business Office?

    What’s Wrong With Your Business Office?

    When you own a business, it’s important that your employees have a safe, and secure place for them to work. However, it is much more than that because they need somewhere comfortable as well. It’s not as though they can work through any conditions and still produce the results that you want from them, it…

  • Tips For Online Trading Beginners

    Tips For Online Trading Beginners

    Trading has become one of the most popular ways of doing business throughout the globe. It can be hugely useful for business owners who want to create profitable results in the longer term.

  • How to toggle a status with Angular and Firestore

    How to toggle a status with Angular and Firestore

    This short how-to will explain how I implemented a toggle function with Angular and Firestore, I had this user requirement to create a button and then by clicking the button the color of the button and the status in Firestore would change on this field.

  • Pagination with Angular and Firestore

    Pagination with Angular and Firestore

    I have created a Cloud Function that uses the NewsAPI to read the latest news and store the news in a Firestore collection. To read the news links I created an Angular app to read the news. Firestore does not have pagination support so I had to build it myself. This post is all about how…

  • How to not display empty data in an Angular UI app with *ngIf

    How to not display empty data in an Angular UI app with *ngIf

    I had this use case when I read data from a Firestore collection, some fields were empty, when the data was going to the UI I did not want to display the empty fields.