10 Things To Do For Your Dev-Self
I just finished renovating the Rookout Breakpoint Editor area. It's the place within the Rookout app that lets you set a breakpoint condition, hit limit, time limit, variable collection depth, and other settings.
I just finished renovating the Rookout Breakpoint Editor area. It's the place within the Rookout app that lets you set a breakpoint condition, hit limit, time limit, variable collection depth, and other settings.
Whoever first said that "the fastest code is no code" must have really liked memoization. After all, memoization speeds up your application by running less code. In this article, Jonathan Miles introduces us to memoization. We'll learn when to use it, how to implement it in Ruby, and how to avoid common pitfalls. Buckle up!
We’re excited to announce the second episode of our podcast, Mobile DevOps is a thing! This episode focuses on different aspects of remote work, Mobile DevOps, and how to remain productive from home, featuring special guest: Joe Birch.
At Stackify, we’re all about helping you improve your application’s performance. We have actually developed two code profilers ourselves. Because of that, we like to think we know a thing or two about code profiling. Today I want to talk about the three different types of code profilers, describe the differences between them, and recommend some tools for your toolbox.
In today’s post, we’ll learn about Mnesia, see when you would use such a tool, and take a look at some of the pros and cons of using it. After covering the fundamentals of Mnesia, we’ll dive right into a sample application where we’ll build an Elixir application that uses Mnesia as its database. Let’s jump right in!
Development can successfully remove the bottlenecks created by waterfall methodology by improving development productivity through encouraging collaboration,continuous feedback loops, and automating processes. Collaboration. Feedback. Automation. These are the main building blocks of Development operations. However, not all Development implementations are successful. Why? Building blocks are not enough. You need to take these building blocks and design a Development pipeline that suits your needs.
Welcome back to another Community Roundup, folks. Hope you're all doing well, and that you're ready for some great tweets and articles — let's get started, shall we?
We’re excited to announce our support for GitHub Actions with our new Rollbar Deploy GitHub Action. Teams using GitHub Actions for building their CI/CD pipeline can now easily send deploy information to Rollbar and respond to any new errors quickly.