Search
China Issues Digital Currency Guide for Party Cadres
14.1.2020
Understanding a complex subject should be easier with access to educational materials. With blockchain and CBDC now part of Beijing’s political vocabulary, the Communist Party of China (CPC) has issued a guide to digital currencies meant to prepare party officials for upcoming changes in...
Understanding Async Await
9.1.2020
When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so we'll need a way to handle those long-running processes.
Async/Await is a way to handle this type of time-based sequencing. It’s especially great...
The SEC’s 2020 crypto priorities
8.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 8 January, 2020 “My mother said I must always be intolerant of ignorance but understanding of illiteracy.” - Maya Angelou In today's newsletter, we will be covering: $17 million funding round in startup to […]
The post The SEC’s...
The SEC’s 2020 crypto priorities
8.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 8 January, 2020 “My mother said I must always be intolerant of ignorance but understanding of illiteracy.” - Maya Angelou In today's newsletter, we will be covering: $17 million funding round in startup to […]
The post The SEC’s...
Now You See It
16.12.2019
I recently accepted a teaching position at a local college here in SoCal where I'll be spouting off whatever I know (or more likely don't know!) about HTML and CSS. It's suffice to say I was all ears (well, actually eyes) when Rachel Andrew recently published a post on teaching CSS.
The display...
China’s Crypto Game—Understanding the Dragon’s Move
24.11.2019
China has been one of the staunch critics of cryptocurrencies and has always adopted a reserved approach. The country has strict and stringent laws imposed on the crypto industry, which forced several companies to either end operations or move their bases out of the country. Ironically, some of...
No, Absolutely Not
19.11.2019
I think the difference between a junior and senior front-end developer isn't in their understanding or familiarity with a particular tech stack, toolchain, or whether they can write flawless code. Instead, it all comes down to this: how they push back against bad ideas.
What I've learned this year...
When to Use SVG vs. When to Use Canvas
12.11.2019
SVG and canvas are both technologies that can draw stuff in web browsers, so they are worth comparing and understanding when one is more suitable than the other. Even a light understanding of them makes the choice of choosing one over the other pretty clear.
A little flat-color icon? That's...
Understanding How Reducers are Used in Redux
24.10.2019
A reducer is a function that determines changes to an application’s state. It uses the action it receives to determine this change. We have tools, like Redux, that help manage an application’s state changes in a single store so that they behave consistently.
Why do we mention Redux when talking...
Understanding the Impact of Cryptocurrency Exchanges on the Market & Modern-Day Economy
6.10.2019
The year 2018 and part of 2019, saw the fall of several ‘revolutionary’ crypto projects which eventually led to the delisting of tokens from the cryptocurrency exchanges. The primary reasons given for this included lack of liquidity, usage issues, as well as lack of regulatory abidance by...
Understanding Transaction Fee Mining and its Changes
15.9.2019
Since its introduction into the cryptoasset markets, transaction fee mining and the exchanges that support this model have been regarded with suspicion. However, it appears that the tide might be turning as some exchanges are reworking the model.
In this article, you will learn about the concept...
Using Immer for React State Management
7.8.2019
We make use of state to keep track of application data. States change as users interact with an application. When this happens, we need to update the state that is displayed to the user, and we do this using React’s setState.
Since states are not meant to be updated directly (because React’s state...
The Guide to Understanding Crypto: How Cryptocurrency Works [Part 1]
6.8.2019
Introducing The Crypto Demystified Series Welcome to your guide on cryptocurrency! If you’re new to the world of cryptocurrencies and are looking to learn more about them without the complicated jargon, you’ve come to the right place. You might have […]
The post The Guide to Understanding...
Color Inputs: A Deep Dive into Cross-Browser Differences
12.7.2019
In this article, we'll be taking a look at the structure inside <input type='color'> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. Having a good understanding of this input allows us to evaluate whether a certain cross-browser...
Why Bitcoin Maximalists Ignore the Value Proposition of BCH
7.7.2019
Some crypto companies keep wilfully ignoring BCH. Let’s compare the coins and see if BCH haters rail against Bitcoin Cash on purpose or simply due to a lack of understanding. Also read: Bitcoin and Black Market Fiat: Hyperinflation Crushes Venezuela as Global Devaluation Ramps Up Bitcoin...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Using DevTools to Improve the UX Design to Development Process
7.6.2019
I’d like to tell you how I see code and design intersect and support one another. Specifically, I want to cover how designers can use code in their everyday work. I suggest this not because it’s a required skill, but because even a baseline understanding of coding can make designs better and...
Binance Charity Foundation Signs Memorandum of Understanding With Ugandan NGO
31.5.2019
Binance has launched a charity program with an NGO in Uganda that will provide supplies and infrastructure to schools in Kampala
Decryptionary Helps New Investors Understand Crypto Terms
11.5.2019
Rising cryptocurrency markets may once again arouse the interest of new investors. The crypto space has its specifics and it takes some effort to acquaint oneself with the terminology. Decryptionary has been created to impart the basic information you need to start understanding Bitcoin better....