The Modern Programmer – Interview with Kamil Brzeziński

The Modern Programmer – Interview with Kamil Brzeziński

In this episode, I talk with Kamil Brzeziński – the creator of the channel “Jak Nauczyć Się Programowania” (“How to Learn Programming”), and someone I’ve been following for a long time but only now had the chance to speak with. Together, we take a closer look at what...
5 Reasons Why Excel Still Matters for Data Analysts

5 Reasons Why Excel Still Matters for Data Analysts

In a world where data analysts are expected to know SQL, Python, BI tools, and even AI workflows – Excel is still standing strong. Some see it as basic or outdated, but that couldn’t be further from the truth. The reality is that Excel remains one of the most powerful...
AI won’t take your job. It will take your loneliness.

AI won’t take your job. It will take your loneliness.

Most discussions about AI focus on work: who’s going to get replaced, what jobs are at risk, and what skills will survive the automation wave. But there’s a deeper shift happening. One that touches your inner world. One that changes how you process your thoughts. One...
5 Statistical Mistakes Data Analysts Make

5 Statistical Mistakes Data Analysts Make

Working with data isn’t just about writing SQL queries, building dashboards, or creating flashy reports. At its core, it’s about drawing conclusions – and that means using logic, structure, and often, statistics. The problem? You don’t have to be a statistician to...
How to Be the Best in a Team and Develop Your IT Career

How to Be the Best in a Team and Develop Your IT Career

How to be the best in a team and develop your IT career? This is a question that many ambitious professionals ask themselves. In this article, I will share my experiences and tips to help you achieve success in teamwork and advance your IT career development. Key...
9 LinkedIn Mistakes That Are Killing Your Job Search

9 LinkedIn Mistakes That Are Killing Your Job Search

LinkedIn mistakes? Oh yes, you can definitely make them! Job searching on LinkedIn isn’t the same as sending out your resume. While it may not be as popular as traditional methods, ignoring LinkedIn altogether is a mistake. It can help you make valuable...
Common CV Mistakes to Avoid: Essential Tips for Job Seekers

Common CV Mistakes to Avoid: Essential Tips for Job Seekers

Creating a CV can feel like a daunting task, especially when you know it could make or break your chances with a potential employer. After reviewing numerous CVs throughout my career, I’ve seen certain recurring mistakes that can often turn recruiters away. Today,...
Variable, data types and operators in Python

Variable, data types and operators in Python

Learn about variables, data types, and operators in Python. Practical examples and applications. Working with data in Python begins with understanding the basic elements of the language, such as variables, data types, and operators. Variables allow for storing and...
Advanced SQL Queries: Techniques and Examples

Advanced SQL Queries: Techniques and Examples

Learn advanced techniques for creating SQL queries. Practical examples and applications. SQL (Structured Query Language) is a powerful tool that allows for advanced manipulation and analysis of data in databases. As a data analyst, I use SQL daily to extract,...
Python Basics: An Introduction for Beginners

Python Basics: An Introduction for Beginners

Python is one of the most popular programming languages, especially in the field of data analysis. It is versatile, easy to learn, and has a rich community, making it an ideal choice for beginners. In this article, I will introduce the basics of Python to help you...