12782. Traditional banks need to embrace open banking. Here’s why (gocardless.com)
12783. 10 reasons why you should love open banking (gocardless.com)
12784. 10 reasons why you should love open banking (gocardless.com)
12785. What does the FCA’s 90-day re-authentication rule announcement mean for open banking? (gocardless.com)
12786. What does the FCA’s 90-day re-authentication rule announcement mean for open banking? (gocardless.com)
12787. Building a PFM app? Here’s why you need open banking! (gocardless.com)
12788. Building a PFM app? Here’s why you need open banking! (gocardless.com)
12789. Open banking was born and raised in Europe (gocardless.com)
12790. Open banking was born and raised in Europe (gocardless.com)
12791. Open banking and privacy: a new love story (gocardless.com)
12792. Open banking and privacy: a new love story (gocardless.com)
12793. 5 open banking use cases beyond banks and fintechs (gocardless.com)
12794. 5 open banking use cases beyond banks and fintechs (gocardless.com)
12795. Geo Queries with PostGIS in Ionic Angular (supabase.com)
Using the PostGIS extension to build a cross-platform application with Ionic Angular.
12796. Our take on onboarding: You, at the center of it all (www.wyeworks.com)
You are a new employee at WyeWorks — or a new wyeworker, as we like to say — eager to learn our company’s culture, meet new people, and…
12797. TypeScript magic (artsy.github.io)
At Artsy, we love TypeScript. We use it in most of our node/web/mobile repos. Today, I want to talk about a specific case we found while trying to make our types more strict on palette-mobile, which is our Design System for React Native. Check this out: const welp: "hello" | "world" | string // `wel...
12798. Data Dashboards 101: What are real-time dashboards? (deploy-preview-325--pubnub-web-builder.netlify.app)
Learn about real-time data dashboards and why they are essential for improving visibility into your application and operations.
12799. Data Dashboards 101: What are real-time dashboards? (www.pubnub.com)
Learn about real-time data dashboards and why they are essential for improving visibility into your application and operations.
12800. Using HDMI EMI for fast wireless data transfer (www.windytan.com)
This story, too, begins with noise. I was browsing the radio waves with a software radio, looking for mysteries to accompany my ginger tea. I had started to notice a wide-band spiky signal on a number of frequencies that only seemed to appear indoors. Some sort of interference from electronic device...
12801. Pattern matching on error codes (oleb.net)
Foundation overloads the pattern matching operator ~= to enable matching against error codes in catch clauses. catch clauses in Swift support pattern matching, using the same patterns you’d use in a case clause inside a switch or in an if case … statement. For example, to handle a file-not-found err...
12802. Your guide to headless commerce (vercel.com)
12803. Sample Extraction from RLWE to LWE (www.jeremykun.com)
In this article I’ll derive a trick used in FHE called sample extraction. In brief, it allows one to partially convert a ciphertext in the Ring Learning With Errors (RLWE) scheme to the Learning With Errors (LWE) scheme. Here are some other articles I’ve written about other FHE building blocks, thou...
12804. Text Messaging App: A Complete Guide (deploy-preview-325--pubnub-web-builder.netlify.app)
An overview of the different platforms that text messaging apps can be built-on.
12805. Text Messaging App: A Complete Guide (www.pubnub.com)
An overview of the different platforms that text messaging apps can be built-on.
12806. Improving the Developer Experience with the Ruby LSP (shopify.engineering)
The Ruby LSP is a new language server built at Shopify that makes coding in Ruby even better by providing extra Ruby features for any editor that has a client layer for the LSP. In this article, we’ll cover how we built the Ruby LSP, the features included within it, and how you can install it.
12807. Optimizing performance for over 6M monthly visitors at CruiseCritic (vercel.com)
12808. How to Write a Derived Table in jOOQ (blog.jooq.org)
One of the more frequent questions about jOOQ is how to write a derived table (or a CTE). The jOOQ manual shows a simple example of a derived table: In SQL: In jOOQ: And that’s pretty much it. The question usually arises from the fact that there’s a surprising lack of type safety when working … Cont...
12809. Submit a Form with a Button Outside the Form (jaketrent.com)
How to submit a form with a submit button outside the formYou know, sometimes it's the little things that make you happy -- the super powers that you didn't know you had, when #usetheplatform comes through for you.Submit Button Inside the FormMost of the time, it's that familiar tale: the submit but...
12810. Getting started with style queries (una.im)
With style queries landing in stable Chrome, learn about how to use them in applications.