Search
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Here’s A Tip For You: Watch Out For BAT Tipping On Reddit
1.7.2019
Very soon the tipping feature of BAT crypto will take the internet by storm. The glimpse of the feature has already been seen on Reddit. The platform is one of the biggest platforms where one can find all the latest information and the latest developments in the crypto sphere. To elaborate, just...
Nownownow
28.6.2019
Matthias Ott, relaying an idea he heard from Derek Sivers:
Many personal websites, including this one here, have an “about” page. It’s a page that tells you something about the background of a person or about the services provided. But what this page often doesn’t answer – and neither do Twitter...
The 4th Largest International Forum on Blockchain and Cryptocurrencies is Here!
27.6.2019
The 4th largest international forum on blockchain and cryptocurrencies Blockchain Life 2019 takes place in Moscow on October 16th—17th. Experts and participants from 70 countries will discuss the fast development of blockchain technology in Russia and the world. All possible ways of making money...
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...
'Future is Here' Declares CEO as Binance Transfers $1.2 Billion For Under 2 Cents
26.6.2019
A transfer of about $1.2 billion in binance coin has been carried out with a $0.015 fee in 1.1 seconds on June 26
How to Cold Store Your Cryptocurrency for Safekeeping
26.6.2019
If you’re new to the crypto scene you might have heard about people moving their assets into cold storage or cold wallets but were unsure exactly what this entails. Simply put, it means storing your crypto offline to reduce access to hackers. Here’s how you can easily freeze your coins...
Why I don’t use web components
25.6.2019
Here’s an interesting post by Rich Harris where he’s made a list of some of the problems he’s experienced in the past with web components and why he doesn’t use them today:
Given finite resources, time spent on one task means time not spent on another task. Considerable energy has been expended...
How to Find a Bitcoin Cash Meetup Near You
24.6.2019
Cryptocurrency community meetups are a great way to learn about merchant adoption in your local area, talk to like-minded people and just have some fun. Here’s how you can easily find a Bitcoin Cash (BCH) meetup near you. Also Read: Chess.com Lets You Pay for Membership With Bitcoin Cash...
Here Comes ‘Atlantis’ The New Hard Fork By The ETC Community
20.6.2019
Atlantis hard fork is jet streaming towards the upgradation of the Classic Geth Client. The ETC Labs are doing so in collaboration with key members that includes ECC, Parity, IOHK, and last but certainly not the least-the ETC community. The latest take on the Atlantis hard fork project is that...
How to Section Your HTML
18.6.2019
The sectioning elements in HTML5 are <nav>, <aside>, <article>, and <section>. <body> is also kind of a sectioning element since all content lying inside of it is part of the default document section.
Here is a brief explanation of each sectioning element...
Tron Price Analysis: Tron’s Love for $0.033 is here to Stay for a While
17.6.2019
Tron (TRX) finds three major price variations in the last 24 hours, finally settles at 0.033 USD. The 2019 target price remains around 0.06 USD. Tron (TRX) is a major cryptocurrency with the aim of making the internet completely decentralized, and it also works as a global free content provider...
How to Stay Safe When Using Darknet Markets
15.6.2019
If you’re planning to visit a darknet market, you’re either keen to window shop or keen to sample the wares. Whatever your reasons for stopping by, that’s your business and no one else’s. Unfortunately, not everyone shares those civilized ideals. To keep those spoilsports...
Drawing Realistic Clouds with SVG and CSS
13.6.2019
Greek mythology tells the story of Zeus creating the cloud nymph, Nephele. Like other Greek myths, this tale gets pretty bizarre and X-rated. Here’s a very abridged, polite version.
Nephele, we are told, was created by Zeus in the image of his own beautiful wife. A mortal meets Nephele, falls...
How to Buy a Cryptocurrency Hardware Wallet With Bitcoin Cash
10.6.2019
Storing digital funds in a secure hardware wallet (HW) is a vital part of safeguarding your cryptocurrency holdings against hackers and other cyber threats. Here’s how to buy one of these devices for yourself using bitcoin cash. Also Read: Local BCH Venue Opens and Community Goal Nears in...
Reducing motion with the picture element
31.5.2019
Here’s a bonafide CSS/HTML trick from Brad Frost and Dave Rupert where they use the <picture> element to switch out a GIF file with an image if the user has reduced motion enabled. This is how Brad goes about implementing that:
<picture>
<!-- This image will be loaded if...
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
A Quick Look at the First Public Working Draft for Color Adjust Module 1
29.5.2019
We've been talking a lot about Dark Mode around here ever since Apple released it as a system setting in MacOS 10.14 and subsequently as part of Safari. It's interesting because of both what it opens up as as far as design opportunities as well as tailoring user experience based on actual user...
Angular v8 is Released!
29.5.2019
Angular's 8.0.0 release is here! This is a major release that brings some nice features. For the official blog post, check the