Face Recognition Tool - Data Collection and StorageWelcome back, readers! It’s the second day of the first week of the bootcamp and this week, I will be dedicating to building a face recognition tool for the purpose of accessing a secret vault! If you’re just seeing this for the first time, you might...Mar 12, 2025·4 min read
Overplotting In ScatterplotsScatter plots are great for visualizing relationships between two quantitative variables. The data is represented as points scattered over the plot axes. It shows a trend or pattern in data as can be seen below A common issue faced with scatter plot...Oct 7, 2022·3 min read
Design Principles for Effective Data VisualizationWhen you hear about data visualisations, what comes to mind? Charts, graphs, all kinds of plots? Same here!!! But what about design? Did it ever occur to you that visualisations have to follow some design principles? Well, now you know... (even if...Oct 5, 2022·4 min read
Day 10 of 10: IngressiveForGood Data Structures and AlgorithmWoohoo!!! I made it to the final day. Phew, it took a lot of consistent consistency and belief in myself to get this far. At a point, I felt I was wayyyyy over my head but I didn't give up and I sure am glad. To wrap it up, we were given a task to va...Sep 30, 2022·3 min read
Day 9 of 10: IngressiveForGood Data Structures and Algorithm ChallengeWelcome to Day 9. One more day to go and many more days to learn and improve! Today was all about linked lists. A linked list is not like your regular list(array). Simply put, a linked list consists of nodes where each node contains data and a pointe...Sep 29, 2022·2 min read
Day 8 of 10: Ingressive For Good Data Structures and AlgorithmCombining two tables using SQLSep 28, 2022·3 min read
Day 7 of 10: Ingressive For Good Data Structures and Algorithm ChallengeThe second half of this challenge is definitely not for the weak. We went from easy to medium. and today i learnt about bitwise operators. Instructions Given an integer array data representing the data, return whether it is a valid UTF-8 encoding (i....Sep 27, 2022·3 min read