Skip to content

WorthPosting

  • Home
  • About

Author: teliaz

Cat Links Uncategorized

Best Practices for Code Review and How to Implement Them

Posted on May 10, 2023September 13, 2026 teliaz

Code review is one of the highest-leverage practices in software development: it catches defects before they ship and spreads knowledge

Continue readingBest Practices for Code Review and How to Implement Them

Cat Links Uncategorized

Building Resilient and Fault-Tolerant Systems: Tips and Techniques

Posted on May 10, 2023September 13, 2026 teliaz

Systems that need to be up and running around the clock can’t treat failure as an exception — it’s the

Continue readingBuilding Resilient and Fault-Tolerant Systems: Tips and Techniques

Cat Links Uncategorized

Differences between const, let, var, and let mut in the 20 most popular programming languages

Posted on May 10, 2023September 11, 2026 teliaz

Every mainstream language has a way to say “this binding cannot be reassigned” — and almost none of them agree

Continue readingDifferences between const, let, var, and let mut in the 20 most popular programming languages

Cat Links Uncategorized

Modern development tools

Posted on July 22, 2020September 13, 2026 teliaz

Choosing the build tool for your next project can be cumbersome. There is a long list of candidates — the

Continue readingModern development tools

Cat Links Uncategorized

Windows 1809 – CHROME SLOW PAGE RESOLVING

Posted on March 13, 2019September 13, 2026 teliaz

After installing the Windows 10 1809 update I noticed lag in every Chromium-based browser (Chrome, Canary, Brave). Firefox was unaffected.

Continue readingWindows 1809 – CHROME SLOW PAGE RESOLVING

Cat Links Uncategorized

the code execution cannot proceed because mfreadwrite.dll was not found

Posted on March 12, 2019September 13, 2026 teliaz

This error means you are running a Windows N edition, which ships without the media-related binaries — mfreadwrite.dll is part

Continue readingthe code execution cannot proceed because mfreadwrite.dll was not found

Cat Links Uncategorized

PowerShell IIS Application pools list

Posted on June 18, 2018September 11, 2026 teliaz

Quick reference for listing the sites and application pools configured on an IIS server from PowerShell — useful for server

Continue readingPowerShell IIS Application pools list

Cat Links Uncategorized

Create Mac OS X bootable USB disk

Posted on March 15, 2018September 13, 2026 teliaz

Open a Command Prompt as Administrator (Start → CMD) and prepare the USB stick with diskpart: Double-check the disk number

Continue readingCreate Mac OS X bootable USB disk

Cat Links Uncategorized

Find text in files using Powershell

Posted on February 8, 2018September 13, 2026 teliaz

To find a string inside files in a directory tree with PowerShell, move to the root of the desired directory

Continue readingFind text in files using Powershell

Cat Links Uncategorized

How to Remove an Extra Keyboard from the Windows 10 Language List

Posted on May 19, 2017September 11, 2026 teliaz

A ghost keyboard layout that keeps reappearing in the Windows language list is usually a leftover in HKEY_USERS\.DEFAULT\Keyboard Layout\Preload —

Continue readingHow to Remove an Extra Keyboard from the Windows 10 Language List

Posts navigation

Older posts
Newer posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up