• Novi, Michigan, United States
  • info@sails-v2.dhfm.in
  • September 2, 2022
  • 2 Comments

How to implement Auth Guard: Angular

What is Route Guard? Angular route guards are the interfaces which can tell the router if the user has permission to access the route or not. It is used to secure the route paths by preventing users from navigation to parts of an app without authorization. They make this decision by looking for a true […]

  • August 30, 2022
  • 0 Comments

What makes DevOps different from other software development practices?

What is Azure DevOps? DevOps is a SaaS platform that promotes collaboration between development and operations, resulting in faster and more reliable software delivery. We commonly refer to DevOps as a culture. DevOps connects people, processes, and technology to deliver continuous value. Today, Azure DevOps has been a proficient tool that is being used by […]

  • August 26, 2022
  • 0 Comments

What is Angular Data Binding and How does it help in Web Development?

The web development field requires data mapping between models and views. The models basically contain the data values (Functionalities) whereas views deal with what the user sees. So, if you want to know how this happens in Angular, this blog will help you. The topics that are discussed over here: What is Data Binding? Types […]

  • August 17, 2022
  • 0 Comments

Angular Vs React

Which JS Framework Should You Choose for Front-End Development? What is React? React is a JavaScript front-end toolkit that allows you to create user interfaces from reusable UI components. React employs server-side rendering to deliver a versatile and high-performance solution. It enables developers to create a unified user experience and complicated UI. React is the […]

  • August 3, 2022
  • 0 Comments

What are Web API CRUD Operations and how can We create a Web API service and utilize it in an ASP.NET MVC application?

This blog will give you an understanding of WEB API in different areas like what is WEB API, where can we use and why should we use it and will demonstrate a CRUD operation with a simple example using Entity Framework and consuming the created service into ASP.NET MVC application. The flow of the BLOG […]

  • July 1, 2022
  • 0 Comments

The Benefits of a Custom HR Management System (HRMS) for Any Enterprise

The Benefits of a Custom HR Management System for Any Enterprise A company’s main human resources division is one that is simple to ignore. However, the operation as a whole depends on the effectiveness of the HR system. The workplace will become dysfunctional if no one manages payroll, keeps track of personnel information, or tracks […]

  • May 24, 2022
  • 1 Comment

Shallow and Deep copy in JavaScript Objects

Shallow and Deep copy in JavaScript Objects How different types of object cloning works in JS ? Hello Readers , hope you all are doing good . Today we’re going to talk about objects in JavaScript and different ways to clone an object . This discussion will help us in understanding shallow and deep copy […]

  • February 18, 2022
  • 0 Comments

AWS-Athena

Getting Started with AWS-Athena Introduction to AWS Athena Amazon Athena is an interactive query service that makes it easy to analyze data directly in Amazon Simple Storage Service (Amazon S3) using standard SQL. Features: Athena is serverless. So there is no infrastructure to set up or manage, and you pay only for the queries you run. It […]

  • February 18, 2022
  • 0 Comments

CDC USING DEBEZIUM SERVER, MYSQL, KINESIS

What is CDC/ Change Data Capture According to wiki, Change data capture is a set of software design patterns used in databases to identify and track changed data so that action may be made based on it. So normally let’s take an example of Microservices, One of the key ideas of Microservices is to create […]

  • January 24, 2022
  • 0 Comments

ELASTIC SEARCH MAPPING AND INDEX CREATION

Auto Index Creation Setting We will see how to create a schema for an index : There is a property defined in elasticsearch and if it is turned on, we can automatically create indices without predefining any schema for that index(Mapping). By default, it is set to true and if you want to turn it […]