The Role and Responsibilities of a Forward Deployed Engineer - Bridging the Gap Between Software Products and Customer Needs

2023-06-09

Bridging the gap between software products and customer needs, Forward Deployed Engineers are the game-changers of enterprise software. Discover their unique role in driving success and why it's in high demand. Don't miss out!


Continue reading

Mastering the Kanban Method - Unveiling the Hidden Gems of Effective Kanban Board Usage

2023-05-26

Ever wondered how to supercharge your team's productivity? Say hello to Kanban, the dynamic method that brings clarity and efficiency to your projects.


Continue reading

A Guide to Building a Python RPC Server Using Flask

2023-02-13

Discover the world of distributed systems and build your own Python RPC server using Flask. Harness the power of remote procedure calls today!


Continue reading

How to Use RPC in Python?

2023-02-13

Get Started with RPC - A Beginner's Guide to Building a Python RPC Server Using xmlrpc and jsonrpc.


Continue reading

Don't Just Create Backups, Verify Them - How Restic Can Help?

2023-01-15

Learn how to verify your backups with Restic, ensure completeness, integrity, and recoverability. Automate the process for peace of mind. Read now


Continue reading

Grammar of Graphics Explained Like to 5 Years Old Child.

2022-12-10

Learn the difference between imperative & grammar of graphics approach to plotting. Imprerative approach is simple and easy to understand, but grammar of graphics approach is more advanced and efficient. Examples with matplotlib and plotly express included.


Continue reading

MLOps Roles of the Future

2022-10-28

Discover the future of MLOps specializations, including Explainable AI/MLOps, Federated Learning/Edge MLOps, Reinforcement Learning/MLOps, AI/ML in IoT and IIoT, Model Explainability and Fairness.


Continue reading

10 Lesser-Known, Yet Powerful Python Plotting Libraries

2022-09-30

The most widely used libraries for plotting in python are matplotlib, Plotly, seaborn, and bokeh. This article describes 10 other powerful plotting libraries available in Python that can be used to create high-quality plots and visualizations.


Continue reading

Automated Signal Segmentation, Trend Detection, and Classification

2022-09-12

This post presents the trend-classifier package that can be used for signal segmentation into parts where the trend is coherent.


Continue reading

The Best Self-Hosted, Open Source RSS Feed Readers in 2022

2022-08-31

Best self-hosted RSS Feed Readers selected by popularity and project activity.


Continue reading

Tutorial on How to Create New Theme for Pelican Static Site Generator

2022-03-01

A great Pelican theme can make all the difference. Learn how to design your own with our comprehensive tutorial.


Continue reading

How to Get Most of GitHub Copilot

2022-01-25

This post describes techniques that help to get most accurate suggestions from the GitHub Copilot "Your AI pair programmer". For those who never heard of Copilot there is short introduction, if you already know Copilot - you can jump directly to section 4 - "How to get most of GitHub Copilot".


Continue reading

Setup VS Code as NIM IDE

2021-12-02

Learn how to set up VSCode as a Nim IDE from scratch. Includes instructions for downloading VSCode, installing the Nim extension, configuring settings, and debugging Nim code.


Continue reading

Learn Bayesian Methods in 4 Steps - By Reading and by Doing

2019-07-09

This post proposes a 4-step path for learning Bayesian methods. The first step is going through the book "Bayesian methods for hackers", second, using complementary books for probability and statistics, the third, reading How to become a Bayesian in eight easy steps, and last, going through the book full of exercises - "Think Bayes".


Continue reading

How to Install TensorFlow and Keras on Windows 10

2019-01-17

Guide on how to install TensorFlow cpu-only version - the case for machines without GPU supporting CUDA. Step-by-step procedure starting from creating conda environment till testing if TensorFlow and Keras Works.


Continue reading

How to Organize Data Science Project Based on Jupyter Notebook

2019-01-05

Having several notebook-based projects behind you might result in a mess in the projects directory. Organize your Data Science project based on Jupyter notebooks in a way that one can navigate through it. Especially that "the one" will be most probably you in a few months time. To achieve that, keep your projects directory clean, name the project in a descriptive way and take care of the internal structure of the project.


Continue reading