Popular Posts

Recent Posts

NodeJS: Update all the packages to current versions with NPM

NodeJS

I downloaded a repository from github and decided to install the packages. I entered ‘npm install’ but as a result I’ve got a lot of messages that packages are deprecated and some errors. As I could see in the log files, the problem was connected with old packages. So I wanted to update all the […] Read more»

React

Vagrant offline installation

Vagrant is a cool application for the automation of the development of the virtual machines. It allows to create a VM for VirtualBox in several seconds or minutes, and it’s very cool. But rather other you want to use it offline, otherwise you can use AWS or something like that. So I will write down […] Read more»

Linux

Basic commands for Docker

I will write some useful commands to work with Docker. If I use them often, I will remember them, otherwise I will remember them quickly if I read this post. Read more»

Linux

Vi shortcuts

I am tired to look for Vi shortcuts, let the copy of this content stay here. Press Esc to start waiting for the command and after that enter the action. Read more»

Web server

SharePoint and field called “state”

SharePoint 2016 Logo

Many times I told myself not to work with SharePoint, but it’s forever with me 🙂My colleague asked to help him with a problem with modern lists. There some simple fields, without lookups. But there’s an error in displaying items. I spent about an hour to determine the problem – created a copy of the […] Read more»

SharePoint