March 2023 Summaries
2 posts from Bump
Filter
Month:
Year:
Post Summaries
Back to Blog
Memo Bank, established in 2017 to cater to Small and Medium Businesses (SMBs), has carved a niche by offering a tech-driven banking experience tailored to the unique requirements of these enterprises. Under the leadership of Jérémie Martinez, the engineering team has developed a sophisticated Core Banking System (CBS) and a robust API ecosystem that includes both public and partner APIs, adhering to regulations like PSD2. Their code-first approach, leveraging OpenAPI 3.0 and tools such as JaxRS and RestEasy, ensures automated and elegant documentation, crucial for their clients who need seamless banking operations. The bank's use of event-driven APIs with technologies like Kafka and ActiveMQ enhances traceability and auditing capabilities. With support from Bump.sh, Memo Bank has streamlined its API documentation process, integrating it with GitLab to facilitate efficient change management. The bank's journey from acquiring a banking license from the Banque de France in 2020 to launching their service showcases their commitment to redefining banking for SMBs, standing apart from traditional banks and FinTechs focused on larger businesses or individuals.
Mar 14, 2023
1,025 words in the original blog post.
In software engineering, documentation is often overlooked but plays a crucial role in helping users understand and utilize an API effectively. Good API documentation helps users maximize the value of the software, prevents misuse, and contributes to establishing a strong user base. However, keeping documentation up-to-date can be challenging. To simplify this process, various API documentation tools are available, such as SwaggerUI, ReDoc, ReadMe, apiDoc, Postman, and Bump.sh. These tools offer features like automatic generation of documentation based on an OpenAPI Specification (OAS), customization options, community support, and pricing plans to suit different needs.
Mar 09, 2023
2,274 words in the original blog post.