top of page

Technology Insights & Software Development News


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 webhooks, or access a local service from a remote device. Here's a comprehensive guide to the tools and techniques available for exposing your local server to the world. Why expose your local server? Exposing your local server to the Internet can be useful for: Sharing development progress: you can easily show the cur
Jul 5, 20242 min read


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


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
bottom of page