Search
Web Developer Search History
18.9.2019
Sophie Koonin blogged "Everything I googled in a week as a professional software engineer," which was a fascinating look into the mind of a web developer and what they need to look up during day-to-day work. We all joke that we just Google stuff (or StackOverflow stuff) we don't know off the...
weatherstack: an Amazing Weather API (Sponsored)
18.9.2019
One of my first tasks each day is checking the weather; it’s a necessity for knowing what my children and I should wear, if I’m going to need to water the lawn or need to shovel snow, and if I can take meetings out on my patio. It’s also been one of my worst web […]
The post...
Second ICO for EOS Turns Out a Disappointment, Hitting 35% Low From the First
17.9.2019
Gone are the times when virtual currencies made so much money. Now the fundraising from cryptocurrencies seems to have taken a beating. According to a report, the first few months of the year 2018, $25.5m was raised by the initial coin offering at an average according to a report by PwC. The...
A Proof of Concept for Making Sass Faster
17.9.2019
At the start of a new project, Sass compilation happens in the blink of an eye. This feels great, especially when it’s paired with Browsersync, which reloads the stylesheet for us in the browser. But, as the amount of Sass grows, compilation time increases. This is far from ideal.
It can be a real...
Huobi Wallet Announces Its One-Year Anniversary Celebration
17.9.2019
Huobi Wallet is the professional Multi-coin wallet that supports cryptocurrencies like Ethereum, Ethereum Classic, Bitcoin, and Litecoin along with other small cryptocurrencies like ATOM, IOST, EOS, etc. Huobi Wallet is safe and secure to use owing to its security expertise and technological...
Ethereum Takes One More Step Towards Its $200 Target
17.9.2019
Ethereum gains 2% and goes closer to 200 USD. The next resistance may fall at 200.31 USD. Despite an overall dismissal in the whole crypto market, Ethereum has been able to fetch a decent growth in the last one day. With almost 2% growth, Ethereum has made one more step towards 200 USD....
$10K Bitcoin Stronger Than Ever But No One Seems to Care: Google Trends
17.9.2019
$10K Bitcoin less googled than $4K Bitcoin, data shows
BCH Microblog ‘Member’ Shows the Future of Reddit-Like Forums
16.9.2019
Since the Bitcoin Cash upgrade in May 2018, software developers have unleashed a slew of microblogging protocols that utilize OP_return transactions. One application called Member is a BCH-based browser that makes use of these types of transactions and the extra space added to the data carrier...
CSS-Tricks Chronicle XXXVI
16.9.2019
This is one of these little roundups of things going on with myself, this site, and the other sites that are part of the CSS-Tricks family.
I was recently in Zürich for Front Conference. It was my first time there and I very much enjoyed the city and the lovely staff of the conference. I...
PR: Bitcoin.com Announces Partnership With Telecommunications Manufacturer HTC
16.9.2019
Bitcoin.com, one of the world’s oldest and most established cryptocurrency innovators with over 4.5 million wallet holders worldwide, and leading telecommunications manufacturer HTC have announced the beginning of a long-term, mutually beneficial partnership to drive innovation and adoption...
Google One přidává další výhodu k předplatnému. Zálohu fotografií a SMS z telefonu
16.9.2019
V rámci předplatného Google One získáte dodatečné úložiště pro služby Googlu, které se sdílí napříč Gmailem, Diskem i Fotkami. K tomu máte i přístup k výhodám u partnerů. Nyní přibývá i možnost zálohy dat z vašeho telefonu.
Novinka je dostupná pro uživatele Android aplikace Google One a umožní
Africa Using Blockchain to Drive Change: Nigeria and Kenya, Part One
15.9.2019
Can blockchain technology help the African continent bridge its developmental gap with the rest of the world?
You Can Now Prove a Whole Blockchain With One Math Problem – Really
14.9.2019
Electric Coin Company research says you can prove the whole bitcoin blockchain in less space than a bitcoin blockhead, only 80-bytes of data
Where should “Subscribe to Podcast” link to?
14.9.2019
For a while, iTunes was the big dog in podcasting, so if you linked "Subscribe to Podcast" to like:
https://podcasts.apple.com/podcast/id493890455
...that would make sense. It's a web URL anyway, so it will work for anyone and has information about the podcast, as well as a list of recent shows...
Using Custom Properties to Wrangle Variations in Keyframe Animations
12.9.2019
Have you ever wondered how to customize CSS animations keyframes without using any preprocessor feature, like mixins? I keep reaching for preprocessors for this reason, but it would so nice to drop yet one more dependency and go with vanilla CSS.
Well, I found a way to account for variations within...
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Some HTML is “Optional”
11.9.2019
There is a variety of HTML that you can just leave out of the source HTML and it's still valid markup.
Doesn't this look weird?
<p>Paragraph one.
<p>Paragraph two.
<p>Paragraph three.
It does to me, but the closing </p> tags are optional. The browser will detect...
Privacy Network Elixxir Invites Smartphone Users to Test Private Messaging
11.9.2019
In an age where Google, Facebook and the NSA are known to be harvesting as much as our communications as they can, many people are concerned that online privacy now only exists in the history books. One project trying to address this is the metadata-shredding platform Elixxir, led by cypherpunk...
Circle CEO: No One in the World Is Any Closer to CBDCs than China
11.9.2019
No country in the world is closer to central bank digital currencies than China, Circle CEO Jeremy Allaire says
“Off The Main Thread”
10.9.2019
JavaScript is what they call "single-threaded." As Brian Barbour puts it:
This means it has one call stack and one memory heap.
We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...