Home
sbozich
Cancel

Navigating tomorrow - How AI Will Reshape the Job Landscape in the Next 5 Years

The accelerated advancement of artificial intelligence (AI) has become an influential force shaping our world, particularly in the realm of employment. Over the next five years, the employment mark...

Review of the book - "Learning Python"

During my initial familiarization with the Python and computing in general, I tried obtaining knowledge from multiple sources. Yet I always preferred books as the main knowledge source so hereby I ...

Review of the book - "A Smarter Way To Learn Python"

If you are keen to learn programming, there are multiple learning paths available, as well as various tools that can be used in that regard. Regardless of your previous education and knowledge that...

HP Notebook 15 review – computing on a budget

Some 18 months ago I got as a present a 15,6-inch HP laptop. Didn’t need a laptop, but an acquaintance of mine provided me with a new machine for some service I provided to him. Since I do vast maj...

C# Mini Project - Library Management System program detailed overview

In this mini project, we will be creating a program in C# which serves as a Library Management System, enabling the basic functions of one such system. In particular, there are separate records of ...

Adding functionality to Windows Sandbox

Adding functionality to Windows Sandbox Windows Sandbox is a fast, functional and effective virtual environment introduced in 2019. It is mostly delivered as-is, albeit Microsoft added some configu...

Windows Sandbox overview - Enabling, Features, Usability, Security

Over the time, Windows 10 got some useful features that are not always obvious or even enabled. Many users are not even aware of their existence. When it comes to productivity, it turns out that th...

C# Mini Project - Car Rental program detailed overview

In this article, we will be reviewing a simple Windows program which can be used to manage a car rental company. The program is synced to a MS SQL Server database and it features basic features lik...

Why (not) study IT – my thoughts

Having just earned my bachelor’s degree in computer science, I wanted to outline and summarize the pros and contras of pursuing IT studies (or any studies for that matter) in the 2022. This is my s...

List comprehensions in Python

Iteration protocol in Python consists of multiple statements, of which a for loop is the usual way to iterate over corresponding data structure. For loop is not the only though. In this regard, Pyt...