Our development team have extensive experience, thus ensuring successful deployment of projects
Windows Server is the platform for building an infrastructure of connected applications, networks, and web services, from the workgroup to the data center.
Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT.
IBM i is a fully integrated operating system, meaning the database, middleware, security, runtime and hypervisor are integrated into the stack and licensed as one solution.
Android OS is a Linux-based mobile operating system that primarily runs on smartphones and tablets. The Android platform includes an operating system based upon the Linux kernel, a GUI, a web browser and end-user applications that can be downloaded.
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.
PostgreSQL also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasising extensibility and SQL compliance.
InfluxDB is an open-source time series database (TSDB) developed by InfluxData. It is written in Go and optimised for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, Internet of Things sensor data, and real-time analytics. It also has support for processing data from Graphite.
Db2 for i is an IBM i integrated Relational Database Management System that leverages the high performance, virtualization, and energy efficiency features of IBM Power Systems.
.NET is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework.
The Entity Framework allows developers to work with data at a higher level of abstraction. Entity Framework allows you to develop and maintain data-oriented apps with less code than traditional applications.
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
Identity Server is an officially certified implementation of OpenID Connect. Single Sign-on / Sign-out. Single sign-on (and out) over multiple application types.
Xamarin is a .NET developer platform made up of tools, programming languages, and libraries for building many different types of applications
C# (C-Sharp) is a programming language developed by Microsoft that runs on the . NET Framework. C# is used to develop web apps, desktop apps, mobile apps, games and much more.
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification.
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript.
HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and last major HTML version that is a World Wide Web Consortium (W3C) recommendation.
CSS, or Cascading Style Sheets, offers a flexible way to style web content, with styles originating from browser defaults, user preferences, or web designers.
Visual LANSA’s professional low-code development platform enables the rapid building, deployment, and operation of apps that make your business run.
RPG is a high-level programming language for business applications, introduced in 1959 for the IBM 1401. It is most well known as the primary programming language of IBM’s midrange computer product line, including the IBM i operating system.
REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other.
SOAP is the Simple Object Access Protocol, a messaging standard defined by the World Wide Web Consortium and its member editors.
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript.
Model–view–controller (MVC) is a software design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements.
ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services that run on macOS, Linux, Windows, and Docker.
SSIS can be used for extraction, loading, and transformation (ETL) of data by extracting data from multiple sources, such as SQL Server database, Oracle database, and Excel files. It uses cleaning and merging processes to help make data more informative.
Microsoft SQL Server Analysis Services, SSAS, is an online analytical processing (OLAP) and data mining tool in Microsoft SQL Server. SSAS is used as a tool by organisations to analyse and make sense of information possibly spread out across multiple databases, or in disparate tables or files.
SQL Server Reporting Services (SSRS) is a server- based report generating software system from Microsoft.
Power BI is a business analytics service by Microsoft. It aims to provide interactive visualisations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards.
Telegraf is a plugin-driven server agent for collecting and reporting metrics for all kinds of data from databases, systems, and IoT devices.
Prometheus is a free software application used for event monitoring and alerting. It records real-time metrics in a time series database built using a HTTP pull model, with flexible queries and real-time alerting.
Grafana is a multi-platform open source analytics and interactive visualisation web application. It provides charts, graphs, and alerts for the web when connected to supported data sources.
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
Kibana is a data visualisation dashboard for Elasticsearch. It provides visualisation capabilities on top of the content indexed on an Elasticsearch cluster. Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data.
GitLab is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis.
A CI/CD pipeline is the process that moves a piece of software from development into production. A typical embedded CI/CD pipeline includes automating building, testing, analyzing, and deploying software to the end users.
Test Driven Development (TDD) is a software development practice that focuses on creating unit test cases before developing the actual code. It is an iterative approach combining programming, unit test creation, and refactoring.
Kanban is a lean method to manage and improve work across human systems. This approach aims to manage work by balancing demands with available capacity, and by improving the handling of system-level bottlenecks.
Serilog is a diagnostic logging library for .NET applications. It is easy to set up, has a clean API, and runs on all recent .NET platforms.
xUnit.net is a free and open-source unit testing tool for the .NET Framework