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


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