Articles.

In 2016, DEV3LOPCOM, LLC began sharing informative articles and technical tutorials about software, methodologies, research and programming languages. Our articles are designed to be accessible and informative, drawing readers interested in solving technical problems and understanding concepts. Dive into our collection to learn how these technical articles may benefit you. Click a button transition to the content or start with a recent read.

Recent Articles

ET1’s DAG Streaming System Overview

ET1’s DAG Streaming System Overview

Familiar with graphs? How about DAGs? This is not a paradigm shift, but think of DAG as a cool way for tiny team in Austin/Dallas Texas to build an Extract Transform and Load software! Like a guitar pedal, there's an input and output. Sometimes it's just an output....

ET1’s Aggregation Node Overview

ET1’s Aggregation Node Overview

Aggregation, what a classic. Aggregating your data is a landmark trait for any data steward, data wrangler, or data analyst. In ET1, you can easily aggregate your data. The Power of Grouping with the Group By Node Aggregations turn a sea of numbers into meaningful...

ET1’s Data Input Node Overview

ET1’s Data Input Node Overview

CSV, JSON, and Github CSVs. Also manual tables. These help you kick start your data pipeline. ET1 helps you do that and a bit more. Once your data comes into the data input, it begins to flow downstream using a custom DAG streaming engine. You know the drill, data...

ET1 Basic Training

ET1 Basic Training

ET1 helps you extract, transform, and load data in a single user-friendly canvas. Data automation in a single canvas. Welcome to basic training, where we show you the basics so that you're dangerous. Don't worry the engine under-the-hood keeps you safe! If you're...

About ET1, A Tool to Help Uncomplicate Data

About ET1, A Tool to Help Uncomplicate Data

It is undeniable that data can be overwhelming, and those who work with it daily are adept at navigating this complexity. ET1 is designed to assist individuals in managing this chaos, eliminating the constraints associated with outdated software that is over 20 years...

Evolving the Perceptions of Probability

Evolving the Perceptions of Probability

What does the CIA’s “estimation probability” have to do with data visualization and a Reddit poll? Think of it like this: the CIA, and many government agencies, has teams who dig through research, write up reports, and pass them along to others who make the big calls....

Automation

Business

Driving Value in Quick API Consulting Engagements

Driving Value in Quick API Consulting Engagements

In an age dominated by digital transformation, quick API consulting engagements are becoming more crucial than ever. Every organization, from emerging startups to established enterprises, is seeking efficient ways to integrate systems, leverage real-time data, and...

TableauHelp

Solutions

SQL

Differences between PostgreSQL and SQL Server

Differences between PostgreSQL and SQL Server

Did you know that PostgreSQL and SQL Server are two of the most popular databases for managing relational data worldwide? These databases are commonly used for enterprise edition applications, allowing developers to define primary key constraints and efficiently...

Comprehensive Guide to GROUP BY in SQL

Comprehensive Guide to GROUP BY in SQL

The GROUP BY clause in SQL is a powerful feature that allows you to group rows based on the values in one or more columns. It enables you to perform aggregate functions on groups of data, producing summary results from large datasets. By using the GROUP BY clause...

GRANT: Granting Privileges and Permissions in SQL

GRANT: Granting Privileges and Permissions in SQL

The GRANT statement in SQL is a powerful command that allows you to provide specific privileges and permissions to users or user roles within a database. It enables you to control access to database objects and define what actions users can perform on those objects....