NashTech Insights

6 June 2023

Posts by categories

Posts by tags

Creating Custom Structural & Attribute Directives in Angular

Introduction: Directives are a powerful feature in Angular that allow you to extend HTML with custom behaviors and functionality. In this blog post, we will explore how to create custom structural and attribute directives in Angular. We’ll cover the concepts, explain the differences between structural and attribute directives, and provide practical examples to demonstrate their …

Creating Custom Structural & Attribute Directives in Angular Read More »

person holding smartphone while using laptop

Continuous Security Testing in DevSecOps

In the fast-paced world of software development, security vulnerabilities can have severe consequences. To address this challenge, organizations are increasingly adopting DevSecOps practices, integrating security into every stage of the software development lifecycle. A crucial aspect of DevSecOps is continuous security testing, which enables organizations to identify and remediate security issues proactively. In this blog, …

Continuous Security Testing in DevSecOps Read More »

Handling form submission & form reset In Angular

Introduction: Forms are an essential part of web applications, and handling form submission and resetting is a common requirement. In Angular, the Angular Forms module provides powerful tools for managing form submissions and resets. In this blog post, we will explore how to handle the form submission and form reset in Angular applications, covering the …

Handling form submission & form reset In Angular Read More »

@Input, @Output decorators in angular

A Guide to @Input and @Output decorators in Angular

Introduction Angular is a popular JavaScript framework used for building web applications. One of the key features of Angular is its ability to create reusable components. To enhance component communication, Angular provides decorators such as @Input and @Output. In this blog, we will explore the concepts of @Input and @Output in Angular and understand how …

A Guide to @Input and @Output decorators in Angular Read More »

code geek, talk code to me, coffee cup-2680204.jpg

Coded vs Codeless Automation Tool: What is the best choice?

Let’s begin by reviewing the history of automation testing tools. Personally, my introduction to automation testing was through Quick Test Pro, now known as Unified Functional Testing (UFT). This tool offered a convenient “Record and Playback” feature and a user-friendly interface, making it accessible for testers with limited technical expertise to create automation tests effortlessly. …

Coded vs Codeless Automation Tool: What is the best choice? Read More »