NashTech Insights

Application Engineering

Software Solutions, Microservices, Event-driven Architectures

Posts by categories

Posts by tags

technology, internet, network-8362810.jpg

Single Page Angular Applications

Throughout this comprehensive guide, we embark on an explorative journey into the realm of Single Page Angular applications. Our aim is to dissect and comprehend their underlying architecture, unravel the inherent advantages they offer over conventional web applications. Dissect their key components, and elucidate the best practices that pave the way for creating efficient, maintainable, …

Single Page Angular Applications Read More »

ai generated, server, room-8427261.jpg

High CPU Utilisation-Instance Down

Hello Readers!!! In this blog we’ll see how we can create Infra Alerts High CPU Utilisation-Instance Down alerts in Apigee. Monitoring high CPU utilization and setting up alerts for VM instance downs are crucial aspects of maintaining the health and performance of your Apigee X deployment on Google Cloud Platform (GCP). Overview Infra Alerts in …

High CPU Utilisation-Instance Down Read More »

data, technology, business-8380807.jpg

Axon Messaging

In the rapidly evolving landscape of software development, the demand for applications that exhibit high scalability, responsiveness, and fault tolerance has surged. This shift has led developers to explore frameworks and tools that streamline the creation of such robust applications. Among these tools, Axon Framework stands out as a Java-based toolkit offering a structured approach …

Axon Messaging Read More »

ai generated, network, technology-8296399.jpg

Setup observability with open telemetry, prometheus, loki, tempo, Grafana on Kubernetes

Introduction Observability of a system includes Logging, Tracing and Metric. Today, we will go to detail how to implement observability’s elements on a K8S environment use Promtail, Open Telemetry Collector, Loki, Tempo and Grafana bellow is the demonstration of system we will implement Open Telemetry collector Open Telemetry Collector is a distributor the log, tracing, …

Setup observability with open telemetry, prometheus, loki, tempo, Grafana on Kubernetes Read More »

ai generated, body, ghost-8404948.jpg

How does AI improve automation testing progress?

AI is changing our world day by day and applying it in our work is becoming more popular now. It helps us save a lot of effort in daily tasks, and we can see AI applied in various kinds of fields like software development, graphic design, finance, transportation, etc. In this article, we’ll get to …

How does AI improve automation testing progress? Read More »

Format Code with Spotless – 3 Easy Steps

If you are working on a codebase with a large team, setting up automated code formatting has many advantages. In this blog, I will talk about how we set up code formatting with Spotless Compatibility with Build Tools Spotless can work with maven, gradle, and sbt as build tools. It can also work with other …

Format Code with Spotless – 3 Easy Steps Read More »

ITIL4

ITIL Overview

Introduction ITIL (Information Technology Infrastructure Library) 4 is the latest version of the global best practice framework for IT Service Management (ITSM), released by Axelos in Feb 2019. For over three decades, ITIL has provided direction, training, and certification programs that have set the standard for the ITSM industry, by adopting new methods of working …

ITIL Overview Read More »

business, entrepreneur, man-8398064.jpg

Exploring Rust Rover: JetBrains’ New Rust IDE

Rust, known for its safety, performance, and concurrency features, has been gaining popularity in recent years. Developers worldwide are drawn to its robust tooling and ecosystem. JetBrains, the creator of popular IDEs like IntelliJ IDEA and PyCharm, recognized the rising interest in Rust and decided to contribute to the community by introducing Rust Rover, a …

Exploring Rust Rover: JetBrains’ New Rust IDE Read More »

Understanding Parent-Child Component Interactions with @Input and @Output Decorators

Angular, a robust and widely-used web framework, empowers developers to build dynamic and scalable applications. One of its powerful features is the ability to create modular and reusable components, and these components often need to communicate with each other. Angular facilitates this communication through the use of @Input and @Output decorator, enabling parent-child interactions seamlessly. …

Understanding Parent-Child Component Interactions with @Input and @Output Decorators Read More »