Articles on Trending Technologies

Technical articles with clear explanations and examples

Applications of Adhoc network and its problem

Pranavnath
Pranavnath
Updated on 05-May-2023 4K+ Views

The Adhoc network is a wireless link connected without any fixed infrastructure or infrastructures. Communication is established instantly whenever needed. The node access each other in the network without a base station or fixed station access point. Also, the network is distributed in the local area network. Each node uses radio waves to communicate with each other. Eg:- WLAN, GSM, etc. In a multi-hop distributed architecture, the terminals are connected. The nodes operate for routing, securing, key management, and addressing in an ad-hoc wireless network that does not have a centralized system. The transmission occurs through intermediate nodes from the ...

Read More

How to find the index value of any element in slice of bytes in Golang?

Siva Sai
Siva Sai
Updated on 05-May-2023 2K+ Views

Slices are a powerful feature of the Go language, and the bytes package provides a convenient way to work with byte data in Go. Sometimes it is necessary to find the index value of a particular element in a slice of bytes, and Go provides a simple and efficient way to achieve this. In this article, we will discuss how to find the index value of any element in a slice of bytes in Golang. We will cover the basic syntax and demonstrate how to use the built-in functions and methods provided by Go to achieve this. Finding the index ...

Read More

How to find the capacity of the pointer in Golang?

Siva Sai
Siva Sai
Updated on 05-May-2023 209 Views

In Golang, pointers are variables that store the memory address of another variable. They are often used to reference large data structures and avoid copying the entire data structure. In addition to the memory address, a pointer also has a capacity. The capacity of a pointer is the maximum number of elements that can be stored in the memory block it references. Finding the capacity of a pointer is an important task for any Golang developer. In this article, we will explore how to find the capacity of a pointer in Golang. Understanding Pointers in Golang Before diving into the ...

Read More

Baud Rate and its importance

Pranavnath
Pranavnath
Updated on 05-May-2023 894 Views

In the field of electronics and communication, the baud rate is crucial to the transmission of information. It refers to the maximum number of flag changes that can be transmitted simultaneously across a communication connection. Bits per second (bps) are used to measure the baud rate, which is frequently referred to as the "information rate." We will explore the importance of baud rate in information transmission in this article, as well as how it may affect the accuracy and consistency of information transmission. What is Baud Rate? A fundamental parameter in serial transmission might be the baud rate. It determines ...

Read More

How to Deploy a Golang WebApp to Heroku?

Siva Sai
Siva Sai
Updated on 05-May-2023 334 Views

Heroku is a cloud-based platform that allows developers to deploy, manage, and scale web applications with ease. With Heroku, you can deploy web applications built in various programming languages, including Golang. In this tutorial, we'll show you how to deploy a Golang web app to Heroku. Prerequisites Before we begin, you'll need the following − Basic knowledge of Go programming language Git installed on your local machine Heroku CLI installed on your local machine Step 1: Create a Golang Web App First, let's create a simple Golang web application. Open your preferred code editor and create a new ...

Read More

How to Create Your Own Package in Golang?

Siva Sai
Siva Sai
Updated on 05-May-2023 8K+ Views

Golang is an open-source programming language that is widely used for building robust, scalable, and efficient applications. One of the key features of Golang is its package system, which allows developers to write reusable and modular code. In this article, we will discuss how to create your own package in Golang. What is a Package in Golang? A package in Golang is a collection of related functions, types, and variables that are organized together to provide a specific functionality. Packages can be reused in different projects, making them a powerful tool for developing modular and maintainable code. Golang provides a ...

Read More

Advantages and Disadvantages of 802.11ac?

Pranavnath
Pranavnath
Updated on 05-May-2023 850 Views

Nowadays the usage of the internet has increased, especially wifi, there are several series of generations have come to give services. With the increase in usage of the internet, the speed of the internet has also reduced. Even people using 4G, there also users faced speed issues. When coming to the wireless connection this is a common issue compared to the wired connection. Previously we use the 4G also IEEE 802.11n, with the increase in the number of users this 4G has given better support by proving a better speed rate but day by day usage of the internet is ...

Read More

How to Create Modules in Golang?

Siva Sai
Siva Sai
Updated on 05-May-2023 257 Views

Golang, also known as Go, is a popular programming language that provides support for modules. Modules are a way to manage the dependencies of your Go code, and they help you avoid version conflicts and simplify your build process. In this article, we will discuss how to create modules in Golang step by step. Step 1: Enable Module Mode To create a new module in Golang, you need to first enable module mode. You can do this by setting the environment variable GO111MODULE to on − export GO111MODULE=on You can also set this variable on a per-project basis by ...

Read More

Social Engineering Attacks: Common Types and How to Prevent Them

Jui Mondal
Jui Mondal
Updated on 05-May-2023 475 Views

The phrase "social engineering" describes a wide variety of malevolent behaviors that may be carried out through interactions with other people. It employs deception to fool users into failing to take proper security precautions or disclosing private information. There might be several phases to a social engineering attack; before launching an assault, criminal profiles the target to learn details like access points and security flaws. The attacker then takes steps to acquire the victim's trust and provides stimuli for further acts that violate security norms, such as disclosing sensitive information or providing access to key resources. What is a Social ...

Read More

Certified Information Systems Security Professional (CISSP) Certification

Uday Mitra
Uday Mitra
Updated on 05-May-2023 848 Views

CISSP credential is managed by the International Information Systems Security Credential Consortium, also known as (ISC)2. The CISSP credential is a vendor-neutral standard that is recognized all over the world. This credential attests to the holder's technical knowledge and practical expertise in establishing and managing security programs. IT security professionals hold this credential. Employers are continually looking for people who have passed the CISSP exam because this credential is known as one of the best in this field of information technology. It is because individuals who have achieved the CISSP credential have demonstrated an academic understanding of cybersecurity, practical experience, ...

Read More
Showing 22691–22700 of 61,248 articles
Advertisements