Search
Aston Martin nabízí automobilový simulátor, který vás zabaví během pandemie. Stojí jak opravdové auto
19.9.2020
Britská automobilka Aston Martin představila jeden z nejmodernějších závodních simulátorů. Jmenuje se ARM-CO1 a je reakcí na rostoucí zájem o elektronické závodění - to v mnoha disciplínách nahradilo reálné závody, jež byly zrušeny z důvodu pandemie onemocnění COVID-19.
Luxusní simulátor
Podnikavá Američanka získala směnným obchodem za obyčejnou vlásenku auto
15.9.2020
Podnikavá Američanka získala směnným obchodem za obyčejnou vlásenku auto
content-visibility: the new CSS property that boosts your rendering performance
14.9.2020
Una Kravets and Vladimir Levin:
[…] you can use another CSS property called content-visibility to apply the needed containment automatically. content-visibility ensures that you get the largest performance gains the browser can provide with minimal effort from you as...
5 Awesome JavaScript Promise Tricks
14.9.2020
The Promise API changed the game in JavaScript. We went from abusing setTimeouts and settling for synchronous operations to doing everything possible to leverage this new async API. Let’s check out a handful of awesome Promise API tricks! Cancel a fetch Request One problem we instantly...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
Nejspolehlivější manažerské auto je Tesla Model 3, druhá je benzínová Škoda Superb, tvrdí britský průzkum
5.9.2020
Podle aktuálního britského průzkumu je nejspolehlivější auto vyšší střední třídy elektromobil Tesla Model 3, druhá v pořadí je benzínová Škoda Superb a na třetím místě skončila Mazda 3. Průzkum prováděl britský spotřebitelský magazín What Car? na vzorku 13 tisíc respondentů z řad majitelů aut dané
Japonský startup otestoval létající auto s člověkem na palubě
31.8.2020
Není to tak dávno, co jsme psali o ambiciózních plánech japonského startupu SkyDrive – a nyní se k tomuto tématu opět vracíme. Jmenovaná společnost totiž před několika dny uskutečnila letovou zkoušku svého eVTOLu (Electric Vertical Take-Off and Landing Aircraft) zvaného SD-03.
Zajímavá je
Tesla v režimu Autopilot nabourala policejní auto. Řidič se místo sledování provozu díval na film
30.8.2020
„Stokrát ohraná písnička“ – tak by se dala popsat další nehoda automobilu Tesla, ke které došlo ve středu 26. srpna ráno v americké Severní Karolíně. Opět v ní hraje roli funkce Autopilot a nepozornost řidiče, který se přiznal, že se místo sledování provozu díval na film, informuje web Ars
Copy the Browser’s Native Focus Styles
28.8.2020
Remy documented this the other day. Firefox supports a Highlight keyword and both Chrome and Safari support a -webkit-focus-ring-color keyword. So if you, for example, have removed focus from something and want to put it back in the same style as the browser default, or want to apply a focus style...
Match Emojis with Regular Expressions
19.8.2020
When experimenting with unicode property escapes, to identify accented letters in strings, it reminded me of a question I had a few years ago: what is the best way to identify and then replace emojis in a string? I first noticed this practice when using emojis in Facebook — sometimes Facebook...
Can you get valid CSS property values from the browser?
19.8.2020
I had someone write in with this very legit question. Lea just blogged about how you can get valid CSS properties themselves from the browser. That’s like this.
CodePen Embed Fallback
That gives you, for example, the fact that cursor is a thing. But then how do you know what valid values...
Simple Node.js Proxy
18.8.2020
When I wanted to refresh my React.js skills, I quickly moved to create a dashboard of cryptocurrencies, their prices, and and other aspects of digital value. Getting rolling with React.js is a breeze — create-react-app {name} and you’re off and running. Getting the API working...
Match Accented Letters with Regular Expressions
6.8.2020
Regular expressions are used for a variety of tasks but the one I see most often is input validation. Names, dates, numbers…we tend to use regular expressions for everything, even when we probably shouldn’t. The most common syntax for checking alphabetic characters is A-z but what...
Expanding the Future (of Dev Tooling) with AI
5.8.2020
Codota wants their tools to (at least!) double developer productivity. My vision is that we can do that not only by getting more developers using these tools, but in expanding where and how these tools learn themselves. The better the tools can *learn from us* what we're doing, the better *we...
How to Earn Interest with Bitcoin
5.8.2020
When I was young I remember looking at my bank book and seeing nice interest payments for cash I had in the bank. Fast forward to today and banks are giving essentially nothing for interest — your money just sits there collecting dust. In an ideal world you could put it into the stock market...
Promise.allSettled
3.8.2020
The Promise object has many useful functions like all, resolve, reject, and race — stuff we use all the time. One function that many don’t know about is Promise.allSettled, a function that fires when all promises in an array are settled, regardless of whether any of the promises...
Posíláme na Mars robota velkého jak auto. Sledujte start rakety online!
30.7.2020
Dnes ve 13:50 našeho času by měl proběhnout start rakety Atlas V 541, která k Marsu vyšle nové průzkumné vozidlo zvané Perseverance. Startovat ze bude z Mysu Canaveral a celou akci můžete sledovat online s českým komentářem:
Přímý přenos přinášíme ve spolupráci s Kosmonautix.cz a Mall.tv
Tips for Starting with Bitcoin and Cryptocurrencies
21.7.2020
One of the most rewarding experiences of my life, both financially and logically, has been buying and managing cryptocurrencies like Bitcoin, Litecoin, Ethereum. Like learning any other new tech, I made rookie mistakes along the way, but learned some best practices along the way. Check out these...
Binding Arguments with Bind
20.7.2020
One of my favorite and most essential Function method is bind, a function we added to MooTools when it wasn’t featured in the JavaScript language itself. We often think of using bind to simply bind a method’s call to its host object, but did you know you can also bind arguments with...
5 Most Common Developer Portfolio Mistakes (Sponsored)
20.7.2020
A portfolio site is one of the best marketing and sales tools you as a web developer have in your arsenal. And if it’s set up right, it’ll save you a bunch of time having to:  Chase down new clients,  Spend time convincing them to work with you, Answer questions about your experience as...