Amexis

Engineering Insights

Expert engineering perspectives on building mission-critical systems. No fluff—just technical depth from engineers who've shipped real software.

AmexisAmexis Team
Company CultureMar 30, 2026

Happy Birthday, Amexis! 20 Years in the Mountains with the People Who Make It All Worth It

Amexis celebrated its 20th birthday with a teambuilding weekend in Kovachevitsa and Leshten — hiking, a custom song, and pure team joy.

Happy Birthday, Amexis! 20 Years in the Mountains with the People Who Make It All Worth It
AmexisAmexis Team
Food TechMar 20, 2026

EU Farm to Fork Strategy: What It Means for Food Tech

The EU's Farm to Fork Strategy is forcing food traceability systems to mature from simple lot-tracking databases into sophisticated digital ecosystems. Here's what engineers need to know about EPCIS 2.0, GS1 Digital Link, and building systems that scale with regulation.

EU Farm to Fork Strategy: What It Means for Food Tech
AmexisAmexis Team
Company NewsMar 9, 2026

20 Years, 20 Peaks: How Amexis Grew by Climbing Higher Together

On March 28, 2026, Amexis turns 20. To mark the occasion, our team of 28+ engineers is climbing 20 mountain peaks throughout the year.

20 Years, 20 Peaks: How Amexis Grew by Climbing Higher Together
AmexisAmexis Team
AI & DevelopmentFeb 18, 2026

Test-Driven Development with AI Tools: A Practical Guide

Test-Driven Development has long been recognized as a powerful methodology for producing reliable, maintainable code. AI coding assistants introduce new possibi

Test-Driven Development with AI Tools: A Practical Guide
AmexisAmexis Team
AI & DevelopmentFeb 2, 2026

Essential AI Tools for Visual Studio: Enhancing Your Development Workflow

Visual Studio has long been the IDE of choice for enterprise development, and the emergence of AI-powered coding assistants has elevated it to new heights of pr

Essential AI Tools for Visual Studio: Enhancing Your Development Workflow
AmexisAmexis Team
AI & DevelopmentJan 19, 2026

Methodology Design for AI-Assisted Enterprise Projects: A Framework for Expert-Led and Discovery-Driven Teams

The integration of AI tools into software development workflows represents more than just adding another tool to your stack—it fundamentally changes how teams p

Methodology Design for AI-Assisted Enterprise Projects: A Framework for Expert-Led and Discovery-Driven Teams
AmexisAmexis Team
AI & DevelopmentJan 5, 2026

Best Practices for Coding with AI: A Professional Guide

The integration of AI assistants into software development workflows has transformed how we write, review, and maintain code. However, maximizing the benefits o

Best Practices for Coding with AI: A Professional Guide
AmexisAmexis Team
Company NewsApr 17, 2025

Happy Easter from Amexis

As spring blossoms around us, the team at Amexis would like to extend our warmest Easter wishes to our incredible clients, dedicated employees, and valued pa

Happy Easter from Amexis
AmexisAmexis Team
Company NewsFeb 25, 2025

Celebrating Innovation and Collaboration at Amexathon 2025!

Last week, our internal hackathon, Amexathon, brought together our colleagues to innovate, collaborate, and create. With four teams and four incredible projects

Celebrating Innovation and Collaboration at Amexathon 2025!
AmexisAmexis Team
Company NewsFeb 20, 2025

Amexathon Kicks Off!

🚀 Innovation is in the air! Today marks the start of our exciting Amexathon - internal hackathon, where four dynamic teams have embarked on a two-day journe

Amexathon Kicks Off!
AmexisAmexis Team
Company NewsFeb 13, 2025

Amexathon 2025

🚀 Exciting News: Amexathon 2025 is Taking Off! We're thrilled to announce our first-ever internal hackathon - Amexathon 2025: Think Big, Build Fast, Achieve Mo

Amexathon 2025
AmexisAmexis Team
Company NewsDec 20, 2024

Merry Christmas and Happy New Year!

In an old tradition, everyone in Amexis is going on holiday until next year. Also by tradition, on the last day of work we have a Christmas meal to celebrate a

Merry Christmas and Happy New Year!
AmexisAmexis Team
C# DevelopmentNov 7, 2024

C# tips and tricks – part 5

yield in C#The yield keyword in C# simplifies the creation of iterators. It allows you to return elements one by one from a collection without having to manuall

C# tips and tricks – part 5
AmexisAmexis Team
C# DevelopmentOct 17, 2024

C# tips and tricks – part 4

Primary Constructors in C#C# is continuously evolving to offer more convenient ways to write clean and readable code. One of the upcoming features planned for f

C# tips and tricks – part 4
AmexisAmexis Team
Company NewsOct 10, 2024

The Guide to Becoming a Microsoft-Certified Developer: How to Pass Your AZ-204 Exam

Have you ever wondered if an Azure Developer associate-level certificate (AZ-204) is worth obtaining or perhaps you have already decided to pursue it but don't

The Guide to Becoming a Microsoft-Certified Developer: How to Pass Your AZ-204 Exam
AmexisAmexis Team
C# DevelopmentOct 3, 2024

C# tips and tricks - part 3

Static using declarations in C#In C#, static using declarations are a convenient way to access static class members directly without having to specify a fully q

C# tips and tricks - part 3
AmexisAmexis Team
C# DevelopmentSep 26, 2024

C# tips and tricks - part 2

Switch property patternSwitch property pattern allows you to check the values of one or more properties of an object directly in the switch expression without h

C# tips and tricks - part 2
AmexisAmexis Team
C# DevelopmentSep 19, 2024

C# tips and tricks - part 1

C# is a powerful and widely used programming language, but there are often techniques and tricks that are not so well known and can greatly improve the performa

C# tips and tricks - part 1
AmexisAmexis Team
Cloud & DevOpsAug 22, 2024

Azure Functions Introduction

A practical introduction to Azure Functions — build serverless, event-driven applications on Microsoft Azure with .NET. Covers triggers, bindings, and real-world use cases.

Azure Functions Introduction
AmexisAmexis Team
Cloud & DevOpsAug 6, 2024

Streamlining Multi-Cloud Management with Terraform: A Beginner's Guide

What is Terraform?Terraform is an open source tool that uses a declarative language called HashiCorp Configuration Language (HCL) to define the desired state of

Streamlining Multi-Cloud Management with Terraform: A Beginner's Guide
AmexisAmexis Team
Company NewsJul 18, 2024

Amexis Certified Experts

Meet the certified experts at Amexis — Microsoft, AWS, and Azure certified engineers delivering enterprise-grade solutions with proven expertise and continuous learning.

Amexis Certified Experts
AmexisAmexis Team
Software EngineeringJul 5, 2024

Expose Your Localhost to the World

Nowadays, developers often need to expose their local development environment to the web. This can make it easier to share work with clients or colleagues, test

Expose Your Localhost to the World
AmexisAmexis Team
Software EngineeringJun 27, 2024

Host ASP.NET Core on Linux with Nginx

Today we are going to tell in more detail how to host an ASP.NET Core application on Ubuntu (open source Linux distribution) using Ngninx. Before that, let's g

Host ASP.NET Core on Linux with Nginx
AmexisAmexis Team
Software EngineeringJun 13, 2024

test Web APIs directly in Visual Studio

.http file editor provides an easy and convenient way to test Web APIs directly in Visual Studio

test Web APIs directly in Visual Studio
AmexisAmexis Team
Engineering CultureMay 31, 2024

Weird interviews

Quite often we get feedback that our interviews or the questions we ask are "weird".  We all know that when we hire a new person, it inevitably affects the a

Weird interviews
AmexisAmexis Team
Cloud & DevOpsApr 12, 2024

Best practices for managing AWS account

With the growing use of cloud technologies like Amazon Web Services (AWS), security and proper management of the primary account are critical for organizations

Best practices for managing AWS account
AmexisAmexis Team
Company NewsMar 29, 2024

Amexis turned 18!

Amexis came of age. What does this mean? What is a company? It is our understanding that it's the sum total of everyone who works or has ever worked for it, the

Amexis turned 18!
AmexisAmexis Team
Cloud & DevOpsMar 14, 2024

AWS Serverless Applications

What is AWS Serverless? AWS Serverless is a set of services provided by Amazon Web Services (AWS) that allow developers to create and run applications w

AWS Serverless Applications
AmexisAmexis Team
Quality AssuranceMar 1, 2024

Automated Testing in Amexis: Overview

Software testing is an important activity in software development that is performed to make sure that the software works as expected and meets the specificatio

Automated Testing in Amexis: Overview
AmexisAmexis Team
Cloud & DevOpsFeb 14, 2024

CIS AWS Foundations Benchmark v1.2.0.

Our team successfully met the CIS AWS Foundations Benchmark v1.2.0. It is a set of standards and guidelines proposed by the Center for Internet Security (CIS) t

CIS AWS Foundations Benchmark v1.2.0.
AmexisAmexis Team
Company NewsJan 10, 2024

Take a look at our brand new site!

Looks good, isn't it! I would rather say: Hey! It looks kind of slick! :) Have a good day, guys!Please don't hesitate to contact us if you want to find out more

Take a look at our brand new site!