Developing a mobile used to be a tedious process. There was the need to hire and manage separate teams of app developers for Android, iOS, Windows, and other platforms. Also, the entire workflow of mobile appli...
Ever since Sir Tim Berners-Lee invented the World Wide Web in 1989, the World Wide Web has undergone a sea change. Unlike natural evolution which takes millions of years and happens silently, evolution in the w...
Whether it’s Youtube, Reels, or TikTok, most video sharing applications have a tab that lists their trending videos. How do you find the most “happening” and “engaging” one in a video sharing platform? Five hun...
Excerpts from the conversation with Dhanil Ramakrishnan, Senior Mobile Developer for Tech Talks @ Perfomatix. Tech Talk with Perfomatix, Ep 3 : Key Aspects to Consider before building Native or H...
Java platform provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a variety of computing platforms from embedded devices and mobile ...
Excerpts from Ep.2 Tech Talks @ Perfomatix with Vipin V and Aravind Vijay, Mobile App Developers at Perfomatix. Flutter is an open-source mobile UI framework developed by Google f...
Excerpts from the conversation with Liju Pillai, CEO – Perfomatix for Tech Talks @ Perfomatix. Tech Talk with Perfomatix, Ep 1 : The Rise of Web Apps Even with new devices...
REST or Restful API REST is an interface between systems using HTTP to obtain data and perform operations on data in all possible formats, such as XML and JSON. REST is the most logical, efficient, and widespre...
Setting up a test environment is always a hectic task. Usually QA professionals spend at least an hour to even a day to Installing all required frameworks, dependencies and configure the same to start writing t...
Kotlin is a JVM based statically typed programming language developed by Jetbrains. Later Google introduced this primarily for Android app development. Using Kotlin developers can write codes faster in a better...
Test Automation is the way to strengthen the Quality Assurance process. Development tools are evolving, so has been testing tools. We all know the big changes made by Selenium in test automation -now time has c...
Different parts of the world are under lockdown and people are confined to their homes spending most of their time on digital media. Entertainment, News, Gaming, apps and websites have an influx of increased tr...
Kotlin is a statically typed, general-purpose programming language designed and developed by JetBrains. Kotlin is JVM based and the beauty of the language is, it is fully interoperable with Java. Kotlin program...
Flutter is a free and open-source mobile UI framework created by Google and released in May 2017. Flutter allows you to create native mobile applications with only one code. It means that you can use one progra...
In this blog, we’ll discuss ‘What is the importance of using RxJS Higher-Order Mapping’. RxJS is a library for reactive programming for making asynchronous network calls easier using observables and several ope...
Introduction to RxJS RxJS is a great tool for the front-end developers in problem solving. With RxJS, we can handle many series of events and tackle it to our own needs. Perfomatix is a leading angularJS develo...
Covid19 has impacted the business world to choose solutions that are cost-effective and efficient. Mobile app development is not an exception; now more than ever – people are looking for application devel...
Hiring a remote development team is not just about the cost savings it can offer. More organizations are ready to hire remote developers to gather a larger resource pool, gain a competitive edge in businesses b...
This blog aims to give an overview of Microservices. Microservices an engineering approach, which is based on building an app as a collection of small services. Main advantage is the maintainability of code. It...