Systems | Development | Analytics | API | Testing

Automotive Industry Trends 2021: What Software Developers Need to Know

The automotive industry has been experiencing a great deal of change within the past several years. More software is being added to vehicles, along with a greater number of electric and autonomous vehicles are in production and on the road. By learning about the emerging trends, you will be more capable of keeping pace with them. Read along or jump ahead to the section that interests you the most.

Community Creations: Bitrise Open Source & the API - Introducing the Bitrise Wall mobile app

Being able to extend the functionality that Bitrise provides, by writing your own Apps that exploit the openness of the API is an added value feature of Bitrise. And, good use of this possibility has already been made by existing Bitrise users. A case in point is Bitrise Wall, created by Jas Manigundan. This is an app for both iOS and Android that allows you to monitor the activity of your builds and even download the latest app version directly from your mobile phone.

Rails Security Threats: Authentication

Authentication is at the heart of most web development, yet it is difficult to get right. In this article, Diogo Souza discusses common security problems with authentication systems and how you can resolve them. Even if you never build an authentication system from scratch (you shouldn't), understanding these security concerns will help you make sure whatever authentication system you use is doing its job.

Rollbar + Logrocket (Benefits & Demo)

Take your frontend error monitoring to the next level by integrating Logrocket with your Rollbar project. Enjoy the benefits of rich contextual data and the benefits of 1-click workflows. Set it up now in 3 minutes or less! Rollbar is the leading continuous code improvement platform that proactively discovers, predicts, and remediates errors with real-time AI-assisted workflows. With Rollbar, developers continually improve their code and constantly innovate rather than spending time monitoring, investigating, and debugging.

Scalable event streaming with Redis and Golang

A common problem that our customers have is event streaming spikey traffic to their clients. For example, imagine a server which needs to stream details on cryptocurrency trades. The quantity of trades happening each second is likely to fluctuate, sometimes nothing could happen, other times perhaps thousands. In order to ensure reliable communication, it’s important that rate limits are in place on how many messages are to be sent to subscribed clients.

Web Security Attacks You Must Know - Part 1

As developers, we know the pitfalls of the internet – the gateways that malicious actors can exploit to steal private data, siphon money and generally wreak havoc. But if we’re going to build watertight applications, it’s essential that we keep updating our knowledge base and prepare for every possible assault. In this post, we’re going to discuss five particularly common forms of attack.