Why I'm Building Nuxt Charts

Why I'm Building Nuxt Charts
If you've spent time in both the React and Vue ecosystems, especially when building data-intensive applications, you might have noticed that the React world seems spoiled for choice when it comes to s...
0 Read More

DBMS: Weighing the Pros and Cons

So, you're thinking about how to manage all that precious data, huh? Maybe your spreadsheets are starting to feel like unruly jungles, or you're dreaming of a more organized way to keep track of thing...
0 Read More

Big O Notation Cheatsheet

Here’s a handy Big O Notation Cheatsheet for common data structures and algorithms: 🧠 Big O Complexity Basics Complexity Name Example O(1) Constant Accessing array index O(log n)...
0 Read More

What is Data Dredging ?

Data dredging (also known as data snooping or p-hacking)[1][a] is the misuse of data analysis to find patterns in data that can be presented as statistically significant, thus dramatically increasing ...
0 Read More