Cyrille N'DAH23cyy.hashnode.dev·Nov 5, 2024Comprendre les principes de la programmationEn informatique, il existe de nombreuses approches pour écrire des programmes, chacune ayant ses avantages et ses inconvénients. Dans cet article, nous allons explorer trois paradigmes fondamentaux : la programmation procédurale, la programmation séq...coding
Dilip Pateljavamastery.hashnode.dev·Sep 26, 2024Programming Paradigms 101In the world of software development, programming paradigms are essential as they provide a framework for developers to solve problems and structure their code. Each paradigm has its own set of principles and concepts that guide the way programs are ...34 readsJava OOPprogramming paradigm
Subrata Chsubrata.hashnode.dev·Aug 4, 2024A Journey of a Shopping Cart: From Corner Shop to E-Shop 🛒🛍️ (Part 1)In the ever-changing world of software development, moving from simple procedural code to advanced, modular, and reusable code is crucial. In this post, we will go through the transformation of a basic shopping cart calculation script through differe...70 readsEncapsulation and Organisation
Shreevathsavathsasblog.hashnode.dev·Feb 23, 2024The Programming Playground: Procedural vs Object-OrientedWelcome to the Programming Playground, where we explore the fascinating world of code! Today, we'll dive into two popular programming styles: Procedural Programming and Object-Oriented Programming (OOP). Buckle up, grab your coding hat, and let's pla...Programming Blogs
Sahitya Guptasahityagupta25.hashnode.dev·Dec 24, 2023Mastering PL/SQL : Syntax, Identifiers , Comments , Declaration , Datatypes (Part-1) .What PL/SQL ? PL/SQL is nothing but a combination of SQL along with the procedural features of programming language. It means that in SQL we run query one at a time but in PL/SQL we make a program in which we use SQL and that program works similar li...Advanced Database Management System (PL/SQL)BlogsWithCC
Dhruv Uniyaldhruv12.hashnode.dev·Oct 7, 2023Introduction to Object Oriented Programming (1/3)Object Oriented Programming (or OOP in short) is a programming paradigm that emphasizes the reusability of code. In this article, we take a look at what the various programming paradigms are and develop our understanding of how OOP is used to write c...3 likes·40 readsObject Oriented Programming
Cory L. Rahmancodewithcory.com·Jul 23, 2023Programming Paradigms Presented PlainlyDrawing lessons from these paradigms will enhance your programming skills and help you write more stable, readable, and reusable code. 1) Intro: What is a "programming paradigm"? A programming paradigm is a strategic approach to writing code. Each pa...10 likes·738 readsObject Oriented Programming
Aziz Bohraiamazizbohra.hashnode.dev·May 29, 2023What is Object-Oriented Programming?The short answer is, it's a programming paradigm. In layman's terms, it's a style or way of programming. Ummm, okay but what is a programming paradigm? So, let's first understand the meaning of programming paradigms before we delve into Object-Orient...51 readsprogramming
Li Liblog.post80s.com·Oct 25, 2022FeaturedHow to Write Clean Code (Part 1)Clean Code with Functional Programming There are thousands of ways to write codes that achieve the same goal: Developers have different wisdoms, experiences and of course individual preferences. But developers don't work alone. Multiple studies show...62 likes·2.1K readsclean code