-
Developing a C# WebApi on Domain-Driven Design (DDD) in .Net6 using Clean Architecture
- March 9, 2023
- Posted by: ivias
- Categories: Architecture, C#, Programming
No Comments -
Databricks Certified Associate Developer for Apache Spark 3.0 – How to pass the Python Certification Exam
- June 11, 2022
- Posted by: ivias
- Category: Data Analytics
Passing the Azure Databricks Apache Spark 3.0 Certification Exam for Python is no walk in the park. What you need to know is that you will have to have at least basic understanding of the following topics: Azure Databricks, Spark architecture, including Adaptive Query Execution, The Python programming language and at least some knowledge of creating SQL queries and Apply the Spark DataFrame API to complete individual data manipulation task, including..
-
What is DevOps ?
- September 7, 2021
- Posted by: ivias
- Category: DevOps
DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.
-
Information Design Tool – Create a data foundation using SAP HANA tables
- June 8, 2021
- Posted by: ivias
- Categories: Database Design, SAP HANA
Once a relational connection has been created in SAP HANA, the next step is to create a data foundation for the universe. When connecting SAP HANA, you can build your data foundation by selecting the appropriate tables and creating joins between them, or you can build your data foundation directly on a pre-existing analytics or calculation view.
-
Information Design Tool – Create Relational Connection to SAP HANA
- June 7, 2021
- Posted by: ivias
- Categories: Database Design, SAP HANA
When setting up a Universe that connects to SAP HANA, you must first create a relational connection to the HANA database using JDBC or ODBC drivers. Once the connection is …
-
Create a Calculation View in SAP HANA
- June 2, 2021
- Posted by: ivias
- Categories: Database Design, SAP HANA
Calculation views are composite views used on top of analytical and attribute views. It can perform complex calculations not possible with other view…
-
Create an ArcMap plugin for ArcGIS Desktop 10.4.1
- January 18, 2021
- Posted by: ivias
- Category: Geographic Information Systems
ArcGIS Desktop allows developers to create custom plugins that can embed within ArcGIS Desktop. This current plugin solution allows GIS users to extract data from SQL Database and display the information withing the ArcGIS desktop.
-
ArcGIS – Selecting polygons from one layer that do not intersect polygons in another
- January 29, 2020
- Posted by: ivias
- Category: Geographic Information Systems
When using ArcGIS Desktop a lot of the times you are tasked with adding new information from data that are on different layers. For example – one of the most common tasks is adding new polygons from one layer unto another.
-
How to code your own sFTP File Uploader Windows application using C# and SSH
- October 4, 2019
- Posted by: ivias
- Categories: C#, Programming, Security
Creating your own SFTP application is now easier than ever. Using C# allows you to easily create a windows application to securely transfer your files. SFTP stands for SSH File Transfer Protocol. SSH is an encrypted and secure communication protocol