Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: Understanding
Understanding High quality of Service (QoS)

Conditions Earlier than studying any additional, I like to recommend that you need to have some understanding on: Network traffic IP Packets Layers of the OSI model (give attention to layers 2 and three) UDP and TCP protocols IP precedence and type of service fields Definition of phrases Under are among the phrases you shall…
Understanding the necessity for useEvent() React hook.

Good day Everybody, On this submit, let’s attempt to perceive the necessity of useEvent React hook and we are going to see what downside the React crew is making an attempt to resolve with this hook. Be aware: useEvent is but not a part of React, it’s only a proposal to resolve the issue of…
In the direction of understanding ML predictions - Introduction

As an instance, we wish to quarantine individuals who have been uncovered to a newly found virus that has just a few signs with a view to subdue it as quickly as doable. Nevertheless, the signs overlap with the widespread flu virus and we’ve got a Machine Studying (ML) mannequin educated to foretell the virus…
Understanding XA Transactions With Sensible Examples in Go

What’s XA XA is a specification for distributed transactions proposed by the X/Open group. The X/Open Distributed Transaction Processing (DTP) mannequin envisages three software program elements: An utility program (AP) defines transaction boundaries and specifies actions that represent a transaction. Useful resource managers (RMs, comparable to databases or file entry techniques) present entry to shared…
Understanding Information Switch Objects (DTO) and Information Validation in TypeScript (NestJS)

Information Switch Objects (DTOs) are the premise of knowledge validation in NestJS purposes. DTOs allow numerous layers of versatile knowledge validation in NestJS. On this publication, you’ll take a deep dive into knowledge switch objects, discussing validation mechanisms, authentication fashions, and the whole lot else that you must find out about knowledge switch objects. Stipulations…
Understanding Knowledge For Knowledge Analytics, Knowledge Science, and Machine Studying – Half-3

[3] Kind Of Knowledge in Statics (Random Variable) By having totally different kind of random variable in your information, statistical methodology utilized in evaluation and algorithms used to coach will probably be totally different. The sort of information can have non-numeric information. [a] Categorical Knowledge A categorical variable (additionally referred to as qualitative variable) is…
Understanding var, let and const in Javascript

Variables play an vital half in any Programming Language as they act because the containers to retailer the Knowledge Variables are just about required to carry out any operation Javascript offers 3 ways of declaring the variables specifically: 1) var 2) let 3) const let’s discover every variable sort and its use instances. Var: var…
Understanding TypeScript….My Expertise

I made a decision to look into Typescript this week due to Pavlo (a developer good friend who I’ve by no means met😆)who has been of nice assist to me these previous few months. You see Pavlo is a JavaScript developer who had simply dove into Typescript at his new internship and had run right…
Understanding linked lists utilizing JavaScript

Introduction A linked record is a linear assortment of knowledge parts, and it is one of many numerous knowledge buildings in laptop programming. Its most simple type is a set of nodes containing knowledge and a hyperlink (a pointer to the subsequent node within the record). A linked record permits for straightforward insertion and deletion…
Understanding /and so on/passwd file in Linux

Introduction Linux has developed from being somebody’s passion to a full-fledged multi-user working system powering 95% servers which run world’s high 1 million domains. 4 out of 5 smartphones on the earth run on linux kernel(modified one to be exact). 100% of the supercomputers have linux. Linux is really fascinating. On this weblog, we’ll perceive…