Automating ELT with Airflow Lessons Learnedhttps://github.com/bigtomate/airflow_eltMar 14, 2026·1 min read
find the index of a given number in the matrix in less stepswhich means any number in this matrix, the number down below or right next to it is greater. public class Matrix { private static String findIndex(int[][] nrs, int target) { int x = 0; int y = nrs[0].length - 1; while (x <...Jan 13, 2025·1 min read
Records ManagementAngular 18, RgRx, Redux best practice link to app on aws link to code on githubJan 10, 2025·1 min read