Search
Satoshi Nakamoto Could Be Criminal Mastermind Paul Le Roux
13.5.2019
One of the most enduring mysteries of modern times has produced another enthralling twist. Satoshi Nakamoto, Bitcoin’s pseudonymous and enigmatic creator, has not been seen online in more than eight years. Evidence has now surfaced that points to a new Satoshi candidate, whose known life...
Bitcoin Price Chart Shows Similar Movements as in 2017: Will History Repeat Itself?
13.5.2019
Bitcoin (BTC) is currently trading at a price mark above $7000 in the cryptomarket. The bulls have been virtuoso, not degrading the rank Bitcoin has been maintaining since inception. Bitcoin alone is making it big and adding some $25 billion to the overall cryptocurrency market capitalization after...
Schnorr Signatures Are Coming to Bitcoin Cash – Here’s What You Should Know
12.5.2019
On Wednesday, May 15, the Bitcoin Cash (BCH) network will be upgraded to incorporate the highly anticipated Schnorr signature algorithm, a digital signature scheme widely known for its simplicity. Also read: Bitcoin History Part 12: When No One Wanted Your BTC Schnorr Sigs Are Coming Next week,...
Bitcoin History Part 12: When No One Wanted Your BTC
12.5.2019
Today, bitcoin is so precious that its hodlers are prone to locking their keys away inside nuclear bunkers, bank vaults, and military grade hardware wallets. But things weren’t always that way. Back in the early days, bitcoin was deemed so undesirable that you would have struggled to give...
Coinbase and Binance Get~One Million Visits Per Day
12.5.2019
It seems that the popularity of Coinbase and Binance, two of the widely used digital currency exchanges, is steadily reaching a new height. As per a recent statistical data, both these crypto exchanges are experiencing close to one million visits each day on their individual websites. This data...
10 React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
10 Days of React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
Bojové umění vás zbaví ega a pocitu, že jste borec, říká Ben Cristovao
9.5.2019
Když mu dali na zešeřelé brazilské pláži tři muži nůž pod krk, dal jim peněženku i s mobilem. Navzdory tomu, že ovládá brazilské jiu-jitsu, které zde trénoval u mistra Antonia Alvese. „Bojové umění vás naučí pokoře,“ říká zpěvák Ben Cristovao v rozhovoru, na který dorazil zlehka pochroumán.Další...
The Place of UX
7.5.2019
Every time "UX" comes out of my mouth or is typed by my fingers, I think, "did I just use that term correctly?" It feels like such a big and loaded term these days, that perhaps the way I use it only contributes to the confusion. Ryan Singer frames that problem well:
Debates continue to rage about...
Create a Bouncing Page Loader with CSS3 Animations
7.5.2019
Side projects are not only fun but they bring a whole lot of learning experience for you. While hunting for a pre-built page loader for a website I ended up coding one for myself.
Initially
10 Awesome Things from MS Build Day 1
7.5.2019
Microsoft Build is packed with gazillion announcements, fun activities, people and it's so much to fit into one article. I won't be doing justice to the event by trying to fit everything that happe
Making the Move from jQuery to Vue
3.5.2019
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration process of working with one to the other.
Before I begin though, I want to ensure one thing is crystal clear. I am not, in any way whatsoever...
Awesome Visual Testing with Percy! (Sponsored)
3.5.2019
The more complex the applications I work on, the more I rely on and invest in testing. Whether it’s flow typing, jest tests, unit tests, or selenium tests, I rely on all of them to enforce integrity and save me from myself. One type of testing that’s incredibly important but often...
Split
2.5.2019
Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:
On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This is what users will ultimately interact with.
On the other hand, you’ve got...
create-react-app v3, What's new?
29.4.2019
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as
Do nového Xboxu už disk nestrčíte. Blíží se konec krabicových her?
26.4.2019
Microsoft představil „zcela digitální“ verzi konzole Xbox One S, které chybí čtecí mechanika na Blu-ray a DVD. Firma tak experimentuje se zaměřením na čistě digitální obsah, který bude ale jednou možná standardem.Další články k tématu:Google Stadia má infrastrukturu, ale chybí obsah, tvrdí...
Moving from Gulp to Parcel
25.4.2019
Ben Frain just made some notes about the switch from Gulp to Parcel, a relatively new "web application bundler" which, from a quick look at things, is similar to webpack but without all the hassle of setting things up. One of the things I’ve always disliked about webpack is that you kinda have...
Convert Video to Grayscale
24.4.2019
I’m a JavaScript fanatic but I’ve always been fascinated with media manipulation. Maybe it’s because I’ve secretly always wanted to be a designer, but I’m fine with being able to manipulate art with software instead of create the art myself. One type of art I’ve...
Make Browsing GitHub Easier and Faster with Octotree
22.4.2019
GitHub is an amazing tool that many of us developers use on a daily basis. While GitHub has many great features, one thing that I've always found it to lack is browsing speed. They've got keyboard
Tabs: It’s Complicated™
19.4.2019
I've said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.
const button = document.querySelector(".my-button");
const element = document.querySelector(".content");
button.addEventListener("click", function()...