Stefan WeberProwithout.systems·Nov 18, 2024ODC with AWS S3 - Events with EventBridgeThis article explains a method for setting up S3 and AWS EventBridge to receive ad-hoc events in your application, enabling you to respond to various changes in your S3 bucket. Being able to react to change events from your S3 bucket is essential to ...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan WeberProwithout.systems·Nov 18, 2024ODC with AWS S3 - Browser to CloudFrontThis article explains how to securely upload and download files directly from a client's browser to a private Amazon Simple Storage Service (S3) bucket via a CloudFront distribution. This article is part of a series that explores ways to interact wit...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan WeberProwithout.systems·Nov 18, 2024ODC with AWS S3 - Backend to S3This article explains how to upload and download files from your OutSystems Developer Cloud application's backend to a private Amazon Simple Storage Service (S3) bucket. By default, an S3 bucket is private and not accessible to the public without aut...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan WeberProwithout.systems·Nov 18, 2024ODC with AWS S3 - Browser to S3This article explains how to upload and download files directly from a client's browser to an Amazon Simple Storage Service (S3) bucket, bypassing the backend of an OutSystems Developer Cloud application. By default, an S3 bucket is private and not a...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan WeberProwithout.systems·Nov 5, 2024ODC with AWS S3 - IntroductionThis article is part of a series about using AWS Simple Storage Services (S3) in OutSystems Developer Cloud applications. In this first part, we will discuss the challenges you might encounter when using the default method of OutSystems Developer Clo...Discuss·10 likes·91 readsODC with AWS Simple Storage Service (S3)outsystems
Stefan WeberProwithout.systems·Oct 29, 2024OutSystems 11 Users, Groups and RolesIn my previous article on OutSystems 11 User Providers, we learned that a User Provider primarily offers logically isolated user accounts for other OutSystems modules. We also discovered that a user account must have a record in the User entity of th...Discuss·1 like·139 readsoutsystems
Stefan WeberProwithout.systems·Oct 22, 2024OutSystems 11 User Providers ExplainedWhile preparing material for a course on OutSystems 11 Authentication, I noticed there isn't much information available on User Providers and how to create a custom one. In this article, I aim to explain the purpose of User Providers, the default one...Discuss·1 like·237 readsoutsystems
Tegarblog.tegvr.com·Sep 27, 2024Managing Data ConcurrencyWhile attending a session on OutSystems Tech Talk: Performance Best Practices in OutSystems 11, one of the key tips discussed was data model design best practices. One that stood out to me, and which I’ve seen my team grapple with in real-world scena...Discuss·39 readsOutSystemsoutsystems
Tegarblog.tegvr.com·Sep 16, 2024How to Use Lottie Animations in OutSystemsLottie animations have revolutionized the way developers add high-quality, interactive animations to applications. These lightweight animations, stored in JSON format, can be seamlessly integrated into OutSystems to enhance user experiences without c...DiscussOutSystemsoutsystems
Stefan WeberProwithout.systems·Sep 11, 2024Data Virtualization in OutSystems 11 with SQL Server PolybaseI recently had a meeting where we discussed integration options for a MongoDB collection in an OutSystems 11 on-premise environment and during the discussion, we talked about Polybase, a data virtualization feature of Microsoft SQL Server. What is Da...Discuss·80 readsdatavirtualization