Get in touch
Masterclass-45

Improving Usability: Before and After UX Design Transformations

What is Usability and Why Does It Matter? Usability refers to how easy and efficient it is for users to interact with a website, application, or system. A well-designed interface allows users to achieve their goals quickly, efficiently, and with minimal…

Read More
Masterclass 43

The Future of HTML: Trends, Tips, and AI – Hi Masterclass #43

For those of you who are living in uncertainty, let me rest you by saying that HTML is alive and kicking! The future of HTML is bright, whose trends we will discuss later on. As technology continues to advance at a…

Read More
Masterclass-41_241127095149

Working with Observables in Angular

In Angular, Observables are core to managing asynchronous operations, especially for handling data streams that may be loaded from APIs, user inputs, or other asynchronous sources. Observables are part of the RxJS library, which provides tools for creating and handling data…

Read More
Masterclass-40

HTML Rel Attribute – Hi Masterclass #40

What is a rel attribute in HTML? The rel attribute defines the relationship between the current document and the linked resource. It’s commonly used in the <link>, <a>, and <area>, it’s crucial for security, performance, and SEO. The next topics will show…

Read More
Masterclass 39

What is JSX?

JSX was introduced in 2013 with the release of React, a JavaScript library created by Facebook for building user interfaces, it stands for JS XML commonly used in React projects, and allows you to use HTML-like markup inside a JS file,…

Read More
Masterclass-38

More CSS Tips

CSS is a growing world of wonder where we discover new features and new ways of doing something we thought impossible every day. So, if you believe you’ve mastered CSS, this article will present lesser-known techniques that can significantly enhance your…

Read More
Masterclass-37

A Beginner’s Guide to The Wonderful World of REGEX

Imagine you were asked to perform some tasks in a project with more than 300 files. Say you had to search for all the words that matched some prerequisite. This could take you a lot of time and effort if it…

Read More
Master-36

Mastering Library Versioning in OutSystems ODC

“What is the best way to avoid breaking changes when updating a custom component?” “How can we organise our library of components in a way that we can avoid app lifecycle strangling?” “Can we have multiple versions of the same component…

Read More
React

Start a React Project Like a Pro

The goal of this article is to guide you in the first steps of creating your first application using REACT. It’s not in scope to dig deeper into every aspect of the architecture, files, and code. If you want to learn…

Read More
Chrome-Plugin

OutSystems UI Validator Chrome Plugin

Download the plugin here! Challenge There are increasingly more platforms and frameworks that help us bring our ideas and projects to life. However, despite automation and AI being current topics, the human factor is still the most important. This means that…

Read More