Software product engineering specialist 99X Technology saw top-line performance growth of 50% year-on-year for the financial year ended 31 December 2019, a strong close to a year that saw organisational growth across the board. The top-line increase is mainly attributed to recurrent customers, with 75% of revenue generated from existing customers, who showed strong sentiment […]
Category Archives: Blog
Nowadays, Serverless and Cloud-Native Microservices based applications are very popular. In the context of Java, you may experience that it is just too slow to boot up to use in a Serverless framework and for microservices. Also, processes are consuming more and more memory without any awareness of the memory limitations of the container. These […]
One of 10 companies to be awarded by Great Place To Work Institute Sri Lanka Software product engineering specialist 99X Technology became one of 10 companies to be ranked as a Best Workplace for Women for 2019, a testament to its continuing efforts to be an equal opportunity employer and create opportunities for all. […]
Winner of the technology sector on the 2019 index of Sri Lanka’s most esteemed corporates A strong focus on corporate excellence and dynamism by software product engineering specialist 99X Technology was reiterated as it was recognized as one of LMD’s top 100 Most Respected Entities for 2019 by LMD on its annual survey, conducted […]
Ranked on the regional index for 2019 as well, as a Best Workplace in Asia for a third year Creating an open and authentic workplace has been a top priority for 99X Technology from day one, and their efforts were once again lauded as they were named a Best Workplace in Sri […]
Award-winning software company strengthens its ranks with Nelna Group CEO and CodeGen VP Software product engineering specialist 99X Technology announced the appointments of Nelna Group of Companies Group CEO Sherman Gunatillake as Chief Financial Officer and CodeGen International Vice President – Operations Damitha Jayasinghe as Chief People Officer. The two appointments to its senior […]
Xamarin is a cross-platform mobile application development framework which uses .NET ecosystem. The key advantages of Xamarin are, – Ability to create fully native user interfaces, as well as a cross-platform UI toolkit called Xamarin.Forms – Application logic can be reused by making a shared .NET project. – There are C# class mappings for all […]
SpringBoot is a famous framework for developing microservices these days. But there are few things you need to know when you are testing things written with SpringBoot. For instance, your microservice might have several request controllers catering to different inputs and outputs. So with this short read, I’m going to focus on how to test […]
Meetups and hackathons are a constant for Xians. However, after a small breathing space the Hackathons and Meetups initiative organized the first meet up for this year on Basic Concepts and Introduction to Blockchain. The event was a huge success it provided a platform to share knowledge and clarify some of the tech myths of […]
SpringBoot can be used to send in various request inputs to server. There are basically two means for this , one is you can send in request parameters to the Spring controller. The other is to send data in the Request body. Most of the time you will have to deal with sending JSON structures […]