NashTech Insights

9 June 2023

Posts by categories

Posts by tags

angular-cli

Angular Ivy: Exploring the New Compiler and Runtime

Introduction: Angular Ivy is the latest compiler and runtime for applications. Released with Angular version 9, Ivy brings significant improvements in terms of performance, bundle size, and developer experience. In this blog post, we will delve into the world of Angular Ivy, exploring its key features, and benefits, and how to leverage them in your …

Angular Ivy: Exploring the New Compiler and Runtime Read More »

closeup photo of three person looking at macbook air

Securing Cloud-Native Apps with DevSecOps

As organizations increasingly adopt cloud-native architectures, the need for robust security measures becomes paramount. Cloud-native applications are built using containerization, microservices, and orchestration platforms like Kubernetes. While these technologies offer scalability and agility, they also introduce new security challenges. To address these challenges effectively, organizations must integrate security practices into the entire application lifecycle. This …

Securing Cloud-Native Apps with DevSecOps Read More »

password, security, dump-704252.jpg

Common Misconceptions in .NET – Not Properly Hashing Passwords

Let’s explore a prevalent security flaw where developers fail to properly hash users’ password. Understanding the significance of hashing is crucial. Let’s consider a scenario where a user register on a form by entering their username and password. During this registration process, we store the username and password in plain text format in our database. …

Common Misconceptions in .NET – Not Properly Hashing Passwords Read More »

map, location, icon-4767369.jpg

Unlocking the Power of Geolocation: A Guide to Terminology and Use cases

Do you wonder why the google search results are different between each country or the food delivery application can suggest the nearby restaurants based on your location? The technology behind these features is Geolocation. Geolocation refers to the technology and methods used to determine the precise geographic location of a device. Nowadays, many web and …

Unlocking the Power of Geolocation: A Guide to Terminology and Use cases Read More »