Scaling FinTech with TypeScript
Team scaling with TypeScript

Scaling FinTech with TypeScript

FinTech is one of the most competitive landscapes in the world of startups I have ever seen.

There are mobile-first banking, predictive insurance services, blockchain-based crowd-investment platforms, etc. All of them have one thing in common. We are re-inventing the oldest industry in the human history: The Circulation of Money.

Building a modern financial service like a mobile bank makes you become vigilant and aggressive. We are in a fierce competition on every corner. Traditional banks, regulators, other FinTech players fight with you for every single user.

With a heavily regulated business environment and aging legacy banking, technology is something we use as an unfair advantage to win the battle.

I recently took VP Engineering job at Kontist following a vision to combine accounting automation and tax claiming on top of the business account. Which would make the life of freelancers much easier?

The very first mission I have got from the management was speed. Or velocity as we call it among developers.

How to increase number of features without hiring more developers?

There are two common tactics to solve this issue.

  • Build functional teams.
  • Introduce Micro-service software architecture.

Kontist has done this very well and the engineering department is split into business-related squads. And all 3rd party integrations and services: Invoice Management, Bookkeeping, Tax Declaration application are served via APIs which is built by the Data Squad.

So we needed to dig for speed deeper in the Engineering structure and Back and Front End code writing was at stake.

Kontist is one of the few FinTech companies to have a single language application which means one programming language for everything.

Front End: JavaScript/Reactjs

Server Side: Node.js

Mobile Devices: React Native.

JavaScript vs TypeScript

I hear often: "Back end front technology doesn’t affect your feature velocity". Well it does if you suddenly deal with 50 Engineers working in different teams on different repos which constantly depend on each other. You start gaining speed by having higher quality code and less bugs. And here TypeScripts comes into play as a very good example.

I am not going to evangelize any advantages or brag about how cool this language is. Let me be crystal clear. From the user’s point of view, there is absolutely no difference because TypeScript code is not understandable by the browsers! That's why if the code is written in TypeScript then it is compiled and converted i.e. translate the code into JavaScript.The above process is known as Transpilation. With the help of JavaScript code, browsers are able to read the code and display. So users see the plain JavaScript.

So... where is the trick with velocity?

TypeScript always point out the compilation errors at the time of development. It’s better for the compiler to catch errors than to have things fail at runtime.

Types have a proven ability to enhance code quality and understandability. Large teams (Google, Microsoft, Facebook) have continually arrived at this conclusion.

Types increase your agility when doing refactoring. Which we are doing continuously.

Types are one of the best forms of documentation you can have. With a lack of time to produce documentation. Types could prevent you from guessing what type of data you are dealing with.

There are more developer-related differences between JavaScript and TypeScript but I would highlight the most important one for team and engineering scaling: Static typing is a feature that detects bugs as developers write code. This allows developers to write more robust code and maintain it, resulting in better, cleaner, less buggy code.

If you are interested in finding out more. We are hosting regular meetups where we talk about best practices on using TypeScript, GraphQl or other interesting stacks for FinTech Technologies.


Hit the like button or simply join our meetup group. https://www.meetup.com/TypeScript-Berlin/

And of course post perks. Kontist Premium account (without credit card) 12 months free + 50 Euro sign up bonus. https://bit.ly/freekontist

要查看或添加评论,请登录

Sergiej Soft (Rewiakin)的更多文章

  • The Rise of Nano Services. Wake-up Call for SaaS?

    The Rise of Nano Services. Wake-up Call for SaaS?

    Have you seen the NVIDIA stock drop today? Wonder Why? Innovation in artificial intelligence continues to accelerate…

    4 条评论
  • Hosting the worlds biggest pushups meetup

    Hosting the worlds biggest pushups meetup

    After a decade of scientific experiments, we seem to find a way to keep our users fit. The secret is damn simple -…

    2 条评论
  • Is Freeletics for fir or lazy?

    Is Freeletics for fir or lazy?

    Live begins after 40?! We have heard that many times. But I did not like how I felt, didn't I like how I looked and…

  • Free Coders Guild 2060

    Free Coders Guild 2060

    Sky was in the Flow for almost 12Hours. The time was not playing in his favor.

  • How we built Kontist - Tax Service in a "Week Sprint"?!

    How we built Kontist - Tax Service in a "Week Sprint"?!

    Problem Berlin is full of FinTech companies that fight for users with USPs of all kinds of USPs. Several years ago it…

    12 条评论
  • I want my kids to fly...

    I want my kids to fly...

    I don't know how do you feel about SpaceX manned mission to send people to space? I definitely was very excited. Not by…

  • Kontist goes Graph

    Kontist goes Graph

    Our new Open GraphQL API is ready We at Kontist believe that you should be in control of your own money. That's why we…

  • Can't find one - make one!

    Can't find one - make one!

    In the last few years in FinTech, I could not find a good quality conference with Engineering and Technology play a…

  • New Year Resolutions (Engineering)

    New Year Resolutions (Engineering)

    There is a very effective way to achieve your goals or targets. Just set a tangible yet ambitious goal for a specific…

  • FinTech - Basics of Quality Assurance

    FinTech - Basics of Quality Assurance

    The fight for excellence starts and stops at your QA processes. The trade-off between quality and price does not exist…

社区洞察

其他会员也浏览了