Systems | Development | Analytics | API | Testing

Optimizing iOS workflows with Marcos Griselli | Mobile DevOps is a Thing! Podcast

Marcos is an iOS developer and open-source contributor from Argentina. As an active member of the Swift community in Buenos Aires, he hosts and co-organizes the SwiftBA meetups. Last year, along with Josefina Bustamante and Facundo Menzella, he also organized Swiftable, the very first English-language iOS conference in South America.

Fintech, Flutter, and tech leadership with GDE Mariano Zorrilla | Mobile DevOps is a Thing! Podcast

Mariano is an Android Tech Lead and a passionate member of the Flutter community: besides recently becoming a Google Developer Expert, he also founded the San Francisco Cross-Platform SFXP meetups, where developers share knowledge and experiences in cross-platform development.

Mastering continuous deployment with Keegan Rush | Mobile DevOps is a Thing! Podcast

Keegan is an iOS and macOS Developer, and — along with Pietro Rea — a co-author of the recently published book, iOS App Distribution & Best Practices. The book is a how-to guide for everyone who wants to deploy apps, whether they are becoming Mobile DevOps practitioners or release managers in their team.

The Perils of Parallel Testing in Ruby on Rails

Have you ever heard someone complain about their tests being too fast? Me neither. Fast tests mean fast feedback. Whether you run them locally or in a continuous integration pipeline, the earlier your tests finish, the earlier you can react to failures and improve your code. Besides the productivity gains, it is well known that slow tests make developers grumpy. Nobody likes their developers grumpy. With all that said, creating a lightning-fast test suite isn't always as easy as you'd hope.

A Guide to Secure Elixir Package Updates

Keeping your dependencies up-to-date is essential to ensure that your applications stay healthy, secure, and performant. Thankfully, the BEAM ecosystem has its own package manager, Hex, which is fast, mature, and simple to use. This article explores the available tools and commands to manage Hex dependencies and some tips to make the process more enjoyable. Let's dive in!

Transforming a Manufacturing Chain? Consider the Benefits of APIs

Digital transformation is happening rapidly, especially following the pandemic. Those who do not implement key strategies will be left behind. Some industries are adapting more quickly than others. However, few have unlocked digital technologies’ full potential, including the manufacturing industry. Transforming a manufacturing chain requires integrating and applying advanced digital technologies, but many remain wary, despite growing evidence that digital adoption supports ongoing growth.

Getting the Developer Community Involved (Scenario 5) - WSO2 API Manager 4.0 Use Case - Part 6

This tutorial is part of a series and can also be used as a standalone tutorial on how to get the developer community involved. For more details on the scenario and general prerequisites, please watch the previous videos on this series.

Golang Slices and Arrays

Golang is an open source programming language used largely for server-side programming and is developed by Google. With it static typing, it is a very simple and versatile programming language that is an excellent choice for beginners. Golang is a type-safe language and has a flexible and powerful type system. In addition, its syntax is very simple, making your code easier to read.