2023  17

May  3

Using Google’s Bard Anywhere: Docker, Firefox and VPN

May 21, 2023 · 3 min · 509 words ·  ·  Docker ·  Self-Hosting
Using Google BARD Anywhere by installing Firefox in a Docker container and routing its traffic through a VPN. This secure setup enhances your online privacy and data protection, ensuring safer browsing.

Kickstart Your Career in Data Analytics: The Ultimate Guide

May 13, 2023 · 11 min · 2244 words ·  ·  Career ·  DA
In-depth guide for anyone interested in starting a career in data analytics. It covers essential skills, the best educational routes, gaining practical experience, and real-world application of data analytics skills. This guide aims to motivate, inform, and guide you on your journey to become a data analyst

The Pareto Principle in Data Analytics (And not Only)

May 10, 2023 · 6 min · 1213 words ·  ·  Blog ·  Career
Revolutionize Data Analytics with the 80/20 rule. Application in analytics for decision-making, and tips for leveraging this Principle to prioritize resources effectively. Master the art of identifying the vital few from the trivial many in your data-driven journey.

April  3

Self-hosting Python DASH Apps: Docker and Cloudflare Tunnel

April 15, 2023 · 4 min · 685 words ·  ·  Docker ·  Self-Hosting ·  Python ·  DASH ·  Trip-Planner
After deploying the Trip Planner DASH app in GCR last month, I got an interesting bill to pay. That made me consider to use the Docker DASH image of the App together with Cloudflare to deploy it securely.

Cycling through Europe - Poland: Krakow to Czestochowa

April 10, 2023 · 4 min · 833 words ·  ·  Blog ·  CyclingThroughEurope ·  Python
A bikepacking journey between two historic cities in Poland: Krakow and Czestochowa. Exploring lesser-known marvels: ancient castles, Orlich Gniazd, Ojcowski National Park, and the fascinating Błędów Desert.

Discovering Weather Data before Trips with Python

April 1, 2023 · 4 min · 722 words ·  ·  Python ·  Dashboards ·  DASH ·  My Projects ·  Trip-Planner
Are you planning your next adventure but not sure if the weather will be fine? This Python Dash app allows you to explore historical weather data for any location you are planning to visit.

March  3

DASH Apps with Docker and Google Cloud Run

March 12, 2023 · 2 min · 397 words ·  ·  Python ·  Docker ·  DASH
Guide - How to use Google Cloud Run free tier to deploy your Python DASH apps.

Building Docker Images: Github Actions vs Local Builds

March 6, 2023 · 5 min · 1042 words ·  ·  Docker ·  DASH ·  Trip-Planner
Discovering the differences between building Docker images using the Cloud and Local Builds. Comparing the advantages and limitations, such as automation, resource usage, and build times. Example: Python DASH

Github Actions - Building and Pushing Containers with CI/CD

March 5, 2023 · 2 min · 291 words ·  ·  Docker
Guide - How to use Github Actions as your CI/CD tool to build and push Docker containers automatically.

February  2

Analyzing your Sport Performance with Python and Polar data

February 26, 2023 · 1 min · 127 words ·  ·  Python ·  Trip-Planner
As I plan to make a complete route by bike from Tallin to Athens, I need to see how my fitness level improves over the months, to be ready for the next challenge. Polar and Python are helping me with it.

Systems Engineering and Infrastructure 101

February 5, 2023 · 5 min · 976 words ·  ·  Career
Having a closer look at System Engineering and Infrastructure Management, why it matters for developers, and how it relates to CI/CD tools and processes.

January  6

Negotiation Skills for Data Analytics

January 29, 2023 · 4 min · 709 words ·  ·  Career
Negotiation is a process of discovery, uncovering information. We need such skills to perform a superb job in analytics. Learn techniques to consider while working with others. Ensure that your requirements are met.

Exploring Grav CMS: A Powerful Static Site Generator

January 15, 2023 · 6 min · 1260 words ·  ·  Web ·  Docker ·  Self-Hosting
Installing Grav CMS with Docker is a user-friendly static site generator that offers speed, flexibility, and security advantages over other CMSs. Discover how to build websites that are easy to maintain.

Matrix - Synapse server with Docker and Cloudflare

January 15, 2023 · 4 min · 804 words ·  ·  Docker ·  Self-Hosting
Installing Matrix server with Docker and Cloudflare - decentralized messaging platform that provides a secure and privacy-focused alternative to centralized messaging services like Facebook/Whatsapp/Telegram.

Timelite: Tracking Time Tool

January 7, 2023 · 3 min · 579 words ·  ·  Docker ·  Self-Hosting
Installing Timelite with Docker - Boost your productivity with this time tracking open source tool. Learn how tracking your tasks can improve your focus, planning, and provide actionable insights.

Your Alternative to Wordpress: Ghost CMS

January 6, 2023 · 5 min · 877 words ·  ·  Docker ·  Self-Hosting ·  Web
Building a website with Ghost CMS: Pros, Cons, Comparison to WordPress, and How to Install with Docker and Expose Safely to the Internet with Cloudflare Tunnel.

Exposing Services Safely: Cloudflare Zero-Trust Tunnel

January 6, 2023 · 4 min · 790 words ·  ·  Docker ·  Self-Hosting ·  Trip-Planner
Accessing Your Self Hosted Services WITHOUT Port Forwarding with Cloudflare. Discover the benefits of Cloudflare Zero Tunnel deployed with Docker for securing connections and expose services globally.

2022  24

December  2

Summary 2022

December 25, 2022 · 1 min · 110 words ·  ·  Blog

Cycling through Europe - Poland to Hungary

December 11, 2022 · 4 min · 746 words ·  ·  Blog ·  CyclingThroughEurope ·  Python
A journey from Poland to Hungary by bicycle: three countries, across mountains, rivers, and ancient towns. The story, the route in the map and how to track your own routes with Python.

November  2

R Stocks: Open Source Power for Streamlined Stock Analysis with Shiny

November 27, 2022 · 2 min · 278 words ·  ·  R ·  Dashboards ·  Shiny ·  My Projects ·  R-Stocks
Just for the purpose of improving my R Shiny skills, I was wondering if there was any open source project that gets financial data and display it interactively. Found no active projects, so started this one.

Data Experiment - Finding a Car and a Bike Operating Costs

November 27, 2022 · 6 min · 1120 words ·  ·  Blog
If you are wondering how gas price increase is affecting your commuting costs and the comparison with a bycicle - This post is for you, let me explained you what I found out based on this data experiment.

October  2

Getting started with PySpark

October 17, 2022 · 4 min · 818 words ·  ·  Career ·  DA ·  Python
If you have been using SQL and Pandas with Python for a while, you might want to leverage that knowledge by learning PySpark - You will enter to the Big Data domain after you read this post.

What is Lean and why do I need it?

October 2, 2022 · 14 min · 2924 words ·  ·  Career
Talking about Lean and how we can apply this philosophy to all processes to improve efficiency, quality, response time as well as reducing costs and waste.

September  2

Financial data in R - Fundamentals - QuanDL

September 18, 2022 · 2 min · 215 words ·  ·  Tinkering ·  R-Stocks ·  R
You might be curious about getting historical fundamental data on companies, for some project that you want to accomplish - QuanDL is an open source library that helps us with this task (provided the API).

Financial data in R - Dividend and Splits - QuantMod

September 14, 2022 · 2 min · 219 words ·  ·  Tinkering ·  R-Stocks ·  R
You might be curious about getting historical dividends and stock splits for some project that you want to accomplish - QuantMod is an open source library that helps us with this task.

August  2

Financial data in R - FOREX and Inflation - PriceR

August 14, 2022 · 2 min · 336 words ·  ·  Tinkering ·  R-Stocks ·  R
You might be curious about getting historical exchange rates between currencies or check historical inflation data for some project that you want to accomplish - PriceR is an open source library that helps us with this task.

Financial data in R - Stocks Price - yfR

August 7, 2022 · 1 min · 211 words ·  ·  Tinkering ·  R-Stocks ·  R
You might be curious about getting historical stock price on companies, for some project that you want to accomplish - yfR is an open source library that helps us with this task.

June  3

Web3 Simplified - Unestoppable Domains? ENS? IPFS?

June 19, 2022 · 3 min · 467 words ·  ·  Tinkering ·  Web ·  Crypto
Everyone talks about Web3. I was wondering if I could use some knowledge that I got while creating static sites with HUGO and its actually pretty simple. Follow this post and you will get your Web3 ready in 2 hours.

Monitor your sites Status - Uptime Kuma

June 12, 2022 · 3 min · 466 words ·  ·  Docker ·  Self-Hosting ·  Web
Installin Uptime Kuma - the free and open-source monitoring tool that allows you to monitor the health and performance of your web applications and infrastructure.

Deploying a Hugo Website with GH Actions

June 5, 2022 · 2 min · 318 words ·  ·  Tinkering ·  Web
Another option to make your HUGO site available to the internet, is to use Github and Github Actions as CI/CD tool that will look for changes in our repository and build and deploy the changes to a free domain.

May  3

Deploying your Web - Hugo and Google Firebase

May 30, 2022 · 2 min · 422 words ·  ·  Tinkering ·  Web
We already got our HUGO site ready locally. Sharing our great job with the world is possible by using Google Firebase. It has a free tier and you also get a free domain to start with.

Team Management in Data Analytics

May 19, 2022 · 3 min · 592 words ·  ·  DA ·  Career

Embracing Product Vision: Delivering Data Products

May 7, 2022 · 4 min · 797 words ·  ·  Career
Discover how you can shape data products and address requirements. Learn the essential questions to collaborate with the product team for successful data-driven projects and maximizing impact.

April  2

How to improve a Hugo Website - Hugo Tips

April 17, 2022 · 6 min · 1223 words ·  ·  Tinkering ·  Web
After selecting a theme for HUGO and exploring its documentation, we might need some further customization to make it look even better. Read me to know the must know tips to enhance your HUGO site.

Creating your Blog - Hugo Static Website

April 3, 2022 · 4 min · 785 words ·  ·  Web
You might have been using Wordpress or heard about Wordpress. With this tutorial you will learn how to create your website with another open source alternative, HUGO. Which offer a much faster response.

March  1

Creating your Website: Wordpress with Docker

March 5, 2022 · 3 min · 581 words ·  ·  Docker ·  Self-Hosting ·  Web
Deploying WordPress with Docker is a simple and efficient way to get your website up and running. With Docker, you can easily install and manage WordPress. An user-friendly platform for creating your website.

February  3

How to check devices connected at home - WatchYourLAN

February 25, 2022 · 1 min · 199 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
You might be looking for some open source monitoring tool for your LAN. In this post I will cover how to install WatchYourLAN in Docker for that purpose.

Chevereto: The Image Hosting Platform You Need to Know About

February 20, 2022 · 3 min · 548 words ·  ·  Docker ·  Self-Hosting
What Chevereto is, how it works, and why you might want to consider using it for your own image hosting needs.

Business Skills for DA’s

February 7, 2022 · 3 min · 595 words ·  ·  Career
A Quick guide for Data Analytics who want to get better on Business Analysis Skills.

January  2

Data Experiment - The Effects of Inflation

January 25, 2022 · 3 min · 527 words ·  ·  R ·  Shiny ·  Dashboards
In this post I show you how to build a simple interactive shiny dashboard and how to deploy it to shinyapps using its free tier. The topic I chose to visualize is inflation and how affects a person wealth.

Self-Awareness for Data Analytics

January 8, 2022 · 5 min · 888 words ·  ·  Career ·  DA
For a successful career in data analytics, you will need to gain self-awareness and learn about decision making process, habits building and biases. This is a guide will help you understand and apply it to work.

2021  31

December  2

Summary 2021

December 26, 2021 · 1 min · 139 words ·  ·  Blog

Effective Meetings in Analytics

December 10, 2021 · 3 min · 449 words ·  ·  Career
During your career in data anlytics you will be working with different teams and you will be in need of meetings to sync up ideas. Here are some techniques to run and be part of effective meetings.

November  2

Cracking the Crypto Code: Mastering the Essential Concepts for Analytics

November 19, 2021 · 13 min · 2644 words ·  ·  Crypto
Dive into crypto data analytics fundamentals, covering essential concepts such as hash functions, transactions, blocks, and block explorers. Learn about the role of tokens, the decentralized finance (DeFi) ecosystem, unstoppable domains, and more. Equip yourself with the knowledge to analyze and navigate the ever-evolving crypto landscape with this post.

How to deploy your Shiny app publically to ShinyApps

November 6, 2021 · 2 min · 260 words ·  ·  Shiny ·  R ·  Dashboards
Providing that we have a working Shiny Dashboard, we can be interested to expose it to a wider audience instead of just locally. One simple option is to use ShinyApps.io as I cover in this post.

October  8

MUST HAVE BA Skills to work in Analytics

October 31, 2021 · 10 min · 1990 words ·  ·  Career
In this post I am summarizing the must know points to level up your career in analytics. Excel at this Business Analytics skills and you will improve your workflow.

Getting Proper Requirements in a Project

October 17, 2021 · 12 min · 2455 words ·  ·  Career
During your career, you will be having many situations when you will need to understand your client to deliver the best value. This phase is one of the most important to understand.

Elicitation and Proper Collaboration in a Project

October 10, 2021 · 6 min · 1084 words ·  ·  Career
Techniques to better cooperate with stakeholders to understand what they want to achieve through a project.

Strategy Setting in a Project

October 10, 2021 · 4 min · 643 words ·  ·  Career
The best way to use resources to accomplish a particular set of goals and objectives is defined by strategy. We will gather the points that we must consider for better strategy setting.

Proposing Solution in Business Analytics

October 9, 2021 · 5 min · 926 words ·  ·  Career
What you need to know about Solutions evaluations and recommenadtions from the BA view.

How to create and deploy Flexdashboard with R

October 6, 2021 · 3 min · 548 words ·  ·  R ·  Dashboards
Integrating R Flexdashboards with GitHub Pages. Learn how to create interactive data visualizations, host them on GitHub, and share your insights effectively for free.

How to Plan and Monitor the Status of your Project

October 3, 2021 · 6 min · 1219 words ·  ·  Career
Techniques to better cooperate plan and monitor the status of a project.

Concepts to get started in Business Analytics

October 3, 2021 · 9 min · 1863 words ·  ·  Career
In this post I am summarizing the must know points to level up your career in analytics. Excel at this Business Analytics skills and you will improve your workflow.

September  2

Time Management in Data Analytics

September 25, 2021 · 2 min · 272 words ·  ·  DA ·  Career
Been commited to dive into Data Analytics will require that you excel at Time Management techniques. In this post I cover some of the techniques to help you stay on top of your projects.

Google Photos Alternative - Photoview in Docker

September 17, 2021 · 2 min · 323 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
Google Photos is no longer free. Fortunately there are some open source alternatives to have a self-hosted alternative to Google Photos. Lets deploy with Docker Photoview.

August  6

Raspberry Pi First Steps on Github Pages

August 25, 2021 · 1 min · 56 words ·  ·  Tinkering ·  Self-Hosting ·  Web ·  My Projects
I have just deployed on Github Pages content regarding Raspberry Pi

Docker Alternatives: Exploring Podman, LXD for Data Analytics

August 22, 2021 · 3 min · 441 words ·  ·  Docker
Docker is not the only one. Streamline your workflows, improve security, and enable better resource management in your data-driven applications to enhance your data analytics projects.

The Container Registry Landscape: A Comprehensive Guide

August 21, 2021 · 3 min · 503 words ·  ·  Docker
Discovering the world of container registries - one pilar to optimize our development workflow. Comparing popular options like Docker Hub, Quay, GitLab, GitHub, and Google Cloud. Learn their unique features, strengths, and weaknesses.

Docker Demystified: A Guide to Mastering Containerization

August 20, 2021 · 4 min · 768 words ·  ·  Docker
Enhancing portability across various environments with Docker. Deploy applications efficiently: Learn to create Dockerfiles, build images, run containers, and push images to registries.

Business Intelligence in Data Analytics

August 15, 2021 · 4 min · 785 words ·  ·  DA ·  Career
Consolidating the MUST know for your career as a Business Intelligence Analyst.

Business Intelligence and Visuals in Data Analytics

August 14, 2021 · 5 min · 1019 words ·  ·  Career
Enhancing your data analytics skills with visualization tips.

July  2

Data Analytics Branding: The Ultimate Guide to Stand Out in a Data-Driven World

July 24, 2021 · 8 min · 1653 words ·  ·  Career
Learn to build a powerful data analytics brand by defining your niche, understanding your audience, crafting a unique value proposition, creating valuable content, and forming strategic partnerships. Establish your expertise and stand out in the competitive world of data-driven decision-making.

Data Narratives: the Art of Storytelling in Data Analytics

July 17, 2021 · 7 min · 1297 words ·  ·  Career
The art of storytelling in data analytics: transform complex data into engaging narratives. Explore techniques like data visualization, context, and emotion to captivate your audience and drive decision-making. Learn how to create impactful data-driven stories that resonate with your audience.

June  2

Self-Hosting your GIT - Gitea

June 12, 2021 · 2 min · 350 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
You might be looking for some alternative to Github or Bitbucket to track your code changes on some project. In this post we will selfhost Gitea with docker for that purpose.

How to setup your MS Project Alternative - Leantime

June 5, 2021 · 2 min · 307 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
Whether you are creating the roadmap for some personal project or checking critical path for a team task, you will be in need of a Project Management tool. Leantime is a free open source tool for that purpose.

May  1

Reasons to have your own notes app - Trilium

May 9, 2021 · 2 min · 346 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
You might be looking for some alternative to Google search that is less privacy invasive, but at the same time provides with relevant search results. In this post we will selfhost whoogle with docker for that purpose.

April  1

How to Setup your Kanban Board - FocalBoard

April 15, 2021 · 3 min · 476 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
In search to improve the efficiency of your team and your projects, you will might need to have a kanbar board to optimize the workflow. Focalboard is an Open Source tool that we can self-host with Docker for this task.

March  1

How to Setup your Local SMB Server - Samba

March 15, 2021 · 2 min · 230 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
You might be looking for an open source tool that enables Linux/ machines to communicate with Windows machines in a Network. This guide will help you by installing Samba with Docker.

February  2

How to Avoid Google Search Trackers - Whoogle

February 17, 2021 · 2 min · 299 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
You might be looking for some alternative to Google search that is less privacy invasive, but at the same time provides with relevant search results. In this post we will selfhost whoogle with docker for that purpose.

Exposing multiple services with NGINX

February 2, 2021 · 3 min · 497 words ·  ·  Docker ·  Self-Hosting
Setting up and configuring Nginx for use in your own projects. Exposing services easily and securely with nginx and get automatic https certificates with lets encrypt.

January  2

Software Development Methodologies for DA’s

January 23, 2021 · 4 min · 769 words ·  ·  Career ·  DA
Reviewing software development methodologies - Understanding them and choosing the right one will provide a systematic, efficient, and quality-oriented way of working on a software project.

Deploying Containers without the Terminal - Portainer

January 15, 2021 · 1 min · 118 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
When starting your self-hosting journey you might be not 100% confident with the terminal. By installing Portainer - you will have a tool to manage containers with a graphical interface.

2020  9

December  1

Summary 2020

December 28, 2020 · 1 min · 68 words ·  ·  Blog

November  4

A/B Testing Meets Data Analytics: Revolutionize Your Optimization Strategy

November 27, 2020 · 5 min · 855 words ·  ·  DA ·  Career
Explore the intersection of A/B testing and data analytics to elevate your optimization efforts. Learn how to integrate advanced data analysis techniques, uncover valuable insights, and make informed decisions that drive conversions, enhance user experience, and boost your online success.

Demystifying ROC Curves: Mastering Classifier Performance in ML

November 26, 2020 · 3 min · 550 words ·  ·  DA ·  Career
Discover the secrets of ROC curves and learn how to evaluate and optimize binary classification models in machine learning. Gain insights into true positive rates, false positive rates, and the ideal balance for your specific problem, ultimately enhancing your classifier performance.

First Steps in ML for Data Analytics

November 25, 2020 · 7 min · 1309 words ·  ·  DA ·  Python ·  Career
I wanted to summarize the most important ML concepts to work as a data analyst.Even if you will not be performing Data Science tasks, this knowledge will be of great help when collaborating with them. Understand their language.

Data 101 for Data Analytics

November 5, 2020 · 21 min · 4402 words ·  ·  Career

October  1

How to Block adds in all home devices - PiHole

October 25, 2020 · 2 min · 227 words ·  ·  Tinkering ·  Docker ·  Self-Hosting
PiHole is a free open source tool that we can selfhost with docker to block ad domains, so that they wont appear in any device connected to our router. Here is the guide.

September  1

Generating Static Webs with R - Knit Package

September 25, 2020 · 1 min · 98 words ·  ·  Tinkering ·  R
In this post I show you how to use the Knit package in R to build a simple website.

August  1

Getting Started with Python

August 30, 2020 · 4 min · 691 words ·  ·  Career ·  DA ·  Python
As part of your Data Analytics journey, you will have to build knowledge of Python. In this post I am collecting some of the must know tricks to start your projects.

July  1

How to get Started with SQL

July 17, 2020 · 5 min · 1040 words ·  ·  Career ·  DA
I have been compiling the most recurrent SQL queries that you will require in your first job as a data analyst. Master these and you will make a great progress with your analytical skills.