Welcome to OSQuay’s Knowledge Center.

A place to find articles, tutorials, how-tos, and more.

Technology Lara Silva Technology Lara Silva

Let’s talk indexes

Databases handle thousands or even millions of records, and they need to be able to return results in milliseconds. Thus, it is imperative to optimize data fetching: indexes. This article explains indexes and how to implement them in OutSystems.

Read More
Technology Laura Fidalgo Technology Laura Fidalgo

How to deal with URL parameters: to hide, or to validate, that is the question

Have you ever asked yourself, “how can I hide URLs input values in OutSystems Apps?” or “how can I keep URL parameters and still have a secure app?” There are several reasons for OutSystems developers to ask these questions: maybe we are concerned with the application’s security or want to change the URL for aesthetic purposes. So, if you are struggling with this, make sure to read on.

Read More
Technology Pedro Marques Technology Pedro Marques

How to use CSS variables in OutSystems

Have you ever had to develop an application with a default layout, where there is a set of colors that will be reused to keep the look-and-feel consistent? Well, if you work with OutSystems, sooner or later you’ll have to, so let me introduce you to a cool feature that can save (a lot!) of time and keep your application organized, and easy to maintain.

Read More