Geek Logbook

Tech sea log book

Testing, Computers and society in Notes On Structured Programming

The computer scientist Dijkstra, has some strong opinions about tesing, the art of programming and the impact of the computer in the society. Let’s take a second to read the opinion he wrote in Notes on Structured programming My conclusion is that it is becoming most urgent to stop to consider programming primarily as the

Understanding Distributed Systems – Introduction

Chapter 1: Introduction In the realm of modern technology, the need for distributed systems has become increasingly apparent. But why invest time and resources in building such intricate infrastructures? Chapter 1 sets the stage by addressing this fundamental question—Why do we bother building distributed systems in the first place? 1.1 The Imperative of High Availability

Distinctions Between AWS EC2 and ECS

Introduction Embarking on the cloud computing journey often involves deciphering the nuanced offerings of platforms like Amazon Web Services (AWS). In this exploration, we’ll unravel the seemingly similar yet distinctly powerful services—EC2 (Elastic Compute Cloud) and ECS (Elastic Container Service). Understanding the disparities between these two pillars of AWS is pivotal for users venturing into

FTP and SFTP – Running through a Container

Running an FTP server using docker is really easy. In fact, you can use it running the following image: atmoz/sftp – But, at the end we want to know what is and FTP and why is it worth to know a little about it. As Bhusahm said, the mail objective of the kind of protocol

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 essence of programming, breaking it down into comprehensible parts: “At its core, programming begins with the computation model. This formal system defines a language and outlines how

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 possess the right tools and skills. In this blog post, we will explore a comprehensive business model tailored for the data economy. Page 2:

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 believe parts of it are based in reality. At the point in the book, citizens on a planet millions of miles away from Earth

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 transform the once unattainable into the attainable. To harness this potential, the development of a comprehensive toolkit encompassing techniques, models, and methodologies is imperative. Success Stories Across Industries This amalgamation has

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 button is clicked two constants are created. The x and y that works as the point where is clicked.

50projectsIn50days – Day 19: Theme clock

The clock container has several classes that referes to the clock elements: needles, hours, minutes and seconds: We even can find a button wich produce a Dark mode in the clock: But let focus in the clock. Because the interesting part of this idea is that the remarkable difficulty to think how to do it