Posts

Programming Paradigm

Do you solve problems by just jumping in, willing to ignore the experience and wisdom of those that may have programmed solutions to problems very similar to yours? We learn from the past. Our ancestors discovered and invented ways of programming that we know call paradigms. We benefit from the knowledge they left us, even as we strive to create new paradigms ourselves. Definition: A programming paradigm is a style, or “way,” of programming. Never use the phrase “programming language paradigm.” A paradigm is a way of doing something (like programming), not a concrete thing (like a language). (e.g. “Haskell is a functional programming language”) but that does not mean there is any such thing as a “functional language paradigm”. Some Common Paradigms Imperative: Programming with an explicit sequence of commands that update state. Declarative: Programming by specifyin

Brief knowledge of Programming Languages

Image
Python Release year ---February 1991 User base ---8.4M developers Features ---Open-Source, Easy to use, Portability, Object-oriented Applications ---Web development, software development, scientific computing, Fintech, Data science, machine learning, game development, IoT, Startups Javascript Release year ---March 1996 User base ---12.2M developers Features --- Lightweight, Platform independent, Client-edge technology, Object-oriented Applications --- Front-end development, Back-end development, Mobile development, Browser game development, server applications, IoT, Embedded Scripting Java Release year --- May 1995 User base --- 8.2M developers Features --- Object-oriented, open-source, robust, secure, high performance, automatic memory management Applications ---Android app development, Embedded coding, server-side projects, web applications, IoT, Desktop Applications, Ga

Coding

Image
InfoScroll - WebSite InfoScroll HTML CSS JS PHP PYTHON JAVA C++ SQL ABOUT HTML: HTML ( HyperText Markup Language ) is a tag language used to write hypertext documents for the Internet. Web browsers receive HTML documents from a web server or local memory and transfer documents to multimedia web pages. HTML describes the structure of a web page semantically and initially includes signals for the appearance of the document. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms , can be em