QuickHop Designsquickhop.uk·Nov 9, 2024Unleash Holiday Creativity with Festive Christmas BellsUnleash Your Creativity This Holiday Season with Festive Christmas Bells As the holiday season approaches, so does the excitement of decorating, gifting, and creating unforgettable memories with loved ones. One delightful way to enhance your festive ...DiscussBOW
Tuanhdotnettuanhnet.hashnode.dev·Nov 6, 2024Understanding Wrapper Classes in JavaSource: Understanding Wrapper Classes in Java 1. Introduction to Wrapper Classes in Java 1.1 What are Wrapper Classes? In Java, wrapper classes provide a way to use primitive data types (int, char, etc.) as objects. Java is an objec...Discussclass
Tuanhdotnettuanhnet.hashnode.dev·Nov 4, 2024SOAP APIs and REST APIs: A Detailed ComparisonSource: SOAP APIs and REST APIs: A Detailed Comparison 1. What Are SOAP APIs? SOAP, or Simple Object Access Protocol, is a protocol used to exchange structured information in the implementation of web services. SOAP APIs use XML for mess...Discusshttp
Samir Mishrasamirmishra27.hashnode.dev·Nov 2, 2024These 4 New JavaScript Methods are a game changer!In July 2023, ECMAScript released several new specifications for JavaScript. Some of the features include new Array methods that do not modify the existing array. In this blog, we will talk about three of them (one from 2024) that you must know if yo...DiscussJavaScript
Kristiadhykristiadhy.hashnode.dev·Oct 30, 2024OOP : Class vs ObjectPemrograman Berorientasi Objek (PBO) atau Object Oriented Programming (OOP) adalah sebuah model pemrograman yang menggunakan pendekatan kelas dan objek dalam merancang atau mendesain sebuah aplikasi. Tujuan utama dari pemrograman berorientasi objek (...Discuss·37 readsPemrograman Berorientasi Objekpemrograman berorientasi objek
Tuanhdotnettuanhnet.hashnode.dev·Sep 6, 2024Understanding Serialization and Deserialization: Methods, Examples, and Best PracticesSource: Understanding Serialization and Deserialization: Methods, Examples, and Best Practices 1. What is Serialization and Deserialization? Serialization and deserialization are processes used to convert complex data structures into a format ...Discussserialization
Tuanhdotnettuanhnet.hashnode.dev·Aug 30, 2024Understanding Association, Aggregation, and Composition in Object-Oriented ProgrammingSource: Understanding Association, Aggregation, and Composition in Object-Oriented Programming 1. What is Association? Association represents a relationship where objects of one class are linked to objects of another class. This relationship c...Discussoop
Ganesh Rama Hegdedesignpatterns.hashnode.dev·Aug 18, 2024Single Responsibility Principle (SRP)In the introductory blog on SOLID Principles, I had mentioned that the definition of SRP is as follows: A class should have only one reason to change, meaning it should have only one responsibility or job. Now to begin with, let us introduce a "Ledge...Discuss·1 like·27 readsTypeScript
Jobin Mathewjobin-mathew.hashnode.dev·Aug 2, 2024Object.groupBy and Map.groupBy 🚀TypeScript 5.5 introduces new methods, Object.groupBy and Map.groupBy, which provide built-in functions for grouping elements based on a key generated by a user-defined function. These methods simplify data grouping tasks, making the code cleaner and...DiscussNew Typescript FeaturesgroupBy
Bahnisikha Dharbahnisikha.hashnode.dev·Jul 25, 2024Javascript Objects and ways to create themObject is a very well-known and most important data type in Javascript. Before we dive deep into creating objects in different ways, let's revise objects a bit. What is a Javascript Object? A Javascript object is a non-primitive data type. We also kn...Aishwarya Verma and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·239 readsobject-creation