Slidedeck related to Part 2 of the Cloud Native Ninja series. This video https://youtu.be/ep_IJ9d0Nqw talks about building distributed microservices using Dapr
Slides used during the live demo for Azure Builders Melbourne meetup on 25 March 2025. https://www.meetup.com/azure-builders-melbourne/events/306445199/
Festive Tech Calendar -2024 Supercharge Kubernetes Debugging with k8sGPT.pdfNilesh Gule
Slide deck used during the YouTube video related to Festive Tech Calander 2024. The topic covered includes various capabilities of the k8sGPT open source project to integrate with multiple LLM backends to scan Kubernetes cluster and suggest methods to fix issues using natural language.
Event Driven Autoscaling using KEDA - MVPNilesh Gule
Slidedeck used during the COding Night NZ sesison on 2 September 2024. The recording of the session is available on YouTube
https://www.youtube.com/live/a8gwqaJR1Ck?si=V9iskiZQCUHOvgzj
Improve Monitoring And Observability for Kubernetes with OSS tools.pdfNilesh Gule
Slide deck related to the presentation at the KubeDay Singapore event. The session covered 3 pillars of Observability and how to use Jaeger for Distribute Tracing, Loki for Log Aggregation and Prometheus and Grafana for Metrics in a distributed application. Azure Kubernetes Service AKS cluster was used for live demo.
https://events.linuxfoundation.org/kubeday-singapore/
Autoscale applications based on external events with KEDA.pdfNilesh Gule
This document discusses using KEDA to autoscale applications in Kubernetes based on external events. KEDA allows defining scalable objects that can trigger scaling of deployments based on metrics from message brokers like RabbitMQ. The document demonstrates setting up a sample application with a producer and consumer that scales using KEDA in response to messages in a RabbitMQ queue. It provides an overview of KEDA architecture and how scalable objects are configured to link deployments to external metrics for automated scaling.
Slide deck related to the Open Telemetry demo at Singapore Java User Group (JUG). The demo showcased how to use Open Telemetry on local laptop with Docker, Docker Compose and Kubernetes running on single node cluster using Docker Desktop. In the last part of the demo, we highlighted the use of Helm charts and Operators to run OpenTelemetry collector on a managed Kubernetes cluster with Azure Kubernetes Service (AKS).
Cloud Native Ninja - Getting Started with Kubernetes - Part 9.pdfNilesh Gule
Slide deck related to the getting started with Kubernetes YouTube video as part of the Cloud Native Ninja series. https://youtu.be/M1Ra4jCMmL0
Build Secure Portable Applications using AKS and its ecosystemNilesh Gule
Slides related to the Global Azure Singapore 2023 talk about building secure and portable applications using AKS and its ecosystem. The demo showcases the integrations with Dapr and KEDA
Slides related to the Part of Cloud Native Ninja series. The YouTube video showcases how to containerize a React app
https://youtu.be/mmM6btuwqfA
This document discusses containerizing a React application using a multistage Dockerfile. It builds the React app using npm commands in a Node base image, then uses a multistage Docker build with separate build and run stages, with the build stage using the Node base image and run stage using an Nginx base image. Finally, it publishes the container images to Docker Hub.
Modular Architecturs for resilience and Adaptability.pdfNilesh Gule
Slidedeck related to the session on Modular Architectures for Resilience and Adaptability at he APIDays Singapore event
The video recording of the talk is available on YouTube
https://youtu.be/ILU0VdaxxNQ
Modular Architecturs for resilience and Adaptability.pdfNilesh Gule
Slide deck for the APIDays Singapore talk on Modular Architecture for Resilience and Adaptability. https://www.apidays.global/singapore/
The session covered different means by which we can architect modern applications and services for resilience and adaptability
Cloud Native Ninja - PT7 - Containerize Go apps.pdfNilesh Gule
Slide deck related to YouTube video on how to containerize or Dokcerize Go Applications. https://youtu.be/6ji4biaYx98
Covers the following topics:
- Integrate with Dapr Go SDK
- Build Go app using Go build tools
- Containerize Go App using multistage Dockerfile
- Build Container image using Docker build
- Use Docker Compose to build multi-container images
- Publish multiple container images using Docker Compose
- Run container images locally with Docker Run
Slide deck related to YouTube video on how to containerize or Dokcerize Spring Boot Applications. https://youtu.be/c9L89T8BkZ4
Covers the following topics:
- Generate Spring Boot App using Spring initializer
- Build Spring Boot app using Maven build
- Containerize Spring Boot App using multistage Dockerfile
- Build Container image using Docker build
- Use Docker Compose to build multi-container images
- Publish multiple container images using Docker Compose
- Run container images locally with Docker Run
Portable Multi-cloud Microservices with Dapr .pdfNilesh Gule
Slide deck related to the presentation and live demo for Devtron webinar.
https://www.linkedin.com/video/event/urn:li:ugcPost:7031191867178303488
The session demonstrated how Distributed Application Runtime or Dapr can be used to build and deploy portable microservices which can be deployed to multi-cloud environments.
Portable Multi-cloud Microservices with Dapr .pdfNilesh Gule
Slide deck related to the Power Platform Bootcamp Manila 2023. The demo showcased how to build portable multi-cloud microservices with Distributed Application Runtime Dapr. RabbitMQ is used as a message broker and Azure Kubernetes service (AKS) cluster is used for deployment.
Portable Multi-cloud Microservices with Dapr .pptxNilesh Gule
Slide deck related to the presentation on Portable multi-cloud microservices with Dapr for the Kubernetes Meetup
https://meetu.ps/e/LMBX2/1QMNr/i
This document discusses containerizing .NET apps using Docker. It covers creating Dockerfiles with multi-stage builds to reduce image sizes, running containerized apps in both interactive and detached modes, and resources for learning more about containerizing apps. The key topics are using Dockerfile to package apps and dependencies, employing multi-stage builds and optimized base images to minimize image sizes, and configuring container runs with flags like ports, environment variables and image names.
Distributed Event Driven Systems with KEDA.pdfNilesh Gule
Slides related to the Distributed event driven systems with KEDA for Devtron webinar. The demo focusses on using kubernetes bades Event driven Autoscaling to dynamically scale the microservice based on the number of messages in RabbitMQ queue.
Cloud Native Ninja - Getting Started with Containers - Part 1.pdfNilesh Gule
Slide deck related to Cloud Native Ninja series. First of related to getting started with Containers.
The related YouTube video link:
https://youtu.be/WT73jn-1nUg
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, presentation slides, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...Alan Dix
Talk at the final event of Data Fusion Dynamics: A Collaborative UK-Saudi Initiative in Cybersecurity and Artificial Intelligence funded by the British Council UK-Saudi Challenge Fund 2024, Cardiff Metropolitan University, 29th April 2025
https://alandix.com/academic/talks/CMet2025-AI-Changes-Everything/
Is AI just another technology, or does it fundamentally change the way we live and think?
Every technology has a direct impact with micro-ethical consequences, some good, some bad. However more profound are the ways in which some technologies reshape the very fabric of society with macro-ethical impacts. The invention of the stirrup revolutionised mounted combat, but as a side effect gave rise to the feudal system, which still shapes politics today. The internal combustion engine offers personal freedom and creates pollution, but has also transformed the nature of urban planning and international trade. When we look at AI the micro-ethical issues, such as bias, are most obvious, but the macro-ethical challenges may be greater.
At a micro-ethical level AI has the potential to deepen social, ethnic and gender bias, issues I have warned about since the early 1990s! It is also being used increasingly on the battlefield. However, it also offers amazing opportunities in health and educations, as the recent Nobel prizes for the developers of AlphaFold illustrate. More radically, the need to encode ethics acts as a mirror to surface essential ethical problems and conflicts.
At the macro-ethical level, by the early 2000s digital technology had already begun to undermine sovereignty (e.g. gambling), market economics (through network effects and emergent monopolies), and the very meaning of money. Modern AI is the child of big data, big computation and ultimately big business, intensifying the inherent tendency of digital technology to concentrate power. AI is already unravelling the fundamentals of the social, political and economic world around us, but this is a world that needs radical reimagining to overcome the global environmental and human challenges that confront us. Our challenge is whether to let the threads fall as they may, or to use them to weave a better future.
Improve Monitoring And Observability for Kubernetes with OSS tools.pdfNilesh Gule
Slide deck related to the presentation at the KubeDay Singapore event. The session covered 3 pillars of Observability and how to use Jaeger for Distribute Tracing, Loki for Log Aggregation and Prometheus and Grafana for Metrics in a distributed application. Azure Kubernetes Service AKS cluster was used for live demo.
https://events.linuxfoundation.org/kubeday-singapore/
Autoscale applications based on external events with KEDA.pdfNilesh Gule
This document discusses using KEDA to autoscale applications in Kubernetes based on external events. KEDA allows defining scalable objects that can trigger scaling of deployments based on metrics from message brokers like RabbitMQ. The document demonstrates setting up a sample application with a producer and consumer that scales using KEDA in response to messages in a RabbitMQ queue. It provides an overview of KEDA architecture and how scalable objects are configured to link deployments to external metrics for automated scaling.
Slide deck related to the Open Telemetry demo at Singapore Java User Group (JUG). The demo showcased how to use Open Telemetry on local laptop with Docker, Docker Compose and Kubernetes running on single node cluster using Docker Desktop. In the last part of the demo, we highlighted the use of Helm charts and Operators to run OpenTelemetry collector on a managed Kubernetes cluster with Azure Kubernetes Service (AKS).
Cloud Native Ninja - Getting Started with Kubernetes - Part 9.pdfNilesh Gule
Slide deck related to the getting started with Kubernetes YouTube video as part of the Cloud Native Ninja series. https://youtu.be/M1Ra4jCMmL0
Build Secure Portable Applications using AKS and its ecosystemNilesh Gule
Slides related to the Global Azure Singapore 2023 talk about building secure and portable applications using AKS and its ecosystem. The demo showcases the integrations with Dapr and KEDA
Slides related to the Part of Cloud Native Ninja series. The YouTube video showcases how to containerize a React app
https://youtu.be/mmM6btuwqfA
This document discusses containerizing a React application using a multistage Dockerfile. It builds the React app using npm commands in a Node base image, then uses a multistage Docker build with separate build and run stages, with the build stage using the Node base image and run stage using an Nginx base image. Finally, it publishes the container images to Docker Hub.
Modular Architecturs for resilience and Adaptability.pdfNilesh Gule
Slidedeck related to the session on Modular Architectures for Resilience and Adaptability at he APIDays Singapore event
The video recording of the talk is available on YouTube
https://youtu.be/ILU0VdaxxNQ
Modular Architecturs for resilience and Adaptability.pdfNilesh Gule
Slide deck for the APIDays Singapore talk on Modular Architecture for Resilience and Adaptability. https://www.apidays.global/singapore/
The session covered different means by which we can architect modern applications and services for resilience and adaptability
Cloud Native Ninja - PT7 - Containerize Go apps.pdfNilesh Gule
Slide deck related to YouTube video on how to containerize or Dokcerize Go Applications. https://youtu.be/6ji4biaYx98
Covers the following topics:
- Integrate with Dapr Go SDK
- Build Go app using Go build tools
- Containerize Go App using multistage Dockerfile
- Build Container image using Docker build
- Use Docker Compose to build multi-container images
- Publish multiple container images using Docker Compose
- Run container images locally with Docker Run
Slide deck related to YouTube video on how to containerize or Dokcerize Spring Boot Applications. https://youtu.be/c9L89T8BkZ4
Covers the following topics:
- Generate Spring Boot App using Spring initializer
- Build Spring Boot app using Maven build
- Containerize Spring Boot App using multistage Dockerfile
- Build Container image using Docker build
- Use Docker Compose to build multi-container images
- Publish multiple container images using Docker Compose
- Run container images locally with Docker Run
Portable Multi-cloud Microservices with Dapr .pdfNilesh Gule
Slide deck related to the presentation and live demo for Devtron webinar.
https://www.linkedin.com/video/event/urn:li:ugcPost:7031191867178303488
The session demonstrated how Distributed Application Runtime or Dapr can be used to build and deploy portable microservices which can be deployed to multi-cloud environments.
Portable Multi-cloud Microservices with Dapr .pdfNilesh Gule
Slide deck related to the Power Platform Bootcamp Manila 2023. The demo showcased how to build portable multi-cloud microservices with Distributed Application Runtime Dapr. RabbitMQ is used as a message broker and Azure Kubernetes service (AKS) cluster is used for deployment.
Portable Multi-cloud Microservices with Dapr .pptxNilesh Gule
Slide deck related to the presentation on Portable multi-cloud microservices with Dapr for the Kubernetes Meetup
https://meetu.ps/e/LMBX2/1QMNr/i
This document discusses containerizing .NET apps using Docker. It covers creating Dockerfiles with multi-stage builds to reduce image sizes, running containerized apps in both interactive and detached modes, and resources for learning more about containerizing apps. The key topics are using Dockerfile to package apps and dependencies, employing multi-stage builds and optimized base images to minimize image sizes, and configuring container runs with flags like ports, environment variables and image names.
Distributed Event Driven Systems with KEDA.pdfNilesh Gule
Slides related to the Distributed event driven systems with KEDA for Devtron webinar. The demo focusses on using kubernetes bades Event driven Autoscaling to dynamically scale the microservice based on the number of messages in RabbitMQ queue.
Cloud Native Ninja - Getting Started with Containers - Part 1.pdfNilesh Gule
Slide deck related to Cloud Native Ninja series. First of related to getting started with Containers.
The related YouTube video link:
https://youtu.be/WT73jn-1nUg
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, presentation slides, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...Alan Dix
Talk at the final event of Data Fusion Dynamics: A Collaborative UK-Saudi Initiative in Cybersecurity and Artificial Intelligence funded by the British Council UK-Saudi Challenge Fund 2024, Cardiff Metropolitan University, 29th April 2025
https://alandix.com/academic/talks/CMet2025-AI-Changes-Everything/
Is AI just another technology, or does it fundamentally change the way we live and think?
Every technology has a direct impact with micro-ethical consequences, some good, some bad. However more profound are the ways in which some technologies reshape the very fabric of society with macro-ethical impacts. The invention of the stirrup revolutionised mounted combat, but as a side effect gave rise to the feudal system, which still shapes politics today. The internal combustion engine offers personal freedom and creates pollution, but has also transformed the nature of urban planning and international trade. When we look at AI the micro-ethical issues, such as bias, are most obvious, but the macro-ethical challenges may be greater.
At a micro-ethical level AI has the potential to deepen social, ethnic and gender bias, issues I have warned about since the early 1990s! It is also being used increasingly on the battlefield. However, it also offers amazing opportunities in health and educations, as the recent Nobel prizes for the developers of AlphaFold illustrate. More radically, the need to encode ethics acts as a mirror to surface essential ethical problems and conflicts.
At the macro-ethical level, by the early 2000s digital technology had already begun to undermine sovereignty (e.g. gambling), market economics (through network effects and emergent monopolies), and the very meaning of money. Modern AI is the child of big data, big computation and ultimately big business, intensifying the inherent tendency of digital technology to concentrate power. AI is already unravelling the fundamentals of the social, political and economic world around us, but this is a world that needs radical reimagining to overcome the global environmental and human challenges that confront us. Our challenge is whether to let the threads fall as they may, or to use them to weave a better future.
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPathCommunity
Join this UiPath Community Berlin meetup to explore the Orchestrator API, Swagger interface, and the Test Manager API. Learn how to leverage these tools to streamline automation, enhance testing, and integrate more efficiently with UiPath. Perfect for developers, testers, and automation enthusiasts!
📕 Agenda
Welcome & Introductions
Orchestrator API Overview
Exploring the Swagger Interface
Test Manager API Highlights
Streamlining Automation & Testing with APIs (Demo)
Q&A and Open Discussion
Perfect for developers, testers, and automation enthusiasts!
👉 Join our UiPath Community Berlin chapter: https://community.uipath.com/berlin/
This session streamed live on April 29, 2025, 18:00 CET.
Check out all our upcoming UiPath Community sessions at https://community.uipath.com/events/.
Technology Trends in 2025: AI and Big Data AnalyticsInData Labs
At InData Labs, we have been keeping an ear to the ground, looking out for AI-enabled digital transformation trends coming our way in 2025. Our report will provide a look into the technology landscape of the future, including:
-Artificial Intelligence Market Overview
-Strategies for AI Adoption in 2025
-Anticipated drivers of AI adoption and transformative technologies
-Benefits of AI and Big data for your business
-Tips on how to prepare your business for innovation
-AI and data privacy: Strategies for securing data privacy in AI models, etc.
Download your free copy nowand implement the key findings to improve your business.
Generative Artificial Intelligence (GenAI) in BusinessDr. Tathagat Varma
My talk for the Indian School of Business (ISB) Emerging Leaders Program Cohort 9. In this talk, I discussed key issues around adoption of GenAI in business - benefits, opportunities and limitations. I also discussed how my research on Theory of Cognitive Chasms helps address some of these issues
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc
Most consumers believe they’re making informed decisions about their personal data—adjusting privacy settings, blocking trackers, and opting out where they can. However, our new research reveals that while awareness is high, taking meaningful action is still lacking. On the corporate side, many organizations report strong policies for managing third-party data and consumer consent yet fall short when it comes to consistency, accountability and transparency.
This session will explore the research findings from TrustArc’s Privacy Pulse Survey, examining consumer attitudes toward personal data collection and practical suggestions for corporate practices around purchasing third-party data.
Attendees will learn:
- Consumer awareness around data brokers and what consumers are doing to limit data collection
- How businesses assess third-party vendors and their consent management operations
- Where business preparedness needs improvement
- What these trends mean for the future of privacy governance and public trust
This discussion is essential for privacy, risk, and compliance professionals who want to ground their strategies in current data and prepare for what’s next in the privacy landscape.
Quantum Computing Quick Research Guide by Arthur MorganArthur Morgan
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at [email protected].
100% human made.
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
By 2026, AI agents will consume 10x more enterprise data than humans, but with none of the contextual understanding that prevents catastrophic misinterpretations.
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfAbi john
Analyze the growth of meme coins from mere online jokes to potential assets in the digital economy. Explore the community, culture, and utility as they elevate themselves to a new era in cryptocurrency.
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxAnoop Ashok
In today's fast-paced retail environment, efficiency is key. Every minute counts, and every penny matters. One tool that can significantly boost your store's efficiency is a well-executed planogram. These visual merchandising blueprints not only enhance store layouts but also save time and money in the process.
AI and Data Privacy in 2025: Global TrendsInData Labs
In this infographic, we explore how businesses can implement effective governance frameworks to address AI data privacy. Understanding it is crucial for developing effective strategies that ensure compliance, safeguard customer trust, and leverage AI responsibly. Equip yourself with insights that can drive informed decision-making and position your organization for success in the future of data privacy.
This infographic contains:
-AI and data privacy: Key findings
-Statistics on AI data privacy in the today’s world
-Tips on how to overcome data privacy challenges
-Benefits of AI data security investments.
Keep up-to-date on how AI is reshaping privacy standards and what this entails for both individuals and organizations.
Role of Data Annotation Services in AI-Powered ManufacturingAndrew Leo
From predictive maintenance to robotic automation, AI is driving the future of manufacturing. But without high-quality annotated data, even the smartest models fall short.
Discover how data annotation services are powering accuracy, safety, and efficiency in AI-driven manufacturing systems.
Precision in data labeling = Precision on the production floor.
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell
With expertise in data architecture, performance tracking, and revenue forecasting, Andrew Marnell plays a vital role in aligning business strategies with data insights. Andrew Marnell’s ability to lead cross-functional teams ensures businesses achieve sustainable growth and operational excellence.
6. Why use Dapr
• Any language, any framework, anywhere
• Building blocks for cloud and edge
• Multiple hosting environments
• Language specific SDKs
• C++, Go, Java, JavaScript, .NET, PHP, Python, Rust
• Frameworks
• ASP.NET Core, Spring Boot , Flask, Express
• Designed for operations