Nejnovější projekty
Tipy pro registraci domény
Novinky z Twitter
Tweets by @JosefZacekNejnovější články
What’s the difference between async vs defer attributes
According to https://caniuse.com/ website, async and defer attributes for the <script> element have great support and I think it might be a good time to learn what they do and how to use them.
JavaScript is considered a “parser blocking resource” causing blocking of HTML parsing. Thankfully, the latest technologies such as HTML5 gives you 3 ways to tell browser when to run JavaScript code.
<script>
Vybrané video
How to set up RSpec with your Ruby and Rails projects