Six AI fraud detection patterns for fintech that SQL rules miss
May 16, 2026
SQL rules catch known fraud shapes. AI fraud detection catches adaptive rings, account takeovers, and behavioral drift. Six patterns for fintech teams.
Jan 31, 2022
This article aims to provide an introduction to callback functions for the beginners in JavaScript.
Jan 29, 2022
Learn how to create clear API documentation with Insomnia Documenter using a practical workflow from the Lightrains engineering team.
Jan 22, 2022
A step-by-step guide to deploying to AWS EC2 using GitHub Actions, written by the Lightrains engineering team.
Jan 11, 2022
Understand how the Redux store works with simple explanations and developer-focused examples from Lightrains.
Jan 9, 2022
Updated insights on single page application vs multi page application from the Lightrains team.
Dec 28, 2021
How to Add a Custom Google Font to a Next.js and Tailwind CSS App
Dec 16, 2021
Static solidity smart contract code analysis is a method of debugging by examining source code before a program is run.
Dec 14, 2021
An introduction to the Fe language for Ethereum smart contract development from the Lightrains Web3 team.
Sep 26, 2021
Redux is a popular state management library to use with React or Next.js app. It provides a single store to store all of the application data.