VPVinayak Pandeyinvinayak912002.hashnode.dev·Oct 14, 2022 · 2 min readProgramming paradigmsBefore we know what are programming paradigms we must first understand what the words programmming and paradigm mean. Programming programming is the act if planning, creating, deploying and maintaining software. These softwares can range from a very ...00
VPVinayak Pandeyinvinayak912002.hashnode.dev·Sep 29, 2022 · 1 min readData types and Data structures : what is the difference?The computer works on 0s and 1s only two digits and all the things we do in a computer ultimately get resolved into 0s and 1s i.e. computers resolve everything ultimately to numbers. But in our everyday life as we see, computers work with much more t...00
VPVinayak Pandeyinvinayak912002.hashnode.dev·Sep 28, 2022 · 1 min readJava : Compiled or interpreted?In short the answer is that it is both. Before knowing this I thought that programming languages were either interpreted (like javascript,python etc.) or compiled (like C,C++ etc.). In java when you write code the following happens :- The source cod...00
VPVinayak Pandeyinvinayak912002.hashnode.dev·Aug 23, 2022 · 2 min readThe impact of tech on societyThe most remarkable period in the human history was after the coming of the machines.Most of the developement that has taken place in our society is due to the advent of the machines. The age of steam engines(the first machine age) The steam engine w...00