Software Maintenance Services
We help you to reduce time to market, optimize development workflows, and improve end-product quality.
Get your project on track and reach your goals with our project rescue services.
START YOUR PROJECT RIGHT NOW! CONTACT US >
Why Choose Our Services
This is how we do it
We are experts in AWS
We are especially good at scalable AWS based systems, from Front end SPAs in Angular, React; Cross platform mobile in Xamarin, Ionic, to backends with Docker, Serverless, Lambdas, Node, Python and Java.
We provide high quality App, Web and full system architecture and development, always via the best practices and with security as the backbone of every single project we do.
Our guarantees assure a smooth journey to the Cloud.
This is how we do it
With Passion and Expertise
Unimedia Technology has in place a stringent recruitment process, where only the highest-skilled make the team. Our software engineers all have extensive experience, with impressive portfolios featuring trendy startups as well as enterprises like Tripadvisor, Sony, Intel and BMW to name a few.
Our team members are passionate about what they do, which is why they do it so well. Always keen to challenge themselves and with fingers on the pulse of current market trends, our engineers are at the forefront of cutting-edge technology and experts in their fields, fully-equipped to provide high-quality software solutions for projects of any size.
We are experts in AWS
Our Amazon Certified Solutions Architects has a wealth of experience providing solutions through cutting edge AWS Cloud based applications.
We are especially good at scalable AWS based systems, from Front end SPAs in Angular, React; Cross platform mobile in Xamarin, Ionic, to backends with Docker, Serverless, Lambdas, Node, Python and Java.
We provide high quality App, Web and full system architecture and development, always via the best practices and with security as the backbone of every single project we do.
Our guarantees assure a smooth journey to the Cloud.
Security
Data Security is the backbone of all Unimedia Technology projects
From front to back, the following security systems apply:
1. User Login Credentials
Access to the portal based in User name and password. AWS Cognito service protects and validates credentials. Passwords are encrypted and protected by AWS Cognito, never readable directly. The password recovery mechanism in case the user forgets, uses links and temp passwords, it will never send the original credentials back to the user by email. Cognito also offers Multi factor authentication.
2. Server Verified
We use a Server Certificate to validate the authenticity of the domain / portal the users are on. The user’s browser will display the lock to inform they are in a trusted secure site.
3. TLS Encrypted
All the data exchanges between the browser and the servers is done over Transport Layer Security (TLS), which does a key exchange via a secure handshake process and uses this key for async encryption of all the data interchange.
4. AWS Datacenter Security
AWS is responsible for part of the security of their cloud, which includes all the physical and environmental controls, and
Unimedia Technology is responsible for the security in the application and platform layer.
Here we leverage AWS ’s security muscle, which is rigorously applied to their Datacentres.
Amongst the several standards, AWS adopts Centre for Internet Security (CIS), which includes CIS-CAT-Pro, CIS Benchmark and CIS Controls, all built into AWS Security Hub, in addition to the AWS NIST compliance.
5. Web Application Firewall (WAF)
At this point, the AWS Firewall inspects the incoming requests for common threads and only allows those from the internet to the SSL port 443.
The Load balancer then distributes the load across the active servers and spawns new servers if there is a peak of traffic, using an autoscaling policy.
6. Server Firewall
The server instances have a firewall that will only accept incoming network traffic from the Load balancer on a specific network port.
7. Security Updates
The Application server instances are maintained to contain the latest security patches. Inside the servers, security modules run like ModSecurity from Apache which looks for common threads.
Access to these servers by the team staff is tightly controlled by AWS IAM (Ident and Access Management).
At application tier, controls based on JWT tokens validate which users can access which APIs.
8. Database Tier Firewall
The database servers are behind a firewall that only accepts incoming traffic originated from the Application Servers on a specific port.
9. Secure Subnet
The database servers are physically located in a different subnet from the Application servers, and this subnet has no external internet access.
It is a network security architecture sometimes referred as DMZ or Perimeter network, a layer of protection for private resources from intrusion.
10. Database Tier Firewall
The database servers encrypt all the data at rest using AES 256 encryption algorithm.