Systems | Development | Analytics | API | Testing

I Process Mined My Own Team and Here's What I Learned

Insight is a funny thing - everyone wants more of it, but sometimes, when we get it, we realize what we truly don’t understand. I got a major dose of insight recently when I used Appian Process Mining to take a look at how we could optimize some of our workflows, specifically content creation. At Appian, we have an AMAZING Creative team - and I’m not just saying that because we work together. I’m saying that because if they didn’t work here, I would hire them, without question.

The SaaS Providers Handbook for 2022

Many companies find that it is not enough to simply keep up with the competition in their industry. Such well-known organizations as Amazon and Microsoft continually expand their service offerings, making it hard to compete. Innovation continues to be a huge buzzword in the software industry. Tech companies need a reliable way to provide clients with what they need most, which is service wherever and whenever they need it. One industry that does this best is the SaaS (Software as a Service) space.

What the heck is DPoP? | IAM Community Meetups - 2022

An Application-level proof-of-possession protections for access and refresh tokens. DPoP (Demonstrating-Proof-of-Possession) is an additional security mechanism for the token generation which overcomes the issue of bearer token which will not validate between who is requested token and who is actually using the token for the access of a particular resource. In DPoP, this will be avoided by validating the client who requested the token is the one who is actually using the token using the Signed JWT tokens known as DPoP Proof.

Import Maps Under the Hood in Rails 7

Import maps is the new feature in Rails 7 that allows us to say goodbye to Node.js and tools like Webpack. There's no need for bundling anymore. With this new mechanism, you can still manage your JavaScript libraries with a specific version. Instead of one big file, though, your application serves many small JavaScript files. It’s essential you know how import maps work to benefit from the newest version of Rails (but don’t worry, you can still use tools like Webpack instead).

Boost Customer Satisfaction with Connected, Automated Underwriting Processes

The insurance industry is undergoing massive modernization to improve outdated processes and enhance policyholder experiences. Delivering a connected insurance experience has become critical for insurers to stay competitive as the marketplace digitizes and insurtechs emerge, bringing new challenges to more established providers. Core to an insurer’s overall connected insurance experience are workflows that ensure a seamless, accelerated digital underwriting process for potential policyholders.

Build Insights Pro: Introducing Bitrise's own CI/CD Performance Monitoring Tool

Build Insights is a monitoring tool that helps you understand your build performance and where you can improve your team’s delivery velocity and stability. It gives you the confidence that things are working well, and visibility into the issue when they are not, all working seamlessly with your existing Bitrise pipelines.

Creating a D&D character in Python

I have a bit of a confession to make, I’ve never really bothered to learn Python. The last time I briefly used it, Python 3 had just been released and was being ignored by almost everyone due to all to breaking changes people had porting over to it from Python 2. This is crazy, as in my opinion, Python is only behind JavaScript in terms of the most used language in the world. I have no excuse not to learn it and see what the fuss is all about!