Golden Arctic
software consultants

Our team of experienced consultants has a wealth of knowledge, spanning the entire software stack, from the lowest levels of hardware interaction to the highest levels of application development.

Whether you need help optimizing your code for performance, debugging tricky issues, or architecting a new application from scratch, we've got you covered. We take a collaborative, client-focused approach to our work, always striving to understand your unique needs and tailoring our solutions accordingly.


AWS Signature V4 in Omnis Studio

Signature Version 4 is the AWS signing protocol.

In AWS Signature Version 4, you don't use your secret access key to sign the request. Instead, you first use your secret access key to derive a signing key. The derived signing key is specific to the date, service, and Region.

Find out more about our implementation of AWS Signature V4 for Omnis Studio here.

macOS entitlements generator

Xcode is great to code sign your macOS application.

However, you might sometimes need to code sign things manually and dynamically change the entitlements based on whether you building for debug or release.

For such situations, check out our entitlements generator script here.

Reading alternate current with a Raspberry Pi

Raspberry Pi is a great single-board computer that can be used for a myriad of personal and professional projects.

With the ability of reading alternate current, you can build many interesting projects, such as a smart plug, a power meter, or even a smart home energy monitor.

Find out how you can use a few components and a Raspberry Pi to read alternate current here.

Using Heroicons in Omnis Studio

Heroicons is a popular set of free, MIT-licensed, high-quality icons designed for user interfaces.

Created by the team at Tailwind Labs, Heroicons offer a comprehensive collection of clean and customizable SVG icons that are well-suited for a wide range of applications. With their minimalist aesthetic and consistent design principles, Heroicons provide developers with a versatile toolkit to enhance the visual appeal and usability of their applications.

Find out how to leverage this fantastic set of icons in your Omnis Studio application here.