VVikasincloudflaresetup.hashnode.dev·May 10 · 5 min readSolving the Cloudflare 1101 Error : The postgres-js TCP Connection BugIf you are building full-stack applications on the edge using Cloudflare Workers (or Cloudflare Pages) and connecting to a PostgreSQL database, you have likely encountered the dreaded 500 Internal Ser00
VVikasinalwayscode.hashnode.dev·Oct 12, 2021 · 3 min readCrack DSA with me - P1Hey Guys, DSA aka data structures is a big word for everyone. I am trying to make DSA simple and easy.Here is first problem and my approach towards solution using python. This covers linear search and Binary search algorithms to reduce execution time...00
VVikasinalwayscode.hashnode.dev·Sep 30, 2021 · 3 min readMap Reduce - Distributed process EngineHere is my next article on the heart of Hadoop known as MapReduce. Let's get into details. Hadoop Components Majorly, the Hadoop system consists of: Storage -> Hadoop uses HDFS file system for storing files and directories. if you want to understand...00
VVikasinalwayscode.hashnode.dev·Jul 31, 2021 · 2 min readHDFS Architecturewe will be talking about what are the major daemons are in hadoop and how the files are stored in hdfs in this article. Hadoop Daemons explained hdfs is a master/slave architecture. Master node called as namenode whereas slave node called as datanode...00
VVikasinalwayscode.hashnode.dev·Jul 28, 2021 · 2 min readHadoop IntroductionThis article explores big data and its definition technically and how Hadoop fits into the big data world Introduction to Big data Big data is exactly what the name suggests, a big amount of data. Big Data means a data set that is large in terms of v...01R