Nginx Log Analytics - Get Insights From A Static Website

0
Comments
Nginx Log Analytics - Get Insights From A Static Website

A simple console application to analyze Nginx log files and visualize the results. It gives you a top-level overview of the website performance (views per day, views per week, top-performing pages, etc) and nothing more. It's written in .NET Core 3.1 and can be deployed as a self-contained application (no need for a .NET runtime)

Read further...

Niall Ferguson - Civilization: The West and the Rest

0
Comments
Niall Ferguson - Civilization: The West and the Rest

Just finished another "evening" book, this time quite interesting analysis of why during the past 500 years the western civilization dominated the world and the rest eventually adopted (or in most cases are still trying) the same core principles. Niall Ferguson begins his story with a great example of ancient China. A powerful empire with an astonishing fleet that reached Africa a hundred years before Europeans started exploring the world. In the 1400s, China owned the greatest navy in the world, close to 3500 ships at its peak. Some were five times the size of the ships being built in Europe at the time.

Read further...

Тоні Шей - Доставка щастя. Шлях до прибутку, задоволення і мрії

0
Comments
Тоні Шей - Доставка щастя. Шлях до прибутку, задоволення і мрії

Цю книгу я віднесу до розділу "Успішний успіх" і "Мотивація". Легко написана, легко читається, чогось фундаментального з неї не дізнатися, але цікаво почитати про досвід успішного бізнесмена та принципи на яких побудовано його компанію.

Read further...

Get Messages From Archived Mailbox aka In-Place Archive Using Graph API

7
Comments
Get Messages From Archived Mailbox aka In-Place Archive Using Graph API

Simple instruction on how to get messages from the archived mailbox (aka in-place archive) using Microsoft Graph API. You will learn how to use well-known folder names to access data in the exchange server mailboxes without using long and clumsy ids. Graph API is a powerful tool to query data from Office 365. Learn how to utilize its features and make your life simpler.

Read further...

Install Samba Server on Raspberry Pi

0
Comments
Install Samba Server on Raspberry Pi

This is a simple tutorial on how to install and configure a Samba server on Raspberry Pi. Any Debian-based distro is suitable for this tutorial, I am using Rasbian OS but it should also work with Ubuntu Core.

Read further...

Selenium ChromeDriver on RaspberryPi

33
Comments
Selenium ChromeDriver on RaspberryPi

Unfortunately, Google doesn't make AMR32 (armv7l) builds of ChroreDriver anymore. The latest version of chromedriver-linux32 was released for version 2.33 But there is a solution, people from the Raspbian project have compiled chromium-chromedriver version for the armhf platform and added it to the repo.

Read further...

NDepend - Keep Technical Debt And Code Quality Under Control

0
Comments
NDepend - Keep Technical Debt And Code Quality Under Control

First of all, NDepend is a static analysis tool for .NET that can be integrated into Visual Studio (as an extension) or used as part of your continuous delivery pipeline. It allows you to keep track of code quality, technical dept, and visualize the dependencies to get a better overview of the codebase.

Read further...

Top 7 Data Science Tools for Python

0
Comments
Top 7 Data Science Tools for Python

This is an overview of the most popular data science (machine learning, data mining, and artificial intelligence) tools for Python. Interest in these fields (artificial intelligence (AI), machine learning (ML), etc.) has increased over the past 5 years and python earned the first place as the most popular "data science" language. TensorFlow, PyTorch, Caffe, Pandas, Keras, Scikit-Learn, SciPy, NumPy and some other tools are presented in this article. This article will be useful for beginner data scientists and people who are just recently started working with machine learning, professionals are already familiar with this toolset.

Read further...