NashTech Insights

22 August 2023

Posts by categories

Posts by tags

Docker & ASP.NET Core: Part 1 – Overview

Containers have surged in popularity since Docker’s introduction in 2013. A lot of companies have already incorporated containers into their operational processes, streamlining the deployment, distribution, management, and scalability of their software. Within this article, I will provide insight into containers and the concept of containerization. Furthermore, I will also explain the difference between containers …

Docker & ASP.NET Core: Part 1 – Overview Read More »

Common Security Vulnerabilities And How To Detect Them

Every application nowadays has some form of sensitive data that needs to be protected. Such data in the wrong hands can lead to catastrophic failures. Avoiding such failures is extremely important with the advancement in technology. Security testing can be performed on your web application to find security gaps so that your data is safe …

Common Security Vulnerabilities And How To Detect Them Read More »

SELENIUM GRID WITH CONTINUOUS INTEGRATION

Hello readers, today we will learn about how to integrate a selenium grid with continuous integration for this blog we are going to take Jenkins in our scope. What is Continuous Integration Continuous Integration (CI) is a software development practice that involves automatically and regularly integrating code changes from multiple developers into a shared repository. …

SELENIUM GRID WITH CONTINUOUS INTEGRATION Read More »

group of people watching on laptop

Navigating the Future: Exploring Kiali’s Roadmap and Upcoming Innovations

In the rapidly evolving landscape of microservices innovation and service mesh technologies, staying ahead of the curve requires insight into the future direction of tools like Kiali. As a powerful observability platform for Istio, Kiali has already established itself as an essential companion for managing complex microservices architectures. Understanding Kiali’s Vision Kiali’s vision revolves around …

Navigating the Future: Exploring Kiali’s Roadmap and Upcoming Innovations Read More »

Exploring CSS Pseudo-classes and Pseudo-elements

Exploring CSS Pseudo-classes and Pseudo-elements

Introduction CSS, or Cascading Style Sheets, is the language that brings life to the web by enhancing the appearance and layout of HTML documents. Among its many features, pseudo-classes and pseudo-elements stand out as powerful tools for targeting specific elements and applying styles that go beyond the usual attributes. In this blog, we’ll take an …

Exploring CSS Pseudo-classes and Pseudo-elements Read More »

Coroutines: Exploring Asynchronous Programming in Android

Problem Statement In Android development, the main thread (also known as the UI thread) is responsible for handling UI interactions and rendering. If you perform long-running operations or tasks that might block this thread, it can lead to unresponsive user interfaces. Asynchronous programming addresses this issue by allowing long-running tasks to be executed in the …

Coroutines: Exploring Asynchronous Programming in Android Read More »

Azure Event Hubs: Powering Your Big Data Streaming

In the ever-evolving landscape of data processing and analytics, Azure Event Hubs stands out as a modern and robust big data streaming platform and event ingestion service. This article delves into the core features and benefits of Azure Event Hubs, showcasing how it seamlessly integrates with other Azure and Microsoft services to provide a comprehensive …

Azure Event Hubs: Powering Your Big Data Streaming Read More »

Deploy to GKE: Automating Deployment Workflow with GitHub Actions

Introduction In today’s fast-paced development landscape, deploying applications in a scalable and efficient manner is crucial. Google Kubernetes Engine (GKE) offers a robust platform for deploying and managing containerized applications in the Google Cloud environment. In this blog, we will explore the process of deploying a Java application to GKE using GitHub Actions. We’ll walk …

Deploy to GKE: Automating Deployment Workflow with GitHub Actions Read More »