michaela-damm.jpg
blocshop
September 25, 2020
0 min read

Technologies you should use to build microservices architectures

What technologies should you use to build microservices architectures?.jpeg

What does microservices architecture mean?

Microservices architecture is a way of designing applications that uses independent modules. Each microservice is small, focused on its own functionality, and only deals with one aspect of the application. This approach makes microservices easy to change or fix. Microservices are faster to develop, test, deploy, and scale independently.

Microservices are rapidly becoming the preferred approach for building systems and applications, replacing the monolithic approach that relied on a huge, ever-growing, and self-contained codebase. Up until a few years ago, monoliths were just the way it was done, but that has been changing as companies realize the benefits of breaking up their projects into microservices.

Even giants like Netflix, Amazon, eBay, and Spotify rely on microservices. You’ll be in good company.

Check out our blog post Microservices or monolithic – which is better? for more about the clear advantages of microservices.

What languages work best for microservices?

Blocshop uses the following languages when we’re implementing microservices for our clients: .NET Core, Node JS, Java, Python, C++

Each language has advantages and champions. For instance, we’re especially fond of .NET, but our team can adjust to any environment and requirements.

Remember that the microservices approach means that you can use whatever language is right for the task. You can use Node JS for one component, Python for another, and .NET for the rest. Or any combination that works.

We won’t confuse you with too much technical detail, but let’s look at each language in turn, so you can start to get a sense of what might be right for your project.

.NET Core

The cross-platform .NET Core (not to be confused with the .NET Framework, which is Windows-only) enables you to make use of an established and reliable language that is maintained and supported by Microsoft. .NET is well suited to microservices, because external applications don’t have to be redesigned before it will accept input from them.

Microsoft has made sure that .NET plays very nicely with Docker, which is now the industry standard system for keeping components contained but able to communicate. .NET also includes APIs (application programming interface) that make it easier to get those components talking to each other 🥰

And if you want to take advantage of the cloud, Microsoft maintains Azure, a secure, stable platform focused on allowing you to build, test, deploy, and manage your application across Microsoft data centers throughout the world. While language and platform-independent, Azure is particularly suited to .NET and even offers a hybrid approach so that you can run some modules in the cloud while keeping other microservices on-premises.

Node JS

The word “node” might tip you off that Node JS was originally designed to make it easy to build microservices, with separate “nodes” working together. The JS refers to JavaScript, which Node JS supports natively, utilizing the V8 JavaScript execution engine initially built for Google Chrome. In the ten or so years that it has existed, Node JS functionality has grown, with thousands of open-source libraries hosted on the npm website. That can save a lot of time and money, as sometimes the module you need can be deployed with only minimal additional development.

Java

Java has been around for well over 20 years and is often taught in Computer Science courses. It will run on almost any operating system and lots of the apps you use on your phone or tablet will have been written in Java. It’s easy to read, stable, and there are lots of excellent developers familiar with the language. So Java is tried and tested, but how does it fit with microservices? There are plenty of Java microservices frameworks (e.g. Spring Boot, DropWizard, Spark, Restlet), so it can be worthwhile considering such a popular language if it fits the task. It’s worth noting that Netflix powers billions of content requests every day with Java-driven microservices architecture 💪

Python

Python is easy to learn and is also taught in many universities, so it’s no surprise that it comes in as a close second to Java in terms of popularity among developers. It can be slower than Java in some cases, but in others, it will be the best choice because it allows for rapid prototyping and development. Like Java, it has lots of established frameworks suitable for designing microservices (e.g. Flask, Django, Falcon, Bottle) and plenty of open-source libraries.

C++

Complex, fast, efficient, and flexible, C++ is an old-timer that has been used in programming since the 1980s. Many legacy systems (including some of the ones Blocshop has converted from monoliths to microservices) were built in C++. But that doesn’t mean that there’s no place for this language in microservices. Some very tightly focused modules can benefit from the speed increases and low overheads.

How Blocshop can help you choose the right technology… and more

Now that you’re familiar with some of the languages used in microservices, we’re going to remind you again that microservices don’t necessarily care which language is used. It depends on the project. One of the core advantages of a microservices architecture is that you can use a range of different technologies to create your application or system. Each module can use a different language but communicate efficiently and reliably with the other modules.

When you decide to take the step towards microservices, you need a reliable partner with the commitment you need to complete the project. You also need a partner with the proven expertise to choose the right language and technology. Blocshop has implemented microservices for corporate clients such as Austrian Erste Bank, Irish-based wealth management startup Argeau, and we have a long-standing engagement with BCC in the Netherlands. We used .NET with Azure deployment to rewrite the BCC checkout process and are currently involved in migrating their legacy e-commerce systems to microservices.

If you want to explore how microservices can help your business, contact us today. We can explain your options and give you a project estimate.

Free ebook: From monolith to microservices

From monolith to microservices (ebook): How to break a monolith application into microservices.png

Learn more from our insights

hybrid ERPs.png
March 21, 2024

Hybrid ERP: An Innovative Approach to Enterprise Resource Planning

Hybrid ERP is a blend of cloud and on-premise solutions. With expertise in both, Blocshop is uniquely positioned to help you with hybrid ERP development and implementation.

0-4 cover.png
October 03, 2023

IT Staffing: Individual Hiring vs. Specialized Developer Teams

Should you hire individual developers or go for a specialized, custom-built developer team?

chatgpt-35-limitations.jpg
July 17, 2023

ChatGPT-3.5: An Overview and Limitations

In this article, we'll take a closer look at the capabilities and limitations of ChatGPT-3.5, providing you with a comprehensive overview of what it can do and what its boundaries are. So, let's delve into the inner workings of this large language model.

gpt4 vs gpt3-5 and the key differnces.png
June 15, 2023

A Deep Dive into GPT-4 vs GPT-3.5 Differences and Ability to Revolutionize Software Development

There are key differences between ChatGPT-3.5 and ChatGPT-4 that software developers and companies procuring software solutions alike should be aware of. Let's see how these differences affect the output generated by these models on specific examples.

ai-development-cto-2023.jpg
May 09, 2023

AI-powered software development: What CTOs need to know in 2023

As technology continues to evolve at a rapid pace in 2023 and beyond, CTOs must stay ahead of the curve by utilizing predictive analytics, automated testing processes, and deployment solutions.

ai-web-development.jpg
May 05, 2023

How Artificial Intelligence is changing web development

AI technology is now being used in many different industries, including web development. It’s important to understand the impact that AI can have on web development as it can help companies to create more efficient and user-friendly websites.

cto-ai-software-development.jpg
May 05, 2023

How AI-powered software development is changing the role of the CTO

As AI-powered software development becomes increasingly commonplace, CTOs must prepare themselves to take on a new set of responsibilities that require more than just technical know-how.

build-mvp.jpg
April 17, 2023

How to build a minimum viable product (MVP)

The MVP is the version of a new product that allows Blocshop and your team to collect the maximum amount of validated learning about customers with the least amount of effort. The essence of your core idea is delivered as a barebones solution. The solutions is, however, sufficient for usage by early adopters. As a product, it has tangible qulities that express a look and feel.

ai-tools-developers.png
March 21, 2023

10 AI tools for developers you should know about in 2023

For developers, programmers, and data scientists, AI coding solutions can free up thinking time, allowing such professionals to focus on the fundamentals of their projects, and complete such projects much faster.

web-app-ideas.png
February 14, 2023

17 Ideas for Web Apps in 2023

Gazillions of web apps and ideas for web apps are floating around the metaverse - so creating one that properly represents a unique brand is a huge challenge. Our list provides a number of areas of simple app ideas to help businesses transform their online presence through a web app.

Top 15 micro-SaaS ideas for your startup in 2023.png
December 06, 2021

Top 15 micro-SaaS ideas for your startup in 2022

What exactly do we mean by micro SaaS? Micro Saas solutions use a web browser or mobile app interface. Micro SaaS solutions usually come about through the effort of an individual or very small team. It aims to solve precise problems. Micro SaaS projects have small budgets and overhead. Customers use Micro SaaS solutions on a monthly or yearly subscription basis. Micro SaaS projects target a small niche of the consumer market.

Software engineer hourly rates in 2021 (based on experience and location).png
November 22, 2021

Software engineer hourly rates in 2022 (based on experience and location)

Region influences salary more than any other factor. Taxes rates, cost of living, and government benefit programs affect the rates software developers charge. Software developers in the USA  and Canada earn more than software developers in other countries.

The best programming languages for app development in 2022.png
November 15, 2021

The best programming languages for app development in 2022

Software developers usually have three main ways to create an app. They can choose to code a native app, a hybrid app or a progressive web app. Developers create native apps to function on one specific platform, usually either iOS or Android. They create these apps using Swift or Objective C for iOS. For Android they use C++, Kotlin or several other languages. 

Cross-platform mobile app development: Tools & frameworks for 2022.png
November 09, 2021

Cross-platform mobile app development: Tools & frameworks for 2022

The cross-platform development project aims to create apps compatible with several operating systems. Cross-platform apps work on iOS, Android, and Windows. Cross-platform apps look and feel like apps developed specifically for the operating system.

App development cost breakdown in 2022.png
November 08, 2021

App development cost breakdown in 2022

Your business needs an app, but you aren’t sure about the cost of creating an app. Without some figures, you can’t even begin to estimate the potential budget, so let’s get you sorted with the information you need to make your app a reality.

unnamed.png
November 04, 2021

Web app development: a detailed guide

The best web apps give a responsive and engaging user experience through a browser instead of a single application. Think of web app development as a super-charged website. Web apps have many features of mobile apps coded for iOS or Android without the need to code for specific platforms. Developers create web apps using HTML, javascript, Python and CSS.

15 useful web app development tools for 2021.png
October 29, 2021

15 useful web app development tools for 2022

Web development vs app development: Choose the best for your business.png
October 19, 2021

Web development vs app development: Choose the best for your business

Outsource web development in 2021 and beyond: benefits & tips.png
October 15, 2021

Outsource web development in 2021 and beyond: benefits & tips

8 IT outsourcing trends in 2022.png
October 11, 2021

8 IT outsourcing trends in 2022

More and more firms choose to outsource their IT operations and functions. IT outsourcing grows each year. The Gartner report announced that firms spent $3.8 billion dollars on IT outsourcing in 2019. They expect that the trend will continue. Companies aiming for digital transformation need partners and tools. They need tools that they cannot build in-house with speed and accuracy.