Systems | Development | Analytics | API | Testing

Latest Posts

The Next Generation of Cloud Connectivity: Apache Kafka, API Gateway and Service Mesh

Let’s boldly go where no one has gone before. Get ready, Star Trek fans! Jean-Luc Picard will be representing our microservice. Once we have Jean-Luc in our ship (microservice in production), what happens on day 2? We still need to add authorization, load balancing, rate limiting, etc. With an API gateway, like Kong Gateway, you don’t have to know how to do this because a set of program components, called plugins, allow you to implement this without any problem.

OOP Concepts for Beginners: What is Polymorphism

Object-Oriented Programming has different concepts allowing developers to build logical code. One of these concepts is polymorphism. But what is polymorphism? Let’s discuss. Polymorphism is one of the core concepts of object-oriented programming (OOP) and describes situations in which something occurs in several different forms. In computer science, it describes the concept that you can access objects of different types through the same interface.

Modern Data Stack using Integrate.io for the ELT

Integrate.io is a company that provides an ELT (Extract, Load and Transform) data stack. They can do transformations using DBT, which stands for Database Transformation toolkit. Then they use Integrate.io again to push the data into systems like Salesforce. This system will allow you to have better control over your data and provide a cost-effective solution.

Is SSIS a Good ETL Tool?

ETL (Extract, Transfer and Load) is a well-known data integration process. There is an overwhelming number of tools that you can use (one of which is SSIS) and it can be difficult to choose between them. What exactly is SSIS, and how can it help your company perform ETL better than you ever have before? This article will explain the major features of SSIS, demonstrate the pros and cons of implementing it, and advise as to when you might be better off with a different ETL tool.

How to Fix Method/Constructor X in Class Y Cannot be Applied to Given Types in Java

In computer programming, a function is a set of instructions that can be invoked to perform a particular task. In object-oriented programming (OOP), a method is a function that is typically associated with an object and models its behavior . In Java, methods can also be static, in which case they are part of a class definition and do not require an object to be created before they are invoked.