Tegarblog.tegvr.com·Dec 20, 2024Clearing the Clutter: Tackling Unused Dependencies in OutSystemsWhile migrating one of our UI components, I discovered a dependency on an outdated version within one of our modules. This realization highlighted an important aspect of software development: unused dependencies, or "dead code." Why Handling Unused D...OutSystemsoutsystems
Stefan Weberwithout.systems·Nov 29, 2024Aim High in Digitalization by going LowPeople often talk about digitalization, but it's important to distinguish between digital optimization and digital transformation. While both can work together, they have different goals and require different methods. https://creators.spotify.com/pod...1 like·88 readsDigital Optimization
Stefan Weberwithout.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...34 readsODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.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 ...38 readsODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.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...1 likeODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.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...ODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.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...10 likes·119 readsODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.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...1 like·169 readsoutsystems
Stefan Weberwithout.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...1 like·293 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...42 readsOutSystemsoutsystems