top of page

Amexis News


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 get familiar with Nginx and what it is. Nginx is a popular web server known for its high performance, stability, rich features and easy configuration. It was created by Igor Sisoev and was originally released in 2004. Since then, Nginx has become one of the most used web servers in the world. Key features of Nginx : Ser
Jun 27, 20243 min read
Â
Â
Â


.http Files in Visual Studio
.http file editor provides an easy and convenient way to test Web APIs directly in Visual Studio
Jun 13, 20242 min read
Â
Â
Â


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...
May 31, 20242 min read
Â
Â
Â


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. The AWS primary account is the central point for managing all resources, policies, and access across the cloud infrastructure. For this reason, implementing security and management best practices is critical to preventing potential security incidents and maintaining data integrity and security. This chapter is going t
Apr 12, 20242 min read
Â
Â
Â


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...
Mar 29, 20241 min read
Â
Â
Â


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 without having to manage servers or infrastructure. The system is based on a "pay-as-you-go" model, where users only pay for the use of resources without dealing with operational tasks such as scaling, security management and maintenance. The main features of AWS Serverless: Auto Scaling: AWS Serverless automatically scales ba
Mar 14, 20243 min read
Â
Â
Â


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 specifications and requirements. Testing helps to reduce the number of bugs in the software and ensure high reliability and quality. In our project, we try to apply as many and different tests as possible. We have successfully implemented Unit tests, Load tests, Manual tests, Mobile application tests and automated testing. In this
Mar 1, 20245 min read
Â
Â
Â


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...
Feb 14, 20241 min read
Â
Â
Â
bottom of page