JAJosias Aurelinjosiasaurel.hashnode.dev·Jun 22, 2022 · 6 min readProgramming ParadigmsA programming paradigm refers to the pattern which a program code follows. It can be thought of as a style of programming. Some languages will enforce a paradigm onto the programmers using it while others allow you to program in whichever paradigm yo...00
JAJosias Aurelinjosiasaurel.hashnode.dev·Jun 22, 2022 · 3 min readObject Oriented ProgrammingThe object-Oriented Paradigm is a style of programming in which everything is considered to be an object. An object here is an instance of a class that holds data and methods to mutate/modify the data held by the object and hence, the object's state....00
JAJosias Aurelinjosiasaurel.hashnode.dev·Jan 28, 2022 · 4 min readPrivate Fields in JavaScriptIn this post, we are going to learn about private fields in JavaScript. Before we start, I will like to apologise for not having updated my blog in such a long time. I have been absorbed with building my personal projects and learning. I also had to...00
JAJosias Aurelinjosiasaurel.hashnode.dev·Jul 14, 2021 · 4 min readClasses and type in pythonIn this post we are going to discuss about Python classes and type. We all know that Python is an object oriented language and here, everything is an object. Everything is an object and is descendant of a class. But what you might have not know is th...00
JAJosias Aurelinjosiasaurel.hashnode.dev·Jul 5, 2021 · 3 min readIntroduction to Machine LearningMachine Learning is not a fancy new thing. You have probably heard about it several times. This concept has helped developed many software solutions and solved many problems. What is Machine Learning ? Computer programmers solve problems by giving in...00