Remove Case Study Remove Microservices Remove Software Development Remove Software Review
article thumbnail

Latest Software Architecture Books That Will Be Presented at GSAS 2023

Apiumhub

As the organizers of the GSAS 2023 , we take pride in continuously monitoring new releases of software architecture books to extend invitations to their authors for our event. What’s even more exciting is that some of these authors will be generously raffling off copies of their software architecture books to our attendees!

article thumbnail

Interesting facts about software development: statistics 2018

Apiumhub

To get the full report with Interesting facts about software development, click here. Sneak peek: interesting facts about software development. As we all know, software development is a fast-changing field. Almost every year we see new languages, software architectures, containers, methodologies, etc.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Financial software development: your guide to fintech in 2024 and beyond

Agile Engine

If you’re looking to engage a financial software development company to build your own fintech app, stop and read this first. Table of contents Key takeaways Introduction What is fintech software development? What is fintech software development?

article thumbnail

TDD example in software development (Part I)

Apiumhub

After a while thinking about what type of TDD article to write about and, since there are many of them and very good theoretical ones (written by influencers in the world of software development), I have chosen to develop a mini-project while explaining the key points of the development of the application, basically giving you a TDD example.

article thumbnail

7 Benefits of Using GitHub

Apiumhub

If you are in the software development industry , then, most likely you have been using GitHub, a repository hosting service for Git that also has a web-based graphical interface. In today’s fast-paced and collaborative world of software development, having the right tools at your disposal can make all the difference.

article thumbnail

Monolithic vs Microservices Architecture: Which Option is Right for Your Enterprise

Openxcell

Introduction Ask any software developer and they will tell you that markets will be taken over by Microservices very soon. Microservices architecture of software is all the rage for its adaptability and ease of maintenance. In layman’s terms, it adopted Microservices architecture.

article thumbnail

TDD: primitive obsession ( part 3 )

Apiumhub

Last month we talked about TDD example in software development ( part 1 ) and TDD first cycle ( part 2 ). In this new TDD and primitive obsession article, we will focus on removing duplication and reinforcing the constructors of our entities, something key to have a robust system. TDD: primitive obsession.