Systems | Development | Analytics | API | Testing

Data Thinking: Agility in Digital Transformation

Maybe these situations sound familiar to you… You want to enhance the activities of your company with digital, data-based approaches. The opportunities and challenges of digital transformation are obvious, so it makes sense to rethink certain business strategies based on data. You’ve built a strategy through creative methods like design thinking, and you know exactly what data-centric solutions you need to develop – but the technical departments are pushing back.

How Did You Detect and Handle Change Data Capture from The Source?

“Businesses that manage their data effectively derive unique insights from it and tend to move quicker and be leaders in their industries.” That’s according to Kim Stevenson, Senior Vice President and General Manager of NetApp Foundational Data Services However, that data is only helpful if you can find what you need when you need it and put it to good use. This guide discusses CDC Change Data Capture to provides up-to-date information for real-time analytics.

Under the Hood of Macros in Elixir

Welcome back to part two of this series on metaprogramming in Elixir. In part one, we introduced metaprogramming and gave a brief overview of macros. In this part, we will explore the inner workings and behaviors of macros in more depth. As discussed in the previous post, macros are compile-time constructs in Elixir. So, before diving into how macros work, it is important to understand where macros lie within Elixir’s compilation process.

Two-Factor Authentication(2FA) using Speakeasy

Normally, you must submit a password in order to log into an application. In the case of two-factor authentication, you must also provide a one-time temporary password (also known as a token) in addition to your regular password. You can get this OTP in a variety of ways. The different varieties of 2FA are determined by how the OTP is provided. The OTP can be sent via email, SMS, as a software token using applications such as Google Authenticator, or as a hardware token.

Mussel | Verified Steps on Bitrise

As every team wants to speed up their app regression processes, it’s important to find a quick and easy, maintainable solution to test Push Notifications and Universal Links. Testing these is a real challenge and conventional methods will probably slow you down, accumulating the time you would normally like to spend with UI tests. Mussel will help you ease these responsibilities: it’s an open-source framework built by the amazing mobile team at Compass, testing Push Notifications, Universal Links, and Routing in XCUITests.