NashTech Insights

13 July 2023

Posts by categories

Posts by tags

man using macbook

How to Streamline Infrastructure Operations with Terraform for DevOps

Introduction: In today’s fast-paced digital landscape, the need for efficient infrastructure management is paramount for organizations aiming to deliver high-quality products and services. This is where DevOps practices and tools come into play, enabling teams to automate and streamline their infrastructure operations. One such tool that has gained significant popularity is Terraform. In this blog …

How to Streamline Infrastructure Operations with Terraform for DevOps Read More »

Understanding let, const, and Block Scoping in JavaScript

Introduction: Variable scoping is a fundamental concept in JavaScript that determines the visibility and lifetime of variables. With the introduction of ES6 (ECMAScript 2015), two new variable declaration keywords, let and const, were introduced, along with block scoping. In this blog, we will explore the usage and benefits of let and const, and understand block …

Understanding let, const, and Block Scoping in JavaScript Read More »

Union Types, Intersection Types, and Type Guards in TypeScript

Introduction: TypeScript offers powerful type-system features that go beyond traditional JavaScript. Union types, intersection types, and type guards are essential concepts that enhance the expressiveness and safety of your code. In this detailed blog, we will delve deeper into these TypeScript features, understanding their intricacies, exploring advanced use cases, and providing in-depth examples. If you …

Union Types, Intersection Types, and Type Guards in TypeScript Read More »

WEB TEST RUNNER

In this post, we will learn how to use the web-test-runner will also learn about the web-test-runner performance plugin to measure bundle and render performance in a basic JavaScript library. Web runner introduction What is playwright Capabilities:- Render – how fast an element is updating in the UI Bundle Size – How much code is …

WEB TEST RUNNER Read More »

technology, 5g, aerial-4816658.jpg

Revolutionizing Insurance: Seamless Digitalization with the power of Chatbot

Nash Insurance Chatbot Architecture Chatbot interface : Hosted on Microsoft default website Welcome screen Claim registration form Reusability among various business use case And what is the best about this solution? Its re-usability. It is applicable to various business cases across different domains. Here are some examples: •Customer Support: The chatbot can be repurposed for …

Revolutionizing Insurance: Seamless Digitalization with the power of Chatbot Read More »

hook, check mark, yes-881444.jpg

Planning, Monitor, and Control Process in Software Testing

In general, the ISTQB Advanced – Test manager defined a complete process include planning, monitoring and control, Analysis, Design, Implementation, Execution, evaluating exit criteria and reporting, Test closure activities, are applied to the projects, however, depending on the context of each project, these activities will be arranged or combined differently. As a Test Lead who …

Planning, Monitor, and Control Process in Software Testing Read More »