Category Archives: Coding&Tech

Flink 101

A few years back I was working at a startup that had an  enormous product catalogue that was constantly updated and people needed  to search through it. And I got into a debate with a colleague  of mine because the … Continue reading

Posted in Coding&Tech | Tagged | Leave a comment

20 Tips for Creating Effective KPIs

KPIs (Key Performance Indicators) play a crucial role in measuring success and driving growth. Whether you’re managing a project, running a business, or striving for personal development, effective KPIs provide valuable insights into progress and help you stay on track. … Continue reading

Posted in Coding&Tech | Tagged | Leave a comment

Constituents of data analytics

Data analytics is the process of examining data to find patterns, trends, and relationships that can be used to make informed decisions. There are several components or constituents that are typically involved in data analytics: Data: This is the raw … Continue reading

Posted in Coding&Tech | Leave a comment

Factors for selecting right data engineering and analytics tech stack.

Choosing the right technology stack for your data engineering and analytics projects can be overwhelming. From big data platforms to data visualization tools, there are countless options to consider. In this article, we’ll explore the key factors that you should … Continue reading

Posted in Coding&Tech | Leave a comment

Constituents of Data Analytics

Data analytics is the process of examining data to find patterns, trends, and relationships that can be used to make informed decisions. There are several components or constituents that are typically involved in data analytics: Data: This is the raw … Continue reading

Posted in Coding&Tech | Leave a comment

Data Modelling

Building a data warehouse is an Iterative process. It is imperative that the data warehouse developer have the attitude of moving quickly through the steps of design and development, even though it is known that the processing and data requirements … Continue reading

Posted in Coding&Tech | Leave a comment

Selections of tools in DW/BI

The selection of data warehouse technology – both hardware and software – depends on many factors, such as: • the volume of data to be accommodated, • the speed with which data is needed, • the history of the organization, … Continue reading

Posted in Coding&Tech | Leave a comment

Tips for writing SQL

Understand the table relationships – most will be one to many. Know the “many” table. Identify the fields required for your joins. Think about LEFT join scenarios – Select all the employees and their paycheck from last month. What if they didn’t … Continue reading

Posted in Coding&Tech | Leave a comment

Useful Oracle queries

1. Check if a table exists in the current database schema select table_name from user_tables where table_name = ‘__TABLE_NAME__’ 2. Check if a column exists in a table select column_name as found from user_tab_cols where table_name = ‘__TABLE_NAME__’ and column_name … Continue reading

Posted in Coding&Tech | Leave a comment

Road Map to Statistical analysis

STATISTICAL ANALYSIS 1: ESTIMATION AND TESTING This main focus of this course is employing samples to make inferences about certain statistical properties of the underlying population such as means, variances and proportions. The students will learn how to construct range … Continue reading

Posted in Coding&Tech | Leave a comment