Using Scripting to Provision Cloud Infrastructure - A Terraform PerspectiveAn efficient way to provision cloud infrastructureDec 6, 2023·8 min read·52
LeetCode Weekly Contest 274 Problems SolvedLast Year Was pretty Hectic, so i have decided to focus on Steady and consistent practise of Problem Solving, so i have kick started my new year, with a new LC Contest. For the first time i was able to solve 3 out of 4 problems which i feel that as a...Jan 2, 2022·5 min read·87
What are SCD's and why do they matter the most !Hello readers, this is naveen back again with a new topic on SCD's. As usual please read slowly and understand everything without losing anything... So here is our Todays Story: In this world of overarching data explosion, when you don't care about w...Aug 31, 2021·4 min read·129
Data Engineering - An Introduction to technical TermsData Engineer an Unsung Hero! Approximately the work done by a data engineer is enormous and copious. if you ever worked in any data project the maximum amount of effort is invested in setting up the data pipelines which involve extracting, integra...Aug 28, 2021·4 min read·243
Generating Snowflake Compatible DDL's using PythonThe best way to learn anything is by using scenarios, so my main motto of delivering the knowledge is by creating scenarios and explaining concepts through it. so please bear with me for some time. Here comes the story: While migrating the data from ...Aug 13, 2021·5 min read·350
Convert Timestamp In Snowflake to Number !Recently, i was working on a requirement, where i need to convert the Timestamp into UNIX epoch format. Quick Explanation about UNIX epoch : Unix time is a numeric value, which calculates the no of seconds that has been passed since 01st January 197...Aug 3, 2021·1 min read·4.2K