NashTech Insights

26 July 2023

Posts by categories

Posts by tags

Mobile app with offline storage feature High Level Architecture

A random crash on mobile app due to large database operations

How large database operations made a mobile app crash randomly? How did we investigate this issue? What was our solution? What was the results and lessons learned? Following is our journey to solve this hard-to-reproduce issue and lessons we learned along the way. The context One day, our client reported a critical issue of randomly …

A random crash on mobile app due to large database operations Read More »

The return on investment of UX design: numbers not tell lies

UX design in the competitive world The world today shows a highly competitive business landscape. Therefore, providing a great user experience becomes a crucial factor to achieve higher and sustainable growth of the business. When companies strive to stand out and retain their customers, UX design is invested as an important and long-term strategic activity. …

The return on investment of UX design: numbers not tell lies Read More »

SECURITY IN MOBILE APPLICATION

SECURITY IN MOBILE APPLICATION Mobile security in mobile application is the practice of protecting mobile apps from external threats such as malware, phishing, tampering, reverse engineering, and data breaches. It focuses on ensuring the confidentiality, integrity, and availability of the data and functionality of the apps, as well as the privacy and identity of the …

SECURITY IN MOBILE APPLICATION Read More »

Role of Components in Angular Architecture

Introduction Angular is a powerful front-end framework that follows the component-based architecture. Components are the building blocks of Angular applications, responsible for defining the UI, handling user interactions, and managing data for specific parts of the application. In this blog, we will explore the role of components in Angular architecture and how they contribute to …

Role of Components in Angular Architecture Read More »

Template-driven forms vs. Reactive forms

Introduction: Template-driven forms and Reactive forms are two approaches to handling forms in Angular applications. Each approach has its strengths and weaknesses, and choosing the right one depends on the complexity and requirements of the form. In this blog, we will explore Template-driven forms and Reactive forms in Angular, compare their features, and provide examples …

Template-driven forms vs. Reactive forms Read More »

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback

Introduction: In today’s fast-paced software development landscape, delivering high-quality applications quickly is paramount. One crucial aspect of ensuring the reliability and performance of modern applications is API testing. APIs (Application Programming Interfaces) serve as the backbone of most applications, enabling communication and data exchange between various components. Proper API testing is essential to identify issues …

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback Read More »

ai generated, data centre, computer-8070003.jpg

Building RESTful API with Spring Boot: Kotlin

What is Kotlin? Kotlin is a high-level object-oriented programming language developed by JetBrains in 2011. It is used to develop especially Android apps and server-side apps. It runs on JVM(Java Virtual Machine). To learn more about Kotlin click here Prerequisite Scope of this article What is Spring Boot? Spring Boot is an open-source framework that …

Building RESTful API with Spring Boot: Kotlin Read More »

woman in brown checkered coat using a laptop

How to unlock Scalability with Terraform: A Step-by-Step Guide to Scaling Your Infrastructure

In today’s fast-paced digital landscape, the ability to scale your infrastructure efficiently is crucial to meet the demands of growing businesses. Terraform, an open-source infrastructure as code (IaC) tool, empowers organizations to automate the provisioning and management of cloud resources. In this step-by-step guide, we will explore how to scale your infrastructure using Terraform, enabling …

How to unlock Scalability with Terraform: A Step-by-Step Guide to Scaling Your Infrastructure Read More »