Search
How to Optimize Node Requests with Simple Caching Strategies
29.3.2018
One of the things that affect how users interact with our applications is its speed. Even though some users generally have a poor connection, they are expecting some minimum level of speed when usi
[aktualita] Konference Human Level AI: Do Prahy dorazí výzkumnící AI z Uberu, DeepMind či Facebooku
22.2.2018
Karlínská společnost GoodAI letos v Praze uspořádá mezinárodní konferenci zaměřenou na umělou inteligenci. Akce nazvaná Human Level AI proběhne od 22. do 25. srpna 2018 a mezi sponzory má například Facebook nebo Microsoft. Na konferenci dorazí několik zajímavých jmen, které se AI věnují. Jsou mezi...
Computer says NO to HTML5 document outline
9.6.2016
What a brilliant idea! For the longest time HTML5 specified, and advised developers, that it no longer mattered what the number (1 to 6) was in a heading element (when used in conjunction with sectioning elements). What mattered was the nesting level of the H1-h6 in sectioning elements, just like...
Computer says NO to HTML5 document outline
9.6.2016
What a brilliant idea! For the longest time HTML5 specified, and advised developers, that it no longer mattered what the number (1 to 6) was in a heading element (when used in conjunction with sectioning elements). What mattered was the nesting level of the H1-h6 in sectioning elements, just like...
Here's The Programming Game You Never Asked For
15.4.2016
You know what's universally regarded as un-fun by most programmers? Writing assembly language code.
As Steve McConnell said back in 1994:
Programmers working with high-level languages achieve better productivity and quality than those working with lower-level languages. Languages such as...