MEET PATELsafezone-project.hashnode.dev·Dec 27, 2024Safezone: Revolutionizing Real-Time Disaster Information AggregationDisasters can strike without warning, and timely, accurate information is critical to saving lives and mitigating damage. Safezone is a real-time disaster information aggregation platform designed to provide immediate and reliable data to individuals...safezone
Philip Birk-Jensenblog.birk-jensen.dk·Dec 9, 2024Hashnode tag filtered RSSIf you just want the code, here it is: https://github.com/BirkAndMe/hashnoderss.It should be straight forward, check the index.php file to get the gist of things. Intro A while back Hashnode released a new version of their public API, and one of the ...Hashnode
RIMANSHU SINGHforme.hashnode.dev·Dec 4, 2024MongoDB Aggregation Pipeline ExplainedBefore diving into the Aggregation Pipeline, ensure you are familiar with CRUD operations, creating a cluster, connecting to MongoDB, and understanding documents in MongoDB. An aggregation pipeline consists of one or more stages that process the docu...MongoDB
Jayesh Chauhanexploring-frontend-with-jayesh.hashnode.dev·Dec 3, 2024Mongodb aggregation methodsLet’s go through each aggregation stage example again, this time with sample collections and expected outputs. Sample Collection Assume we have the following sample products collection: [ { "_id": 1, "name": "Product A", "category": "Electronics", ...2 likesMongoDB
Surya Prakash Singhsuryathink.hashnode.dev·Nov 21, 2024NXM 201 and NXM 301 Aggregation QueriesNXM 201 1. Mongodb - advance queries [https://students.masaischool.com/assignments/25108/problems/27000/121343] 6 Questions Checkout the sample database Here [https://pastebin.com/raw/W1NgY8XQ] Import this json into your mongodb collection. Write fol...MongoDB
AMITfuture-stack.hashnode.dev·Oct 26, 2024Understanding the MongoDB Aggregation Pipeline: A Beginner's GuideWhat is the Aggregation Pipeline in MongoDB? The aggregation pipeline in MongoDB is a powerful framework used to process and transform data. It processes data in multiple stages, with each stage performing a specific operation (like filtering, groupi...Aggregation Pipeline
esProc Desktopesproc-desktop.hashnode.dev·Oct 18, 2024#77 - Conditional AggregationProblem description & analysis: Here below is a data table: Task: Count the following information for each class: the number of students with scores above 90, the number of failed students, and the average score after removing the highest and lowest...excel
Ronald Bartelshubandspoke.amastelek.com·Oct 10, 2024👨💼The Rise of SD-WAN | Revolutionizing Business Connectivity for the Cloud Era🏢As applications migrate to the cloud, businesses are realizing the limitations of traditional Wide Area Networks (WAN) for handling dynamic, internet-driven environments. Traditional WANs, built for a data center-centric world, struggle with the clou...1 likeSD-WAN
Wolfram Kriesingpicostitch.hashnode.dev·Oct 7, 2024ClickHouse Aggregations and DjangoIn the first clickhouse article I said my use case is web performance data, huge data set, which brought me to the column-oriented database ClickHouse. When analyzing large datasets, metrics like median, average and quantiles are essential. In web pe...154 readsClickHouse
Ronald Bartelshubandspoke.amastelek.com·Oct 5, 2024↔️How Session Load Balancing Breaks Applications | A Flawed Strategy in Network Deployment🔄Many firewall vendors implement a feature called session load balancing to attempt to utilize multiple links simultaneously for higher throughput. While this may sound like an effective strategy, it introduces several problems that can break applicat...3 likes#bonding