Search
Blockchain Bites: Magic’s Raise, Compound’s Distribution and Trump’s Twitter War
29.5.2020
In the war between Trump and Twitter, decentralized systems may win
Bitcoin News Roundup for May 29, 2020
29.5.2020
With bitcoin and many traditional markets down on the day, CoinDesk's Markets Daily is back!
‘Passwordless Login’ Startup Magic Raises $4M From Naval Ravikant, Placeholder
29.5.2020
Ethereum startup Magic just raised $4 million from investors like Naval Ravikant, SV Angel, Placeholder and Volt Capital to make passwords less of a pain
Using Structured Data to Enhance Search Engine Optimization
26.5.2020
SEO is often considered the snake oil of the web. How many times have you scrolled through attention-grabbing headlines on know how to improve your SEO? Everyone and their uncle seems to have some “magic” cure to land high in search results and turn impressions into conversions. Sifting through...
Dear JK Rowling: Bitcoin is Magic
15.5.2020
Don't worry, Mrs. Rowling. We'll have you understanding Bitcoin before you can say "Quidditch"
min(), max(), and clamp() are CSS magic!
12.5.2020
Nice video from Kevin Powell. Here are some notes, thoughts, and stuff I learned while watching it. Right when they came out, I was mostly obsessed with font-size usage, but they are just functions, so they can be used anywhere you’d use a number, like a length.
Sometimes pretty basic usage...
Working With MDX Custom Elements and Shortcodes
7.5.2020
MDX is a killer feature for things like blogs, slide decks and component documentation. It allows you to write Markdown without worrying about HTML elements, their formatting and placement while sprinkling in the magic of custom React components when necessary.
Let’s harness that magic and look...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Bitcoin.com Exchange to Sponsor Decentralized Collectible Card Game Splinterlands
17.3.2020
Splinterlands is one of the most popular collectible trading card games in the cryptocurrency scene and a successful decentralized app. To help the game attract more players, and introduce them to bitcoin cash at the same time, Bitcoin.com Exchange will be sponsoring a number of upcoming...
[článek] Operační systém od Amazonu, serverový procesor ARM s 80 jádry, Magic Leap na prodej
13.3.2020
[4 minuty čtení] USA opět prodlužují výjimku pro Huawei. Amazon Go dostupné všem obchodům. Zprávy z IT, každý pátek na Lupě. Vždy v pátek připravuje reportér Jan Sedlák výběr zajímavých zpráv ze světa IT. Co se událo v tomto týdnu?
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
Honor Magic Watch 2: První generaci se posmívali, druhou už musí brát vážně
1.2.2020
Honor v týdnu začal prodávat chytré hodinky MagicWatch 2. Já je na ruce nosím od světové premiéry na konci listopadu, takže můžu strohé specifikace doplnit i reálnými zkušenostmi.
Honor MagicWatch 2 jsou dvojče hodinek Huawei Watch GT 2. Výrobce obou těchto modelů odmítá potvrdit, že by šlo o
Autonomy 2040: Explore the Magic of AI, IOT, Robotics, and Blockchain on Jan 17-19
9.1.2020
Autonomy 2040 is a 3-day conference in Tulum, Mexico, that will explore the many current and future applications of AI, IoT, Robotics, and Blockchain. 8th January 2020, Tulum, Mexico— Autonomy 2040 invites the world to join a new phase of technological revolution, during the 3-days immersive...
How Auto Margins Work in Flexbox
6.1.2020
Robin has covered this before, but I've heard some confusion about it in the past few weeks and saw another person take a stab at explaining it, and I wanted to join the party.
Say you have a flex container with some flex items inside that don't fill the whole area.
See the Pen
ZEYLVEX...
Měla to být revoluce rozšířené reality. Magic Leap je přitom propadák
9.12.2019
Na začátku byla Magic Leap tajuplná firma, která slibovala inovativní technologie v oblasti virtuální a rozšířené reality. Startup byl založen už roku 2010 a postupně dokázal lákat významné investory. Jsou mezi nimi Alibaba, JP Morgan, Google a mnohé další firmy. Hodnota Magic Leap se tak vyšplhala
McAfee to Launch Decentralized Token Exchange With No Restrictions
6.10.2019
On the heels of launching his crypto platform, McAfee Magic, the former antivirus software tycoon John McAfee plans to launch a distributed exchange on Monday, October 7. ‘McAfeedex’ will run on the Ethereum blockchain and McAfee insists the exchange will have no restrictions. Also...
Bitcoin Cash City Conference Success Wrap-Up
27.9.2019
So many firsts from the Bitcoin Cash City Conference – what a huge success and a proud feather in the cap of North Queensland. As the largest cryptocurrency conference ever held in Australia, Townsville situated in sunny North Queensland worked its magic, fielding a beautiful setting, turned...
JavaScript Proxy with Storage
26.7.2019
The JavaScript Proxy API provides a wealth of “magic” within JavaScript, allowing you to use any object as sort of an alias that allows a wall of validation, formatting, and error throwing. Did you know that you could also employ the Proxy API as an abstraction to different types...