James Tranjamestrandung.hashnode.dev·Aug 31, 2024Java + Spring: How to correctly batch multiple requests into 1 network call with correlation supportTo guarantee the scalability and availability of our own service, it's a must to protect downstream dependencies from being flooded with requests within a very shot period of time. One popular technique is to call a Batch API if one is available down...DiscussJava
Amr Elhewyhewi.blog·Aug 22, 2024White Paper Summaries | Apache FlinkHello folks! In this summary we're going to be talking about Apache Flink. We're going to dive into what it is, what problems does it aim to solve and a few deep dives here and there. Let's start Introduction Apache Flink is an open-source system for...Discussapache
Imran Anwarimrananwar.hashnode.dev·Jul 23, 2024A Comprehensive Guide to AWS Compute Services: Your Gateway to Scalable Cloud SolutionsAWS Compute Services: In today’s rapidly evolving digital landscape, businesses need reliable, scalable, and cost-effective computing solutions to stay competitive. Amazon Web Services (AWS) provides a suite of powerful compute services that cater to...Discuss·12 likesOutposts
SHARIQUE KALAMshariquekalam.hashnode.dev·May 18, 2024Passing variables from one Batch to anotherProblem Statement - Let's discuss a scenario where we want to query all the Account records from one Batch and then for further processing or comparisions we wanted to have a copy of the same in another Batch. Scenario - We have created two Batch cla...Discuss·72 readsSalesforce
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 26, 2024AWS Containerization, Serverless Computing, and Simplified Infrastructure ManagementLink to exam: https://aws.amazon.com/certification/certified-cloud-practitioner/ Containerization: Docker Definition: Software development platform for deploying apps. Apps are packaged in containers runnable on any OS. Advantages: Uniform app ...DiscussAWS Certified Cloud Practitioner | CLF-C02 preparation KitDocker
Raghuveer Sriramanraghuveer.me·Mar 24, 2024Using Google Cloud Run to process batch jobsCloud Run helps you deploy containerized workloads at scale. Using it as a backend for web server use cases is quite well known, but it also can be very useful for large batch jobs that tend to be CPU heavy, especially if the job can be divided into ...Discuss·169 readsGoogle Cloud Platform
navinkumarnotes123.hashnode.dev·Feb 16, 2024Organize your files using python, shell and bat scripts ✨These scripts will automates file organization by categorizing files based on their extensions into individual directories within a parent directory. Python (.py) import os import shutil def fileOrganise(directory): # Iterate over files in the d...Discussautomation
Karthik Kulkarnidevscribbles.hashnode.dev·Feb 11, 2024Spring Boot Tutorial: Spring Batch🌟 Welcome to Our Spring Batch Processing Blog! 🚀 Ready to master batch processing with Spring Batch? Whether you're new to batch processing or a seasoned pro, join us as we explore Spring Batch from start to finish. In this series, we'll cover ever...Discuss·34 readsSpring BootSpringboot
Jyotiprakash Mishrablog.jyotiprakash.org·Jan 4, 2024The mandatory multisBatch Processing Definition: Batch processing systems are a type of computing system where similar jobs are grouped together and processed as a batch without interaction from the user during their execution. These systems are designed to handle large...Discuss·10 likes·768 readstime sharing