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[……]
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[……]
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[......]
3 things you should know when you want to add your changes to the stage using Git
21 April 2018 | Category: General | Comments (0)
You want to add your changes to the stage using Git? Here we go:
git add -A
. It adds all files to the stages.git add .
. It adds new and modifie[……]
Automated WCAG Monitoring Community Group
26 June 2017 | Category: Accessibility, General | Comments (0)
I’ve just joined to the Automated WCAG Monitoring Community Group as this matches perfectly to the work I am doing on ASLint. The Automated WCAG Monit[……]
Removing accessibility barriers increasing your income
14 January 2017 | Category: Accessibility, General | Comments (0)
Let me quote from Click-Away Pound Survey 2016 – Final Report:
Most businesses will be unaware that they are losing income because more than 90% of[……]
What is the hardest thing about learning to code?
15 December 2015 | Category: General | Comments (0)
Eric Elliot asked a question in his tweet: What is the hardest thing about learning to code?. Excellent question. Like last time this time I also have[……]
What You Should Know When Interviewing For A JavaScript Job With Eric Elliott
7 December 2015 | Category: General, JavaScript | Comments (0)
Really worth it to listen, especially for those people who’s interviewing other people for JavaScript developer position.[……]
Bower and import CSS file into Sass (using scss)
25 November 2015 | Category: General, Tools | Comments (0)
Recently I wanted to import just .css
file into .scss
directly. This is not available directly in scss. However, you can import it when you change the[……]
Set windows environment variables with in batch script
4 November 2015 | Category: General, Short tip | Comments (0)
There could be a situation where we want to add new path to the Path
environment variable using batch script. Let’s say you have a directory build/com[......]