BKBhavuk Kalrainbhavukkalra.hashnode.dev·Oct 13, 2022 · 2 min readDifference between curl and wgetWhen both of these regularly used UNIX procedures are used interchangeably to download material from the internet, confusion between the two instructions results. Here are some basic definitions of each. wget wget (Got its name from w - "www" i.e wor...00
BKBhavuk Kalrainbhavukkalra.hashnode.dev·Sep 27, 2022 · 6 min readGlobal and Local variables in PythonBackstory The main reason for writing about this topic came when I worked with python at my workplace. There came an instance while coding when The code I wrote worked, but It shouldn't have A typical developer moment. The problem looked like this - ...00
BKBhavuk Kalrainbhavukkalra.hashnode.dev·Sep 11, 2021 · 3 min readPerceptron in Machine LearningBase Definition “In the context of neural networks, a perceptron is an artificial neuron using the Heaviside step function as the activation function” This Definition is correct but there are a lot of things which require clarification like what is ...00
BKBhavuk Kalrainbhavukkalra.hashnode.dev·May 22, 2021 · 3 min readCORS errorsCORS If you have been developer for a while(Which I would presume, Since you are on Hashnode reading this blog😉). There are high chances that you have came across this error Now, Most of the blogs would say on how this is the mistake of the browser...00
BKBhavuk Kalrainbhavukkalra.hashnode.dev·May 14, 2021 · 3 min readSo, What exactly is Babel?The Cause Confusion While Beginning to code I had a lot of confusion what exactly is the different between Node and Babel, as according to me they both were javascript compilers which can run locally. Just a few days ago I was pondering with relativ...00