This page contains all articles I’ve published on reputable platforms including Grafana Labs, Loft, Pipekit, Fingerprint, Equinix, Amadeus, Airplane, Teleport, and more.
How to defend your site from common cyberattacks
By understanding these attacks and implementing appropriate security measures, you can better protect your websites from potential threats. In this article, you will learn about some of the common cyberattacks and how to implement defenses to ensure that your site is secure.
fingerprint.com
Paying Vendors with the Rapyd Disburse API
By Daniel Olaogun Design by Maegan Shelley The world has become more interconnected than ever, which has also changed the way people think and do business with each other. Thanks to the internet, large and small organizations alike employ talent internationally, freelancers collaborate globally, a…
community.rapyd.net
Step-by-Step Guide about GitHub Authentication for Kubernetes
In addition to its many other use cases, single sign-on (SSO) works well for Kubernetes authentication. The benefits of using SSO for Kubernetes include simplified account management and provisioning and self-service for developers.
loft.sh
Adding Authorization to Your Node.js Application Using Cerbos
Authorization is critical to web applications. It grants the correct users access to sections of your web application on the basis of their roles and permissions. In a simple application, adding in-app authorization to your application is relatively straightforward. But with complex applications…
cerbos.dev
Building an iOS hotel booking app with React Native - Part 1
Developing a mobile app for your project helps you provide unique features to your customers. However, the top two mobile operating systems each require separate programming languages for apps—Java or Kotlin for Android, Objective-C or Swift for iOS—which can increase your development lifecycle and cost.
developers.amadeus.com
Building an iOS hotel booking app with React Native - Part 2
Welcome to the second part of this tutorial. In the first part, you learned how to set up your hotel booking application in React Native using the Amadeus API and develop an autocomplete search field, which displays a list of destinations while the user is typing.
Now you’ll complete the application. Part two will show you how to implement searching for and booking a hotel at the selected destination.
Now you’ll complete the application. Part two will show you how to implement searching for and booking a hotel at the selected destination.
developers.amadeus.com
Infrastructure vs Application Authorization
When a user or a machine entity logs into a system, it’s important that the system knows what resources the logged-in principal is permitted to have access to. Without an authorization mechanism in a system, anyone could have unrestricted access and permission to all resources in a system. Proper au…
cerbos.dev