Securing online shopping in Czech Republic

11 December 2022 | Category: General, Short tip | Comments (0)

Online shopping has always been kind of risky. You never who’s behind. What you see is not what you think.

Therefore to help people in the Czech Repu[……]

Read more

Uncaught ReferenceError: process is not defined

9 August 2022 | Category: JavaScript | Comments (0)

The error Uncaught ReferenceError: process is not defined may happen when the code tries to get access to the process object that provides information[……]

Read more

How to create grid with dashed lines using CSS only

24 March 2022 | Category: General, Short tip | Comments (0)

Drawing a grid can be done in various ways. I prefer to use CSS only. However, challenge a bit is when you need lines with dashes.

Here is a workable[……]

Read more

This site can’t provide a secure connection

3 February 2022 | Category: Browsers | Comments (0)

Developing on localhost without https? It may happen, but Chromium-based browsers and Firefox will force you periodically to use https connection. And[……]

Read more

Error: Package subpath ‘./package.json’ is not defined by “exports”

21 October 2021 | Category: JavaScript | Comments (0)

Got Error: Package subpath './package.json' is not defined by "exports" issue? You may take following steps (one of them):

  1. Ask npm package author[……]

    Read more

MacOS, MongoDB and couldn’t connect to server 127.0.0.1:27017

28 June 2021 | Category: MongoDB, Server Side | Comments (0)

Recently I’ve got the following issue:

connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Error: couldn't co[......]

Read more

ASLint is now open sourced

11 June 2021 | Category: Accessibility | Comments (0)

I’m happy to say that ASLint is now open sourced. Everyone’s very welcome to contribute to make an automated testing even more better and efficient.[……]

Read more

zsh compinit: insecure directories, run compaudit for list.

2 April 2021 | Category: General, Tools | Comments (0)

I’ve installed nvm through brew on macOS Big Sur 11.2.3 (20D91) and got:

zsh compinit: insecure directories, run compaudit for list.
Ignore insecu[......]

Read more

Stop using logical NOT ! and casting using double exclamation mark !! in JavaScript / TypeScript

15 March 2021 | Category: Clean Code | Comments (0)

A word of introduction

Exclamation mark ! is the logical NOT (!) operator (logical complement, negation) that takes truth to falsity and vice versa[……]

Read more

zsh: command not found: wget (MacOS)

2 February 2021 | Category: Tools | Comments (0)

When you try to use wget on MacOS (at least Big Sur) then you may get an error message zsh: command not found: wget. You can resolve it by simply inst[……]

Read more

keep looking »