Posts
All the articles I've posted.
-
Principle of Data Wrangling
Data Wrangling involves the process of cleaning and organizing data before any analysis takes place. It typically consumes between 50% and 80% of an analyst's time. Factors to consider include time,
-
4.6 Data Warehouses
DataWarehouses—large historical databases for decision-support that are loaded with new data on a periodic basis — have evolved to require specialized query processing support, and in the next section
-
50projectsIn50days – Day 17: Movie App
The movie app needs you create an account in the movie db beacuse you need this access to get the data const API_KEY = "ADD API KEY HERE" const API_URL =
-
Importance of a Database System
As should be clear from this paper, modern commercial database systems are grounded both in academic research and in the experiences of developing industrial-strength products for high-end customers.
-
50projectsIn50days – Day 16: Drink Water
A chanllenging project which shows how a cup is filled by a water. The HTML looks quite simple becase we have 8 cups of 250ml. But, we can select one cup or a range which is cool. In fact, the HTML is
-
50projectsIn50days – Day 15: Counter
A page which load three values that are hardcoded in the HTML tag: <div class="counter-container"> <i class="fa-solid fa-truck-fast fa-3x"></i> <div class="counter" data-target="120000"></div>
-
50projectsIn50days – Day 14: animated navigation
A navigation bar inside the html is the responsible of hosting the menu li. But, for the example is not necesarry to use explain more about that. This nav has an event listener which listen for a
-
50projectsIn50days – Day 13: Random Picker
A text area where you add a number of elements divided by comma. Then, when you press enter the you'll see a simple animation and a, in yellow, the chosen one. The text area in index.html is where