Skip to content

Breaking

Snail Sort – {kata} – [arrays, matrix, traversal] – (medium) All Balanced Parentheses – {Kata} – [Recursions, Backtracking, Strings] – (Medium) Next Small Number with the Same Digits – {Kata} – [Math, TwoPointers] -(Medium) Evolution of Data Architectures Understanding Delta Lake: Underlying Data Format, ACID Transaction Support and Scaling Metadata

Hang-on-Tech

From Code to Insights: A Developer's Journey

Hang-on-Tech

From Code to Insights: A Developer's Journey

  • Home
  • Architecture
  • Algorithms
    • Coding
  • Tech
    • Databricks
  • About Me
Algorithms Coding

Snail Sort – {kata} – [arrays, matrix, traversal] – (medium)

Hang May 19, 2024 0Comments

Problem Given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise. Examples For better understanding, follow the numbers of the…

Algorithms Coding

All Balanced Parentheses – {Kata} – [Recursions, Backtracking, Strings] – (Medium)

Hang May 19, 2024 0Comments

Problem Write a function which makes a list of strings representing all of the ways you can balance n pairs of parentheses. For example: Source kata – 4kyu Tags RECURSION,…

Algorithms Coding

Next Small Number with the Same Digits – {Kata} – [Math, TwoPointers] -(Medium)

Hang May 13, 2024 0Comments

Problems Write a function that takes a positive integer and returns the next smaller positive integer containing the same digits. For example: Return -1 (for Haskell: return Nothing, for Rust:…

Architecture

Evolution of Data Architectures

Hang January 22, 2024 0Comments

Overview The evolution from data warehouse to data lakes to a Lakehouse architecture Data Warehouse Architecture (1990s) The fast rise of the internet and social media and the availability of…

Databricks Tech

Understanding Delta Lake: Underlying Data Format, ACID Transaction Support and Scaling Metadata

Hang January 22, 2024 0Comments

Data Lake is an open-source project that enables building a data lakehouse on the top of existing cloud storage. It is It is not Open sourced Proprietary Technology Builds upon…

Databricks Tech

Delta Lake DDL Cheat Sheet

Hang January 22, 2024 0Comments

This post lists down a few Spark SQLs that focus on creating and loading delta lake tables, following by a group of handy statements to enrich loaded data and explicitly…

Databricks Tech

Delta Live Table Change Data Capture

Hang January 22, 2024 0Comments

In the realm of data management, the need to efficiently track and manage changes in datasets has led to the development of Change Data Capture (CDC) techniques. CDC involves the…

Databricks Tech

Streaming Tables vs. Materialized View

Hang January 22, 2024 0Comments

This post provides insights into Delta Live Tables, distinguishing between Streaming Tables and Materialized Views, highlighting their features, differences, and best practices for Delta Live Pipeline Triggering Modes. What is…

Databricks Tech

Exploring Spark SQL’s High-Order Functions

Hang December 31, 2023 0Comments

Explore Spark SQL's powerful high-order functions—FILTER, TRANSFORM, EXISTS, and REDUCE—unleashing efficient data manipulation and array operations for seamless data transformations.

Databricks Tech

Understanding User-Defined Functions (UDFs) in Databricks: A Performance Comparison

Hang December 31, 2023 0Comments

Explore the performance nuances of SQL, Python, and Pandas/Vectorized User-Defined Functions (UDFs) in Databricks, guiding optimal choices for efficient data transformations.

Posts navigation

1 2

Next Page »

You Missed

Algorithms Coding

Snail Sort – {kata} – [arrays, matrix, traversal] – (medium)

Algorithms Coding

All Balanced Parentheses – {Kata} – [Recursions, Backtracking, Strings] – (Medium)

Algorithms Coding

Next Small Number with the Same Digits – {Kata} – [Math, TwoPointers] -(Medium)

Architecture

Evolution of Data Architectures

Hang-on-Tech

From Code to Insights: A Developer's Journey

Copyright © All rights reserved | BlogArise by Themeansar.