{archive_title}

Month: October 2019

  • Routing and navigating pages in angular

    ·

    Routing and navigating pages in angular

    Routing and navigating is the essential function of any kind of application. Therefore, I will explain how to configure routing and navigating in angular with example. Angular Router is a powerful javascript router and can be installed from the @angular/router package. It provides a complete routing library with the possibility to have multiple router outlets,…

  • Communication from parent component to child component in angular

    ·

    Communication from parent component to child component in angular

    When you are coupling components and putting them one inside the other. This approach is useful and straightforward. Therefore, It is a good approach when you want to ensure that a child component is integrated into a parent component that shares a particular object. That means that if you change a property of the object,…

  • Digital Marketing – 1 – Strategy

    ·

    Digital Marketing – 1 – Strategy

    As an IT company you might find strange that we don’t do a lot of digital marketing, that is because we are currently getting a lot of referrals from our existing customers. We are helping a lot of our customers doing their online marketing but to give you a better example, we think it’s better…

  • React Complications

    ·

    React Complications

    React is a declarative component-based Javascript library used by thousands of developers around the world. Their website reactjs has a ton of tutorials and information about how to get started and how to use it so I won’t focus on that now. Let’s talk about amplifying React by using other frameworks such as Redux. Again,…

  • How to set up portrait mode on Android Things

    ·

    How to set up portrait mode on Android Things

    Before we start the topic, you should know by now that Android and Android Things are two different operating systems. The significant difference is that Android is open-source and Android Things isn’t. Thus, you have no control over Android Things. Back to the topic. Recently we found a sluggish portrait mode issue with android things.…