Posts
All the articles I've posted.
-
Building a Lucrative Business Model in the Data Economy
Building a Lucrative Business Model in the Data Economy Introduction: In today's data-driven world, information is akin to a gold mine. However, to fully capitalize on this valuable resource, one must
-
Concepts, Techniques and Models of Computer Programming
Introduction: In the realm of programming, there are three fundamental elements that form its backbone. Understanding these components is crucial for any aspiring programmer. Let's delve into the
-
William Kent - Data & Reality
Chapter 1 – Entities. The book The Hitchhiker’s Guide to the Galaxy should be required reading for both business and information technology professionals. Although this is a science fiction book. I
-
50projectsIn50days – Day 20: Button Ripple
When you click the button a ripple effect apeared on the button and its expands up to the end. The construction starts with a event listener which is listening the click inside the buttont. When the
-
Human Resources and Analytics: Enhancing Personnel Selection
Human Resources and Analytics: Enhancing Personnel Selection Introduction In today's dynamic landscape, the convergence of Human Resources and Analytics presents an unprecedented opportunity to
-
50projectsIn50days – Day 19: Theme clock
The clock container has several classes that referes to the clock elements: needles, hours, minutes and seconds: <div class="clock-container"> <div class="clock"> <div class="needle hour"></div> <div
-
50projectsIn50days – Day 18: Background Slider
A Image carrousell changes the background image deppending where you clikc. It's an easy and well known task to perform in your mind but, when you have to use Vainilla Javascript it should be
-
Common table expressions
Specifies a temporary named result set, known as a common table expression (CTE). Microsoft Documentation Although there are some time around us the first time someone asked me about it I was