Search
Everything You Need to Know About Date in JavaScript
11.6.2019
Date is weird in JavaScript. It gets on our nerves so much that we reach for libraries (like Date-fns and Moment) the moment (ha!) we need to work with date and time.
But we don't always need to use libraries. Date can actually be quite simple if you know what to watch out for. In this article...
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Designing with Motifs
10.6.2019
I love the way Erik Kennedy talks about digital design. Very practical and understandable. Have a listen to a chat with him we had on ShopTalk.
One of his latest blog posts is titled "The #1 Way to Spice Up Your Designs (And Create a More Cohesive Brand)" and it's about something he pegs as more...
Local BCH Venue Opens and Community Goal Nears in the Weekly Update From Bitcoin.com
9.6.2019
A new local bitcoin cash venue opens for trading worldwide and the community is nearing a funding goal milestone for BCH developers. Watch these and other developments discussed in this week’s video update on Bitcoin.com’s Youtube channel. Also Read: Why Bitpay Is Really Charging More...
How to Use Bitcoin to Invest in Gold
8.6.2019
Gold and bitcoin enjoy a curious relationship. On the one hand, there is a significant crossover between investors in both, particularly from libertarians who don’t trust the U.S. dollar. But on the other hand, initiatives such as #DropGold have sought to position bitcoin as a more portable...
Find a Job Paid With BCH Using Workingforbitcoins.com
8.6.2019
In this day and age, more and more people rely on income from remote jobs, and businesses often hire professionals who are located elsewhere. Cross-border payments within the traditional financial system are slow and sometimes problematic. Employers and jobseekers can now use websites such...
Basic Attention Token Price Analysis: BAT’s Persistent Bearish Trend Will Turn More Aggressive In The Upcoming Days
8.6.2019
Currently, the survival of all altcoins has become a matter of high interest as erratic and turbulent nature of BTC is so unpredictable that it is expected in this year, 95% of successful ICOs and cryptocurrency projects will fail. We all know about the rich potential of BAT and the way Brave...
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...
Čína úspěšně vypustila raketu z moře. Vynesla 7 satelitů
7.6.2019
Čína v těchto dnech zaznamenala další významný úspěch • Poprvé vypustila nosnou raketu ze startovací plošiny na moři • Raketa bezpečně dopravila na orbitu sedm satelitů
Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs
7.6.2019
In this week's news, a new Feature Policy API in Chrome, Firefox blocks cookies from known trackers, Chrome for Android now allows websites to share images, and more.
The post Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs appeared first on CSS-Tricks
Your first performance budget with Lighthouse
7.6.2019
Ire Aderinokun writes about a new way to set a performance budget (and stick to it) with Lighthouse, Google’s suite of tools that help developers see how performant and accessible their websites are:
Until recently, I also hadn't setup an official performance budget and enforced it. This isn’t...
Top Up Your Airtime Minutes With BCH Using Yovopay
7.6.2019
Mobile communications are becoming more accessible every day. While subscription plans are the way to go in most cases, a prepaid service can be a better choice for customers in certain situations. A platform called Yovopay lets you refill your airtime using cryptocurrencies including bitcoin cash....
Zahnat Spojence zpátky do moře: Jak vypadala německá obranná opatření v Normandii (2)
7.6.2019
Zahnat Spojence zpátky do moře: Jak vypadala německá obranná opatření v Normandii (2)
What if we got aspect-ratio sized images by doing almost nothing?
7.6.2019
Say you have an image you're using in an <img> that is 800x600 pixels. Will it actually display as 800px wide on your site? It's very likely that it will not. We tend to put images into flexible container elements, and the image inside is set to width: 100%;. So perhaps that image ends...
More Details Emerge on Team Behind Facebook’s Secretive Blockchain
6.6.2019
News outlets are beginning to identify key staffers behind Facebook's "GlobalCoin" project
Why Bitpay Is Really Charging More for BTC Transactions
6.6.2019
Bitpay has recently been attacked on social media for charging an extra fee for BTC transactions that it doesn’t ask of BCH users. The reality is that the company simply has to cover its operational costs related to the BTC network, whose fees are currently very high again. Also Read: How...
EOS Startup Block.One Is Using Its Billions to Buy Back More Equity
6.6.2019
Block.one is buying back more equity from early investors. Some – but not the most famous ones – made 6,500 percent on the last buyback
How to Use the Web Share API
6.6.2019
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to trigger the native share dialog of a device (or desktop, if using Safari) when sharing content — say a link or a contact card — directly from...
Snag Resources from An Event Apart Boston 2019 and Save on Washington D.C. Registration
6.6.2019
(This is a sponsored post.)
Hey, so we talked a little bit about An Event Apart Boston 2019 leading up to the event and now there are a ton of resources available from it. I stopped counting the number of links after 50 because there's way more than that. Seriously, there's stuff in there...
A Course About CSS Layout and Animations
6.6.2019
Christina Gorton just released a new course called CSS Layout and Animations as a part of Design+Code, which is a $9/month. That includes a ton of video training on everything from stuff like this to React to Sketch to iOS development... and beyond!
Christina approaches the course with my favorite...