How to easily create beautiful REST API documentation with Spectacle
If you never heard of Spectacle it’s a platform developed by Sourcey with the goal to generate beautiful documentation from OpenAPI/Swagger 2.0 API specifications.
Using Spectacle is very straight forward...
How to log knockout.js errors
How to log knockout.js errors?
Right now I'm working in a banking area project. It's a web project and we are using Knockout.JS framework.
We (developers) don't have access to the...
Session management in Salesforce B2C Commerce Cloud
A look into how session management works in Commerce Cloud, from a real use case.
SPFx – Site Designs Manager
The Web Part
This web part allows tenant administrators to manage site designs through a graphical interface.
Only the tenant administrators are allowed to manage site designs, the web part verifies...
How to use SEO meta tag rules for Page Designer in SFCC
SEO meta tag rules module in SFCC can be customized to support all page designer pages! Learn how in this blog post.
How to modify and compile a mobile plugin using OutSystems
As an OutSystems developer, I had the need to use a QR Code plugin reader.
First step? Started by creating a test project to be able to choose...
Multimedia Gallery – SPFx App
The Requirements
The requirement was to show images and videos in a grid, with the possibility to download images and see all the files in carousel.
The images and videos are...
9 Outlook Quick Tips for Productivity
Disable notifications
New email notifications are a big distraction. Disable them!
Archive processed email
Archive emails that you don't need to take further actions. In your inbox, you should have only the...
Configuring Azure Application Insights on a .NET 6 API
In this blog post we are going to be showing you can configure Azure Application Insights to send your logs, exceptions and performance metrics from a .NET 6 API.InstallationStart...