Материалы по теме 'fintech' | DevsDay.ru

IT-блоги Материалы по теме 'fintech'

IT-блоги Материалы по теме 'fintech'


Разработка dev.to 17 мая 2024 г. 16:32

In today's API-driven world, APIs (Application Programming Interfaces) act as the critical gateways to your organization's valuable data and functionalities. Effective API security is paramount for protecting these assets from unauthorized access, m...... читать далее

webdev javascript api devops

Разработка dev.to 15 мая 2024 г. 15:43

Recently, I was asked to present on Domain Driven Design. As I delved deeper into the research, it became clear that DDD is a crucial aspect of system architecture that many developers don’t fully grasp. Building software that aligns with complex bu...... читать далее

domaindrivendesign architecture softwareconcepts

Разработка dev.to 15 мая 2024 г. 5:57

This article is inspired by the need for more Software Engineers in quantum computing. Not to mention the other Developers, UX Designers, QA Testers, Product Managers and all the rest of the talent that makes it possible to ship a real product to rea...... читать далее

quantum softwareengineering quantumcomputing careerdevelopment

Разработка dev.to 12 мая 2024 г. 1:26

Recently, I have been reflecting a lot on some development patterns, best practices, and code quality. Many ideas come to mind with such a broad theme, but in this series of articles, I would like to specifically explore the design pattern that we no...... читать далее

solidprinciples programming learning designpatterns

Разработка dev.to 8 мая 2024 г. 22:20

Imagine a software development process that can effectively adapt to the ever-changing market dynamics and user needs. This is the promise of Artificially Intelligent eXtreme Programming (AI-XP), a framework that integrates the principles of Extreme...... читать далее

ai xp llm agile

Разработка dev.to 7 мая 2024 г. 6:00

A Fusion of Security & AI “Concrete jungle where dreams are made of…." Alicia Keys once sang about APIs...oh wait, that was about New York. Either way, the most recent APIDays New York conference was chocked full of relevant takeaways focused o...... читать далее

apidays ai security api

Разработка dev.to 6 мая 2024 г. 18:28

Q: What authentication technology do big consumer apps use? Passwords are no longer a reliable way to keep users secure. Many new and rising authentication technologies are available. I’ve been digging this topic and I’d love to share my findings,...... читать далее

security design discuss

Разработка dev.to 3 мая 2024 г. 10:17

Picture this: Wall Street. Sharks circling, deals being brokered, and fortunes won and lost in the blink of an eye. It's a jungle out there, and you need a financial advisor who's got your back – one that never sleeps, never needs a coffee break, and...... читать далее

ai finance fintech airevolution

Разработка dev.to 3 мая 2024 г. 7:23

In the 21st century, a number of new and promising technologies have come into existence. However, one of the technologies that has succeeded in capturing the attention of one and all is Artificial Intelligence technology. Although the full potential...... читать далее

aiinfintech ai fintech aiinfinance

Разработка dev.to 2 мая 2024 г. 17:59

Recentemente, tenho refletido bastante sobre alguns padrões de desenvolvimento, boas práticas e qualidade de código. Diversas ideias vêm à mente com um tema tão abrangente, mas nesta série de artigos, gostaria de explorar especificamente o padrão de...... читать далее

solidprinciples programming learning designpatterns

Разработка dev.to 2 мая 2024 г. 12:12

TL;DR we raised a lot of money and we’re ready to go big. We've raised $17M to bring “no BS” security to devs. We’re happy to welcome Henri Tilloy from Singular.vc on board, who is again joined by Notion Capital and Connect Ventures. This round come...... читать далее

Разработка dev.to 1 мая 2024 г. 14:00

Last month, I read an article from Max Rohde titled "Death by Cloud or How to Build Brittle Systems". It contained some common complaints about the challenges of working with emerging, ever-changing technology, with a focus on serverless in particula...... читать далее

serverless aws progress

Разработка dev.to 17 апреля 2024 г. 16:11

The world of internet services is booming. Banks, car dealerships, even your favorite grocery store around the corner – everyone is going online. The competition between web platforms has never been this intense. And as businesses fight for a digital...... читать далее

webdev testing

Разработка dev.to 16 апреля 2024 г. 11:53

Fintech testing refers to evaluating and verifying the functionality, reliability, and security of financial technology (fintech) systems and applications. It involves conducting comprehensive assessments to ensure that fintech solutions meet the des...... читать далее

webdev testing challenge

Разработка dev.to 16 апреля 2024 г. 1:43

Large language models (LLMs) have become increasingly common in various applications, including virtual assistants and chatbots. While these models have remarkable capabilities, they also introduce potential vulnerabilities that need to be addressed...... читать далее

machinelearning ai python chatgpt

Разработка dev.to 15 апреля 2024 г. 13:56

What is an Express Server? Express is a node js web application framework for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application. It's a layer built on top of the Node js that helps manage s...... читать далее

node javascript postgres webdev

Разработка dev.to 13 апреля 2024 г. 18:55

Unlocking the Potential of UPI: A Comprehensive Guide to India's Digital Payment Marvel In the bustling streets of modern India, a silent revolution is underway - one that is reshaping the way people transact money, thanks to the Unified Payments In...... читать далее

systemdesign architecture upi

Разработка dev.to 11 апреля 2024 г. 17:17

Simplifying Payment Acceptance In the ever-evolving terrain of digital content creation, a unique segment of creators stands out for their specialized approach to engaging audiences. These individuals leverage digital platforms, from subscription-b...... читать далее

payments fintech contentcreators rapyd

Разработка dev.to 11 апреля 2024 г. 11:28

E-commerce has become a colossal arena where businesses compete to provide superior online shopping experiences. At the core of this revolution, payment gateways facilitate smooth and secure transactions. This article delves into the indispensable ro...... читать далее

payment emarket fintech

Разработка dev.to 10 апреля 2024 г. 8:29

In today's API-driven world, real-time communication and automated workflows are essential. Webhooks offer a powerful mechanism to achieve this by enabling APIs to proactively trigger events and notifications based on specific actions. This blog delv...... читать далее

webdev javascript discuss api