Remove Architecture Remove Case Study Remove Scalability Remove Software Review
article thumbnail

Code Review Services from Senior Architects

Mobilunity

This kind of code is critical for your end product, and it’s unattainable without professional source code review services. From this article, you’ll learn how to employ a code reviewer or hire QA tester. A code auditor can also help you identify security violations and errors in architecture design.

article thumbnail

15 Software architecture newsletters that are worth your subscription

Apiumhub

Apiumhub team’s favourite software architecture newsletters — from career path tips to recommendations, case studies, books, events and interviews with leading software architects. . So you want to keep a close eye on software architecture? 15 best software architecture newsletters to follow .

Insiders

Sign Up for our Newsletter

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

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

Sacrificial architecture

Apiumhub

One of the toughest decisions your software development team may face as you scale is deciding between keeping your current codebase and rebuilding on a new software architecture. Wait, but what is sacrificial architecture? Many companies work on sacrificial architecture strategically. What would you say?

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

TDD First Cycle ( part 2)

Apiumhub

Let’s continue with our series of TDD articles, in the first part we looked at the theory behind the TDD and Unit Testing. In this second part, TDD First Cycle , we begin to develop our application, an application of notes where a user can write notes and everything that comes to our mind. TDD First Cycle.

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.