Kandadi Manasakandadimanasa.hashnode.dev·Sep 10, 2024Classes, Objects, and MethodsClass Syntax "class" keyword use cheskoni classes ni create chestham java lo. class ClassName{ // variables // Methods // objects } Variables Syntax ni previous articles lo discuss chesnam, go and check. Methods C language lo manam functions antam k...DiscussJava
Kandadi Manasakandadimanasa.hashnode.dev·Sep 8, 2024Overview of OOP in JavaClasses, Objects and Methods Scenario: Oka classroom "IT" lo "Teachers and Students" untaru, Manam class lo chese panlu: Attendance Sleep Eat Now, e scenario lo manam objects, methods and classes ni define chedham. Objects: Teachers and Student...b.abhinaya reddy and 1 other are discussing this2 people are discussing thisDiscuss·21 likes·31 readsOOPS
Stephen Odogwustevepurpose.hashnode.dev·Aug 31, 2024The Use of the ** Operator with Python and FastAPI Pydantic ClassesThe ** operator in Python is contextual or dependent on what it is used with; when used with numbers(typically between two numbers), it serves as an exponentiation operator. However in this article we will be looking at another context which it is us...Discuss·2 likesPython
Subham Gopesavioursubham.hashnode.dev·Aug 25, 2024Explain Call, Apply, Bind methods in JavascriptIn javascript, function are first class citizens, meaning they can be treated like any other variables. This flexibility allows us to manipulate them in various ways. However, when working with the complex objects controlling the value of this become...DiscussJavaScript
Anjanesh LekshminarayananforAlpine JSalpinejs.in·Aug 24, 2024Using getters and setters Part 3Here is the final Part 3 post on getters and setters. This is more refined and considered the goto method. https://gist.github.com/anjanesh/18630fc3f7b1684569fc6ad34c45a883 Here, the USD price is pre-defined as usual as price_USD. The key takeaway i...Discussgetter and setter
Balraj Singhbalrajsingh.hashnode.dev·Aug 15, 2024Mastering Terraform-Docs: The Ultimate Guide to Auto-Documenting Your IaCIntroduction Terraform is a widely used tool for automating infrastructure as code (IaC). As your Terraform projects grow, maintaining clear and consistent documentation becomes crucial. This is where terraform-docs comes in handy. Terraform-docs is ...Discussterraform-doc
priyanka chaudharipriyankachaudhari.hashnode.dev·Aug 5, 2024What are the possible ways to create objects in JavaScriptIn JavaScript, you can create objects using several different methods, each with its own use case and syntax. Here are some common ways: 1. Object Literals The simplest and most common way to create an object is using an object literal. const pers...Discuss·11 likes JavaScript interview Prepration cheat-sheet🥂2Articles1Week
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·193 readsobject-creation
ARYAN SHARMAaryansharma.hashnode.dev·Jul 21, 2024Converting Objects To Primitives: A Beginner's GuideWelcome Back, amazing people👋🏼 I am Aryan Sharma & 'm back again with a new blog of our JavaScript Blog series. This Article is all about Using "objects as primitives" Let's start this amazing concept in JavaScript...🏃🏼♂️ Before moving ahead wit...Discuss·8 likesJavaScript
Rudraksh Laddharudrakshladdha.hashnode.dev·Jul 18, 2024Comprehensive Guide to Kubernetes Objects: Understanding and Deploying with Detailed ExamplesKubernetes, an open-source container orchestration platform, has revolutionized the way we deploy, manage, and scale containerized applications. At the heart of Kubernetes are its objects, essential entities that define the desired state of your clus...DiscussKubernetes