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[……]
Generate background CSS rule with SVG as data URI using Sass
28 January 2021 | Category: Browsers | Comments (0)
Highly likely you’ve heard of data URIs. It’s a way of including a resource inside your CSS. No extra separate HTTP request is then needed. The format[……]
Flash Player will no longer be supported after December 2020 in Opera
8 October 2020 | Category: Browsers | Comments (0)
So, Flash Player will no longer be supported after December 2020 in Opera. That’s why I’ve seen in Opera version 71.0.3770.228, Mac OS.
I think I h[……]
keep looking »