MikMak, a SPINS company, is a global software company that provides a leading commerce intelligence and orchestration platform for multichannel brands, helping them grow in real-time.
Learn more

Take back control of your online life with Shift — a browser built around the way you actually work. Pull in your favorite tools, rearrange your setup on the fly, and craft a digital workspace that keeps everything within reach. With support for 1,500+ web apps, dedicated Spaces to separate different areas of your life, and seamless multi-account management, Shift replaces browser chaos with focus. And as a leader in carbon-neutral browsing, Shift is proving that a better browser can also mean a better planet.
Headquartered in Victoria, British Columbia and founded in 2016, Shift is a Certified B Corp and part of the Redbrick portfolio.
What Shift can do for you:
- Build your browser: Design a layout that fits the way you use the internet.
- Create Spaces: Separate your work, side hustles, and personal browsing into distinct environments.
- Integrate Apps: Bring 1,500+ web apps into one unified workspace.
- Templates: Hit the ground running with 6 pre-built layouts to choose from.
- Shift AI: A built-in AI assistant to help you think faster and work smarter.
Learn more
AssemblyScript
AssemblyScript is a language that draws parallels to TypeScript, specifically crafted for developing applications in WebAssembly. It is designed to harness the full potential of WebAssembly, offering developers granular control over their applications at a low level.
Because of its TypeScript-like syntax, it enables an effortless transition for programmers aiming to compile their code into WebAssembly without the burden of learning a completely different language. This compatibility allows developers to easily integrate AssemblyScript into their projects, as it requires minimal setup—just a simple npm install is all that's needed!
As an open-source initiative released under the Apache License, Version 2.0, AssemblyScript is built upon Binaryen and follows the standards of WebAssembly. This valuable resource is the product of a passionate team dedicated to enhancing the development experience in the WebAssembly ecosystem. With its growing community, AssemblyScript continues to evolve, making it a compelling choice for developers.
Learn more
C++
C++ is celebrated for its clear and concise syntax. Although beginners may initially perceive C++ as more complex than other programming languages due to its extensive use of symbols such as {}[]*&!|..., mastering these symbols can actually bring about a greater level of clarity and organization, surpassing languages that rely heavily on lengthy English phrases. Furthermore, C++ has improved its input/output system in comparison to C, and the integration of the standard template library makes data management and interaction more efficient, ensuring it remains as approachable as other languages without losing any essential functionality. This programming language adopts an object-oriented paradigm, treating software elements as individual objects with unique attributes and behaviors, which enhances or even replaces the conventional structured programming model that focused primarily on routines and parameters. By prioritizing objects, C++ provides developers with increased flexibility and scalability in their projects. Thus, the advantages of C++ position it as a robust choice for modern software development.
Learn more