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[……]
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[……]
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[……]
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[……]
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):
- Ask npm package author[……]
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[......]
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.[……]
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[......]
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[……]
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[……]