sai phanindrasaiphanindra.hashnode.dev·Sep 8, 2024Encryption, Encoding, and Hashing: Understanding the DifferencesIn today's digital age, data security is more crucial than ever. With the increasing threat of cyberattacks and data breaches, it's essential to understand the different techniques used to protect sensitive information. Encryption, encoding, and hash...DiscussCryptography and SecurityCryptography
Emeron Marcelleemerondomain.hashnode.dev·Sep 8, 2024Blog Post: Data Preprocessing in Machine Learning with Scikit-learnData preprocessing is a crucial step in the machine learning pipeline. It helps in preparing the data for modeling by transforming features, scaling data, handling missing values, and encoding categorical variables. In this post, we will explore comm...DiscussPython 3
Vivek Khatritech.peculiarvivek.com·Aug 24, 2024DDIA - Chapter 4 - Encoding and Evolution - Thoughts and notesThe fourth chapter, the last chapter of part 1 of the DDIA book. Lessgo! What does software do? It propagates the transfer of data, well, it is too simple of an explanation, there are logical layers in between to make the data go to the right place i...DiscussDatabases
Cosmicoppaicosmicoppai.com·Jul 29, 2024Character Vs ByteThe "characters vs bytes bug" usually refers to an issue that arises in programming when there is confusion between the number of characters and the number of bytes in a string. This is a common issue in languages and systems where the encoding of ch...Discuss·46 readsComputer Science
Cloud Tunedcloudtuned.hashnode.dev·Jul 26, 2024Exploring Various Types of Encoding in Computing and Data CommunicationExploring Various Types of Encoding in Computing and Data Communication In the realm of computing and data communication, encoding is a fundamental process that represents data in different formats for efficient storage, transmission, and interpretat...Discussencoding
Cloud Tunedcloudtuned.hashnode.dev·Jul 2, 2024Base16 Encoding (Hexadecimal) - The BasicsBase16 Encoding (Hexadecimal) - The Basics Base16 encoding, commonly known as hexadecimal or simply hex, is a numeral system that uses 16 distinct symbols to represent values. These symbols are the digits 0-9 and the letters A-F (or a-f). Hexadecimal...Discussbase16
Cloud Tunedcloudtuned.hashnode.dev·Jul 1, 2024Base32 Encoding - The BasicsBase32 Encoding Base32 encoding is a method for converting binary data into a text format using a set of 32 different characters. It is used to encode binary data in situations where text-based formats are required, such as in URLs, file names, or da...Discussbase32
Cloud Tunedcloudtuned.hashnode.dev·Jun 30, 2024Base64 Encoding - The BasicsBase64 encoding is a method for converting binary data into a text format using a specific set of 64 characters. This encoding technique is particularly useful for transmitting binary data over media that are designed to handle textual data, such as ...Discussbase64encoding
Lucalijucay.hashnode.dev·Apr 17, 2024Bits & Beyond 6: EncodingIn the last part of Bits & Beyond, we talked about cryptology of data. In this part, we will talk about how data is encoded in order to compress data, about information systems and about the internet. Let's start General encoding When data is encoded...DiscussBits & Beyond: Journey into programmingencoding
Vaishnave Subbramanianvaishnave.page·Apr 4, 2024Sparks FlyFile Formats In the realm of data storage and processing, file formats play a pivotal role in defining how information is organized, stored, and accessed. These formats, ranging from simple text files to complex structured formats, serve as the blue...Discuss·468 readsDabbling with Apache Sparkspark