dev3lopcom, llc, official logo 12/8/2022

Connect Now

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.

BIZ
SQL

Recent Articles

The Art of Tracing Dashboards; Using Figma and PowerBI

The Art of Tracing Dashboards; Using Figma and PowerBI

Building dashboards in PowerBI quickly is important because decision makers are eager to start using these rocket ships we are creating. However, if you're new to PowerBI that may be asking a lot! Tracing is helpful because it empowers us to quickly create a solution and design from scratch. What is tracing? Drawing over lines on a superimposed piece of transparent paper, and with figma, you will be able to do this digitally speaking....

How to write fast calculations in Tableau Desktop

How to write fast calculations in Tableau Desktop

Are you trying to write faster calculations in Tableau Desktop? Or are you interested in optimizing your calculations for improved speeds in Tableau Desktop? You're in good company. Dev3lop is an advanced analytics consultancy, that started our business helping one client with Tableau Desktop. Our article is here to assist you in: Enhancing the performance of your dashboards. Simplifying the support process. Ensuring that even the next...

Micro Applications: The Future of Agile Business Solutions

Micro Applications: The Future of Agile Business Solutions

Everyone needs software, and they need it now! If project success defines your situation, I'd like to introduce to you a concept that may change your perspective on solving problems. This is where a tedious project maybe completed in minutes VS months, thanks to artificial intelligence. Micro opp apps or micro ops apps, in our mind, are similar to micro opportunities and are usually operational in nature. Little wins or low hanging fruit that...

Here are 15 lesser-known facts about JavaScript

Recently we had a client reach out and was unsure if their software was Java or JavaScript. We have all been here at least once in our career. Unsure about two buzzwords that sound similar. This lead us to thinking there's likely a lot of lesser-known facts about JavaScript, like Java is not JavaScript! Focused on some of the technical aspects that may improve a dev3lopers day. Here's a list of 15 examples of 15 lesser-known facts about...

Automation

Introduction to DevOps and the Role of Automation

Introduction to DevOps and the Role of Automation

Alright, buckle up non-DevOps Gurus! Picture this: We're not just building rockets here; we're doing it at warp speed, and yesterday wasn't soon enough. Over at www.dev3lop.com, we're not just playing with code. We're using the same languages as those launching...

Business

TableauHelp

The Min(1) Paradigm for KPI Charts in Tableau

The Min(1) Paradigm for KPI Charts in Tableau

Today's blog is about the min(1) paradigm for KPI charting in Tableau desktop and how to make advanced KPI charts without needing slow table calculations to do the computations for you. Instead, we will show you how to utilize Tableau features to generate a better KPI...

Solutions

Here are 15 lesser-known facts about JavaScript

Recently we had a client reach out and was unsure if their software was Java or JavaScript. We have all been here at least once in our career. Unsure about two buzzwords that sound similar. This lead us to thinking there's likely a lot of lesser-known facts about...

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....