Search
Ripple Price Analysis: XRP Fails to Clear Resistance Above $0.31, Trades Downwards
30.7.2019
Ripple loses bullish impact, takes a mild yet steady bearish price move XRP coin trades below $0.31, continues to head downwards The Ripple coin has jumped up from the support level of $0.3057 Currently, XRP price is struggling to stay above $0.30 The Ripple price appears at a risk against the...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
Opacity Storage: Handling Your Privacy with Crypto
12.6.2019
Opacity provides encrypted file storage that maintains your privacy by never requiring personal account information Technology Has Become Really Convenient! Right?!? It has been clear for some time that online technology trends have been focused on ‘learning’ about you and […]
The post...
Ripple (XRP) Price Analysis: Ripple Puts An End To The Grapevine By Announcing Its Growth Motives Loud & Clear
25.5.2019
Ripple (XRP) was seen battling with the continuous ongoing rumor of the currency not being able to perform on the global market scenario. In order to stop these allegations and put an end to the ongoing damage to the reputation of the currency, the firm has recently shared the use case of one...
Deepdotweb Duo Indicted for Linking to Darknet Markets
10.5.2019
Federal indictments unsealed on May 8 have revealed further details of the case against Deepdotweb’s operators. Tal Prihar, 37, an Israeli citizen residing in Brazil, and Michael Phan, 34, an Israeli in Tel Aviv, have technically been charged with money laundering. The feds have made it very...
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...
Could Grouping HTML Classes Make Them More Readable?
22.4.2019
You can have multiple classes on an HTML element:
<div class="module p-2"></div>
Nothing incorrect or invalid there at all. It has two classes. In CSS, both of these will apply:
.module { }
.p-2 { }
const div...
Facebook chystá Clear History a jeho finanční ředitel se už začíná děsit
27.2.2019
Facebook loni na jaře v souvislosti s aférou okolo Cambridge Analytica přislíbil, že v dohledné době vyvine novou funkci Clear History. Ta by už podle svého názvu měla fungovat podobně jako vyčištění historie ve webovém prohlížeči.
Po klepnutí na tlačítko by tedy měla z databází
Does it mutate?
18.1.2019
This little site by Remy Sharp's makes it clear whether or not a JavaScript method changes the original array (aka mutates) or not.
I was actually bitten by this the other day. I needed the last element from an array, so I remembered .pop() and used it.
const arr = ["doe", "ray", "mee"];
const...
Algorithmic Layouts
10.1.2019
Don't miss this video by Heydon that digs into CSS layouts. It's great how he combines fundamental knowledge, like the way elements flow, wrap, and can have margin with new layout methods like flexbox and grid (with specific examples). Of particular note is the clear demonstration of how flexbox...
WDRL — Edition 251: Clear Site Data, Edge will use Chromium, Register you SPA as Share Target, And Fix Things Later
7.12.2018
Hey,
The web gets more complicated every week. With each new feature added to browsers, being explored by security reasearchers and other things, it gets harder for developers to grasp all that. Don’t get me wrong — it’s not that I dislike all the new features, I really like many of them. But...
Sayonara Edge
4.12.2018
Sounds like Edge is going to spin down EdgeHTML, the engine that powers edge, and go with Chromium. It's not entirely clear as I write whether the browser will still be called Edge or not. Opera did this same thing in 2013. We'll surely be seeing much more information about this directly from...
Writing Good Support Requests
2.7.2018
My take on trying to be helpful to a support staff.
One bit is just as relevant for learning development:
Writing out a ticket will help you figure out the problem.
Sometimes when you have to take a second to collect your thoughts and explain something, the problem will become clear and maybe even...
8 Awesome New Features in Sublime Text 3.1
9.5.2018
What are developers without code editors? I can't seem to think of a clear answer to that. In recent times, code editors have evolved from traditional IDEs to smarter and faster tools. While some f
Let's Encrypt Everything
23.11.2016
I'll admit I was late to the HTTPS party.
But post Snowden, and particularly after the result of the last election here in the US, it's clear that everything on the web should be encrypted by default.
Why?
You have an unalienable right to privacy, both in the real world