Lovish DuggalforLovish Duggal's blogslovishduggal.hashnode.net·Dec 16, 2022DataTypes InstructionsWhat are the reasons for data classification or types? As we know, the software manages data, and as we learned in a previous blog, there are two types of data. Let's discuss the major reasons: Different types of data hold different memories in the ...Discuss·20 likes·45 readsC Fundamentalsdatatypes
Ishika IshaniforIshika Ishaniishikaishani.hashnode.net·Dec 31, 2022JavaScript Arithmetic # 03An arithmetic operator accepts numerical values as operands and returns a single numerical value. The numerical values can be literals or variables.In JavaScript following are the arithmetic operators : A typical arithmetic operation operates on two...Discuss·20 likes·82 readsJavaScript
V KrishnasubramaniamforV Krishnasubramaniam's Blogvks.hashnode.net·Jun 26, 2022Fundamentals of JavaThe smallest building block of a program that can be identified separately from the compiler is called a token. Java programs are a collection of statements, and these statements are created by putting together these tokens. Java supports these types...Discuss·12 likes·76 readsLearning Java From ScratchJava
Ali Sohailforalisohail.hashnode.net·Apr 23, 2023Day 1: Cloud / DevOps FundamentalsAs businesses continue to transition to the cloud, the demand for skilled cloud professionals, specifically those with expertise in Cloud DevOps, is on the rise. In this article, I will discuss the basics of Cloud DevOps and the important role it pla...DiscussDevops
Grace IcayforTests and Techdigracesion.hashnode.net·Apr 17, 2023The Fundamentals of Test ManagementDefining your Test Strategy Identify Stakeholders (i.e. the people who have an interest in the outcome of the tests, and the information that the testers provide) Sponsors - the system should support their business goals Users - the system should ...DiscussNotesfundamentals
Siddharth SinghforSelf Learning Advanced Topicsofficiallysidsingh.hashnode.net·Apr 14, 2023Call, Apply and Bind Functions In JavaScriptFunction Borrowing In JavaScript, function borrowing refers to the practice of reusing a function from one object or context in another object or context. This is achieved by binding the function to the new object or context so that it can be called ...DiscussJavaScript
Elucian MoiseforProgramming Languagessagecode.hashnode.net·Apr 5, 2023Go: Arrays & SlicesIn Go language, an array is a collection of elements of the same type, stored in contiguous memory locations. The size of an array is fixed at the time of initialization and cannot be changed during program execution. Array declaration To declare an ...DiscussGo Languagegolang
Elucian MoiseforSoftware Engineeringeluchn.hashnode.net·Apr 4, 2023Web DevelopmentInternet & Web The internet is a global network of networks that connects computers all around the world. It is a vast network infrastructure that enables the transmission of data and information across different devices and locations. The internet m...Discuss·1 likeWeb Development
MUTEEB MASOODIformuteeb.hashnode.net·Apr 1, 2023Understanding the Differences between substring, substr, slice, and splicesubstring() and substr() are used to extract a portion of a string and return a new string, while slice() and splice() are used to extract a portion of an array and return a new array or modify the original array, respectively. In JavaScript, there...Discuss·1 likeJavaScript
Gaurav-Jethuriforgauravdevopsblog.hashnode.net·Mar 31, 2023Service section in linuxIn Linux, a service is a program that runs in the background and provides some functionality to the system or other programs. The service section in Linux refers to a section in a service's configuration file that defines how the service should be ma...Discusslinux for beginners
Jeremiah Lanierformachinesinthecloudsmachinesintheclouds.hashnode.net·Mar 26, 2023Javascript HoistingIntroduction: As a JavaScript developer, it is important to understand how JavaScript code is executed. One concept that is essential to understanding this process is hoisting. Hoisting is the behavior of moving variable and function declarations to ...DiscussJavaScript
Elucian MoiseforSoftware Engineeringeluchn.hashnode.net·Mar 24, 2023What is data actually?Data is a collection of facts, information, or instructions that can be stored electronically and processed by computer. Data can be anything from numbers and text to images and videos. What is a number? A number is a mathematical object used to rep...Discuss·28 readsdata analysis
Manvi Soodformanvisood.hashnode.net·Mar 21, 2023DevOps FundamentalsDevOps is a mindset, methodology, process, and set of practices. It is a collaboration between a Developer and Operations team involved in building, deploying, operating, and maintaining applications. It blends lean thinking with agile philosophy. Le...Discuss·34 readsDevops