esProc Desktopesproc-desktop.hashnode.dev·Nov 12, 2024#94 — Intersection, Union, and Difference in the Case of Row-Based Data — Two Sets — by Whole RowProblem description: The following tables list the data of the products and salespersons that make the top 10 by sales in January and February: Solutions: Use SPL XLL to tackle the following tasks respectively. A. Find out the data of products and ...Discuss·10 likesexcel
Ishant Kumarletscodeishant.hashnode.dev·Nov 9, 2024JavaScript Syntax & Basic OperatorsWelcome to today’s kahani! Imagine JavaScript as a magic language you use to tell the computer what to do. But here’s the catch – you’ve got to say things just right, or the computer won’t understand! Today, we're talking about JavaScript syntax and ...DiscussJavaScript Aur KahaniJavaScript
Ayanconnectedrhythms.hashnode.dev·Nov 8, 2024Turning Clicks into Cash: How Websites Make Money OnlineIn today’s digital age, websites are more than just online pages—they’re platforms for businesses, creators, and organizations to earn revenue. From small personal blogs to large e-commerce giants, websites leverage various strategies to monetize the...DiscussWeb Development
Ayushcodewithayush.hashnode.dev·Oct 30, 20247 Major Reasons to Choose Spring Boot for Microservices DevelopmentEmbedded Server In the microservice architecture, there may be hundreds of microservice instances deployed at a given time. We would like to automate the development and deployment of microservices to the maximum extent possible. An embedded server ...DiscussSpringboot
Fatima Jannetmahia.hashnode.dev·Oct 29, 2024ML Classification: K-NN (K-Nearest Neighbor)Hello and welcome back to the ML blogs. Today we will learn about the K nearest neighbor. Let’s get started! Intuition Let’s say you have a plot where you have two types of category, red data and green data. Now, if a new data point appears where sho...Discuss·28 readsMachine Learning (Python)K-NN
Yasin Sarkaryasinsarkar.hashnode.dev·Oct 18, 2024🚀 Understanding Truthy and Falsy Values in JavaScript 🤖JavaScript is known for its quirks, and one of its interesting features is the concept of truthy and falsy values. Understanding these can make your code more efficient and elegant, allowing you to write cleaner logic with fewer bugs. Let’s dive into...Discuss·4 likes·36 readsJavaScript
Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 18, 2024Day 3: Data Types Party 🎉JavaScript has many guests at this party! Meet Numbers, Strings, Booleans, Arrays, and Objects. Today, you'll learn what makes each guest special and how to interact with them through code. There’s also a game at the end, where you'll guess the data ...DiscussJavaScript
Sahal Imransahalimran.hashnode.dev·Oct 11, 2024Learning Go Data Types and Declarations Day 2Today, I explored core concepts in Go, focusing on data types, constants, type conversions, and variable declarations. This session has deepened my understanding of how Go handles different types and how to efficiently work with them. Here’s a summar...Discussgolang
esProc Desktopesproc-desktop.hashnode.dev·Oct 11, 2024#71 — Take Values of Adjacent Rows in The Same Group (Search & Filter within Adjacent Intervals)Problem description & analysis: There is an Excel table: Task: Now we want to add two columns, PreviousDailySales and NextDailySales, to fill in the sales of current product on the previous selling day and the next selling day, respectively. Analysi...Discussexcel
Madzamadza.hashnode.dev·Oct 2, 202416 Open-Source Projects to Improve Your Developer Workflow 👨💻🔥In the modern age of development, having an efficient developer workflow plays a huge role in shipping quality software as fast as possible. Open source is a valuable resource with tons of projects that are supported by the community and allows us to...Discuss·3 likes·381 readsWeb Development