Search
How to Generate QR Codes for Crypto Payments
10.5.2019
Businesses and projects in the crypto space have an incentive to facilitate cryptocurrency payments for their customers and users. With QR codes, acquiring a recipient’s address is easy – all it takes is a quick scan with a smartphone. A platform called Cwaqrgen provides a tool...
[aktualita] Do Prahy přichází další slibný VR projekt, Somnium Space nově získal milion dolarů
10.5.2019
Rozjetou českou scénu ve virtuální realitě, která díky projektům jako LIV, VRgineers, Golem VR nebo Beat Saber patří mezi nejvíce pokročilé na světě, rozšiřuje další firma s poměrně velkými ambicemi a dobrým startovním kapitálem. Své aktivity do Prahy přesouvá startup Somnium Space, který nově...
Could Grouping HTML Classes Make Them More Readable?
22.4.2019
You can have multiple classes on an HTML element:
<div class="module p-2"></div>
Nothing incorrect or invalid there at all. It has two classes. In CSS, both of these will apply:
.module { }
.p-2 { }
const div...
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber
12.4.2019
Learn how to pull apart SVGs in 3D space with Three.js and React, using abstractions that allow us to break the scene graph into reusable components.
Pulling Apart SVGs with Reusable WebGL Components Using React-three-fiber was written by Paul Henschel and published on Codrops
Sonda izraelského startupu se ve čtvrtek chystá přistát na Měsíci
11.4.2019
Izrael se může ve čtvrtek večer zařadit do elitního klubu států, kterým se podařilo přistát s lidským výtvorem na povrchu Měsíce. Vděčit za to bude moci startupu.Další články k tématu:K Měsíci míří první soukromá sonda, slíbené miliony dolarů nedostaneZávod o Měsíc končí. Nikdo nevyhrál, přesto...
An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods
26.3.2019
Map, reduce, and filter are three very useful array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods.
Array.map()
Array.map() updates each individual value in...
Some Notes About Accessibility
20.3.2019
Earlier this month Eric Bailey wrote about the current state of accessibility on the web and why it felt like fighting an uphill battle:
As someone with a good deal of interest in the digital accessibility space, I follow WebAIM’s work closely. Their survey results are priceless insights into...
[aktualita] Čeští Space Engineers mají po letech finální verzi, hry se prodaly tři miliony kopií
1.3.2019
Videohra Space Engineers od pražského studia Keen Software House po zhruba pěti letech na trhu opouští předběžný přístup (early access), kdy si uživatelé kupují nehotovou hru, a stává se z ní finální ostrá verze. Oslavuje to dvacetiprocentní slevou na Steamu a možností hrát přes víkend zdarma....
Collective #496
28.2.2019
Zero Server * React-three-fiber * Subsync * Space Type Generator * FrenchKiss.js * The CSS mental model
Collective #496 was written by Pedro Botelho and published on Codrops
Text Wrapping & Inline Pseudo Elements
27.2.2019
I love posts like this. It's just about adding a little icon to the end of certain links, but it ends up touching on a million things along the way. I think this is an example of why some people find front-end fun and some people rather dislike it.
Things involved:
Cool [attribute] selectors that...
Implementing an Infinite Scroll list in React Native
4.2.2019
While implementing pagination in mobile devices, one has to take a different approach since space is minimal unlike the web, due to this factor, infinite scrolling has always been the go to solutio
Startup Space Roasters vzbudil kontroverze svým záměrem pražit kávu ve vesmíru
29.1.2019
Startup Space Roasters představil značně kontroverzní plán: chce pražit kávu ve vesmíru. Jeho zakladatel Hatem Alhafaji je přesvědčen o tom, že nastal nejvyšší čas provést v tomto odvětví revoluci. Mnozí se ale domnívají, že jde jen o přehnané řešení problému, který navíc vlastně ani
Creating Your Own Gravity and Space Simulator
25.1.2019
Space is vast. Space is awesome. Space is difficult to understand — or so people tend to think. But in this tutorial I am going to show you that this is not the case. Quite the contrary; the laws that govern the motion of the stars, planets, asteroids and even entire galaxies are incredibly simple....
CoinMarketCap joins the ecosystem in Malta
7.1.2019
Malta, January 7th, 2019 – CoinMarketCap, the world’s most trusted and accurate source of data for the cryptocurrency market, is to join the office space at the Malta-based chiliZ Blockchain Campus. We aim to better localize and improve our product […]
The post CoinMarketCap joins...
How to make a modern dashboard with NVD3.js
19.7.2018
NVD3.js is a JavaScript visualization library that is free to use and open source. It’s derived from the well-known d3.js visualization library. When used the right way, this library can be extremely powerful for everyday tasks and even business operations.
For example, an online dashboard. We...
An Almost Ideal React Image Component
21.6.2018
Yes, this is a React component, but regardless if you care about that part or not, the "ideal image component" part could be of interest. There is a lot to consider with how we put images on web pages these days. This deals with:
Placeholder space (and then flexible responsive styles after...
Hledá se využití pro největší raketu Falcon Heavy
12.6.2018
První let nejsilnější rakety současnosti, nosiče Falconu Heavy, úspěšně proběhl už před více než čtyřmi měsíci, ale její budoucnost je stále nejasná. Jistých zakázek je zatím doslova jen pár.Další články k tématu:Historický úspěch. Falconu se povedlo téměř vše, i „baletní“ přistáníCo bude dál?...
„Raketoplán před raketoplány“ měl oslnit, teď chátrá na dvoře
5.6.2018
Než se zavede do ostrého provozu nějaký úplně nový dopravní prostředek, je zapotřebí jej nejprve důkladně vyzkoušet. K těmto účelům se používají mimo jiné různé prototypy a makety. Nejinak tomu bylo v americkém kosmickém programu Space Shuttle. O mnoho let později jedna z maket chátrá na dvoře...
How Using White Space Improves Your Designs
31.5.2018
When hearing the term white space your mind might jump to white empty sidebars sandwiching the content in the center. However, white space, (or negative space) also refers to...
The post How Using White Space Improves Your Designs appeared first on Onextrapixel
Regain Disk Space from Homebrew
21.5.2018
One of my favorite utilities is Homebrew, the shell utility for installing and upgrading other utilities — it’s a lazy developer’s dream. Dreams can easily turn to nightmares, however, and I recently learned that Homebrew caches older versions of installed packages, leading...