{"id":2624,"date":"2025-05-20T07:03:20","date_gmt":"2025-05-20T07:03:20","guid":{"rendered":"https:\/\/nx365.ai\/technologies-used\/"},"modified":"2025-05-22T13:15:44","modified_gmt":"2025-05-22T13:15:44","slug":"technologies-used","status":"publish","type":"page","link":"https:\/\/nx365.ai\/en\/technologies-used\/","title":{"rendered":"Technologies used"},"content":{"rendered":"\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<figure class=\"wp-block-image aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg\" alt=\"\" class=\"wp-image-2492\" srcset=\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg 1024w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-300x200.jpg 300w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-768x512.jpg 768w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h3 class=\"wp-block-heading has-text-align-center\"><strong>Programming work &#8211; technologies used: <\/strong><\/h3>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>.NET <\/strong>&#8211; an open-source, cross-platform development platform created by Microsoft. It allows you to create modern applications for various operating systems, such as Windows, Linux, macOS, as well as for mobile devices (Android, iOS), embedded systems and the cloud.  <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Key features of .NET: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Cross-platform \u2013 .NET applications can run on different operating systems. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Multiple language support \u2013 primarily C#, but also F# and Visual Basic. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Versatility \u2013 enables the creation of web, desktop, mobile, gaming, cloud, microservices, APIs, and many more applications. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Modern tools \u2013 integration with Visual Studio, support for CI\/CD, debugging, unit testing, etc. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Performance and security \u2013 a platform designed for high application performance and security. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Extensive ecosystem \u2013 rich collection of libraries and tools, community support, and easy access to NuGet \u2013 the .NET package manager. <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>The .NET platform is widely used in business, corporate, and open-source environments. Thanks to regular updates and support from Microsoft, .NET remains one of the most popular technologies for creating applications in the modern IT world. <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Blazor &#8211;<\/strong> is a modern web framework that is part of the .NET platform, created by Microsoft. It allows you to create interactive and responsive web applications using C#, HTML and Razor &#8211; without having to write JavaScript code. With Blazor, .NET developers can create both the application logic and its user interface in the same language &#8211; C#, which increases code consistency and makes it easier for development teams to work <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Blazor comes in several variants: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Blazor Server \u2013 the logic runs on the server side and the UI is updated by SignalR. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Blazor WebAssembly \u2013 the application runs directly in the browser, thanks to WebAssembly technology. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Blazor Hybrid \u2013 enables the creation of desktop and mobile apps using Blazor and .NET MAUI. <\/li>\n<\/ul>\n\n<p>This is a modern approach to creating web applications, allowing you to use knowledge from .NET and C# also in the frontend. <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>THREE.js <\/strong>&#8211; a high-level JavaScript library that allows you to create advanced 3D graphics in your web browser using WebGL &#8211; without having to know the low-level WebGL API. The library was created to simplify the process of building 3D scenes, models, animations and special effects, while offering great possibilities and flexibility.  <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Main features of THREE.js: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Creating 3D scenes with objects, lights, cameras and materials <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Support for 3D models (e.g. GLTF, OBJ, FBX formats) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Animation of objects and cameras <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Light and shadow support (ambient, directional, point, spotlight) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Support for special effects such as fog, reflections, particles, etc. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Texture and material mapping support (bump map, normal map, environment map) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Interactivity \u2013 ability to respond to user events (e.g. clicks, rotation of objects) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Support for VR (Virtual Reality) and AR (Augmented Reality) using WebXR <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Advantages of using THREE.js: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>A large and active community <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Extensive documentation and many examples <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Open-source (MIT licensed) <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>Biblioteka THREE.js wykorzystywana jest w celach wizualizacyjnych, system\u00f3w r\u00f3\u017cnego zastosowania, gdzie wspomniane wizualizacje budowane s\u0105 w technologii 3D. Wspomniana biblioteka zapewnia mo\u017cliwo\u015b\u0107 wizualizacji r\u00f3\u017cnego typu takie jak rekonstrukcje tomograficzne czy lokalizacja obiekt\u00f3w w czasie rzeczywistym.  <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Radzen Blazor<\/strong> &#8211; an advanced set of UI components designed for creating web applications in Blazor technology (both Blazor Server and Blazor WebAssembly). The project is developed by Radzen, which also offers a visual RAD (Rapid Application Development) tool \u2013 Radzen IDE.  <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>Radzen Blazor Components are open-source and can be used standalone in any Blazor project without the need for Radzen IDE. <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Radzen Blazor Key Features: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Rich set of components: includes many ready-made components such as: datagrid, forms and validation, dialogs\/panels\/tabs and charts <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Responsiveness and style: components are responsive and styleable, so you can easily customize them to suit your needs or integrate them with an existing theme <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Integration with .NET and EntityFramework &#8211; components easily work with .NET backends and databases, which speeds up the development of business applications <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Event and data support: supports dynamic data sources, user events, validation, and data binding, allowing you to create interactive applications without a lot of code <\/li>\n<\/ul>\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li><strong>SignalR<\/strong> &#8211; biblioteka opracowana przez Microsoft w ramach platformy ASP.NET, kt\u00f3ra umo\u017cliwia komunikacj\u0119 w czasie rzeczywistym pomi\u0119dzy serwerem a klientem (np. przegl\u0105dark\u0105 internetow\u0105, aplikacj\u0105 mobiln\u0105 lub desktopow\u0105). Pozwala serwerowi aktywnie wysy\u0142a\u0107 dane do klienta bez potrzeby odpytywania go (tzw. push), co znacznie poprawia responsywno\u015b\u0107 i interaktywno\u015b\u0107 aplikacji.  <br\/>SignalR Key Features: <\/li>\n<\/ol>\n\n<ul class=\"wp-block-list\">\n<li>Two-way communication &#8211; both client and server can initiate messages in real time <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Automatic transport selection: SignalR automatically selects the best available transmission technology from those available: <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ul class=\"wp-block-list\">\n<li>WebSockets (preferred) <\/li>\n\n\n\n<li>Server-Sent Events <\/li>\n\n\n\n<li>Long Pooling <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Multi-client support: ability to send messages to all, selected groups or specific users <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>SignalR is used in systems where real-time communication between the client and the server is necessary, using the PubSub (Publish\/Subscribe) pattern. An example of such use can be informing clients about the change of an object&#8217;s location in location systems  <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li><strong>Kafka <\/strong>-a distributed platform for processing streaming data (event streaming platform), created by LinkedIn and currently developed as an open-source project within the Apache Foundation. Kafka is designed for fast, reliable, and scalable processing of large amounts of data in real time, both in high-load systems and in complex microservice environments.  <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Main Features: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>High throughput &#8211; Kafka can handle millions of messages per second <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Reliability &#8211; messages are persistent and can be stored on disk for a specified period of time <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Scalability &#8211; easily scale horizontally by adding brokers <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Fault tolerance &#8211; designed to work in clusters with data replication <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\">Example application: <\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Microservices integration (as a REST replacement for asynchronous communication) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Real-time data analysis (real-time analytics) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Sending system and application logs <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>The Kafka platform is used as a basic communication tool between many cooperating services. It provides high throughput even for large data structures such as tomographic data or reconstructions. It is also used in IoT systems, where it provides the possibility of, among others, queuing and buffering events.    <\/p>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"657\" src=\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-11-1024x657.jpg\" alt=\"\" class=\"wp-image-2490\" srcset=\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-11-1024x657.jpg 1024w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-11-300x192.jpg 300w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-11-768x493.jpg 768w, https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-11.jpg 1386w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>Using Kafka Message Broker in a Smart Building Solution <\/p>\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li><strong>Redis <\/strong>\u2013 (stands for <em>Remote Dictionary Server<\/em>) is an ultra-fast key-value database that runs primarily in RAM (in-memory), providing very low latency and high throughput for read and write operations. Redis is an open-source project written in C, and is widely used as a cache, message queue, counter, user session, and even the main database in some cases.  <\/li>\n<\/ol>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Redis main features: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>RAM storage: data is stored in RAM but can be periodically written to disk (persistence) <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>TTL (Time To Live) support &#8211; ability to automatically turn off data after a specified time <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Replication and clustering &#8211; can operate in master-slave and cluster modes, enabling scalability and high availability <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Pub\/Sub (publish\/subscribe) &#8211; a communication mechanism between processes, ideal for simple message or notification systems <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h4 class=\"wp-block-heading has-text-align-center\"><strong>Example application: <\/strong><\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Cache &#8211; caching database queries, calculation results, session data, etc. <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Session management &#8211; quick access to user data in web applications <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li>Counters and statistics &#8211; instant counting, e.g. visits, clicks, logins <\/li>\n<\/ul>\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>The reason for using the Redis product is the need to store large amounts of data, written and read very often, where standard database solutions have proven insufficient. This data is used to visualize the location of objects in real time.  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Programming work &#8211; technologies used: Key features of .NET: The .NET platform is widely used in business, corporate, and open-source environments. Thanks to regular updates and support from Microsoft, .NET remains one of the most popular technologies for creating applications in the modern IT world. Blazor comes in several variants: This is a modern approach [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2624","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Technologies used - nx365.ai<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nx365.ai\/en\/technologies-used\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Technologies used - nx365.ai\" \/>\n<meta property=\"og:description\" content=\"Programming work &#8211; technologies used: Key features of .NET: The .NET platform is widely used in business, corporate, and open-source environments. Thanks to regular updates and support from Microsoft, .NET remains one of the most popular technologies for creating applications in the modern IT world. Blazor comes in several variants: This is a modern approach [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nx365.ai\/en\/technologies-used\/\" \/>\n<meta property=\"og:site_name\" content=\"nx365.ai\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-22T13:15:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/\",\"url\":\"https:\/\/nx365.ai\/en\/technologies-used\/\",\"name\":\"Technologies used - nx365.ai\",\"isPartOf\":{\"@id\":\"https:\/\/nx365.ai\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg\",\"datePublished\":\"2025-05-20T07:03:20+00:00\",\"dateModified\":\"2025-05-22T13:15:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nx365.ai\/en\/technologies-used\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage\",\"url\":\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg\",\"contentUrl\":\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nx365.ai\/en\/technologies-used\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/nx365.ai\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Technologies used\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nx365.ai\/#website\",\"url\":\"https:\/\/nx365.ai\/\",\"name\":\"nx365v2.ai\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/nx365.ai\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nx365.ai\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nx365.ai\/#organization\",\"name\":\"nx365v2.ai\",\"url\":\"https:\/\/nx365.ai\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nx365.ai\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/03\/logo365.png\",\"contentUrl\":\"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/03\/logo365.png\",\"width\":500,\"height\":80,\"caption\":\"nx365v2.ai\"},\"image\":{\"@id\":\"https:\/\/nx365.ai\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Technologies used - nx365.ai","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nx365.ai\/en\/technologies-used\/","og_locale":"en_US","og_type":"article","og_title":"Technologies used - nx365.ai","og_description":"Programming work &#8211; technologies used: Key features of .NET: The .NET platform is widely used in business, corporate, and open-source environments. Thanks to regular updates and support from Microsoft, .NET remains one of the most popular technologies for creating applications in the modern IT world. Blazor comes in several variants: This is a modern approach [&hellip;]","og_url":"https:\/\/nx365.ai\/en\/technologies-used\/","og_site_name":"nx365.ai","article_modified_time":"2025-05-22T13:15:44+00:00","og_image":[{"width":1500,"height":1000,"url":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nx365.ai\/en\/technologies-used\/","url":"https:\/\/nx365.ai\/en\/technologies-used\/","name":"Technologies used - nx365.ai","isPartOf":{"@id":"https:\/\/nx365.ai\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage"},"image":{"@id":"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage"},"thumbnailUrl":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg","datePublished":"2025-05-20T07:03:20+00:00","dateModified":"2025-05-22T13:15:44+00:00","breadcrumb":{"@id":"https:\/\/nx365.ai\/en\/technologies-used\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nx365.ai\/en\/technologies-used\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nx365.ai\/en\/technologies-used\/#primaryimage","url":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg","contentUrl":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/05\/image-12-1024x683.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/nx365.ai\/en\/technologies-used\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/nx365.ai\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Technologies used"}]},{"@type":"WebSite","@id":"https:\/\/nx365.ai\/#website","url":"https:\/\/nx365.ai\/","name":"nx365v2.ai","description":"","publisher":{"@id":"https:\/\/nx365.ai\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nx365.ai\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nx365.ai\/#organization","name":"nx365v2.ai","url":"https:\/\/nx365.ai\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nx365.ai\/#\/schema\/logo\/image\/","url":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/03\/logo365.png","contentUrl":"https:\/\/nx365.ai\/wp-content\/uploads\/2025\/03\/logo365.png","width":500,"height":80,"caption":"nx365v2.ai"},"image":{"@id":"https:\/\/nx365.ai\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/pages\/2624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/comments?post=2624"}],"version-history":[{"count":1,"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/pages\/2624\/revisions"}],"predecessor-version":[{"id":2625,"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/pages\/2624\/revisions\/2625"}],"wp:attachment":[{"href":"https:\/\/nx365.ai\/en\/wp-json\/wp\/v2\/media?parent=2624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}