Search
What happens when you open a new install of browsers for the 1st time?
27.9.2019
Interesting research from Jonathan Sampson, where he watches the network requests a browser makes the very first time you launch it on a fresh install, and otherwise do nothing. This gives you a little insight into what kind of information that browser wants to collect and disseminate.
This...
Automatically compress images on Pull Requests
19.9.2019
Sarah introduced us to GitHub Actions right after it dropped about a year ago. Now they have improved the feature and are touting its CI/CD abilities. Run tests, do deployment, do whatever stuff computers do! It's essentially a YAML file that says run this, then this, then this, etc., with...
EY Requests to Move QuadrigaCX Crypto Exchange Bankruptcy Case
28.8.2019
EY has requested to move the QuadrigaCX crypto exchange bankruptcy case from Nova Scotia to Toronto
Creating a Maintainable Icon System with Sass
28.8.2019
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages:
They don't require any additional HTTP requests other than the CSS file.
Using the background-size property...
Using rel=”preconnect” to establish network connections early and increase performance
20.8.2019
Milica Mihajlija:
Adding rel=preconnect to a <link> informs the browser that your page intends to establish a connection to another domain, and that you'd like the process to start as soon as possible. Resources will load more quickly because the setup process has already been completed...
SEC Requests Freeze on Assets in Connection With Alleged $15M ICO Fraud
13.8.2019
The SEC is prosecuting a New York businessman in connection with ICO fraud and is seeking immediate relief
UK’s Tax Authority Requests User Data From Crypto Exchanges: Report
6.8.2019
UK tax service has reportedly requested that crypto exchanges provide it with user info to track down tax evasion
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Metropolitan Commercial Bank Shuts Down Tether’s Accounts
10.7.2019
New York-based Metropolitan Commercial Bank has reportedly requested that Tether close its three accounts
PSA: Linking to a Code of Conduct Template is Not the Same as Having a Code of Conduct
5.7.2019
Did you know we have a site that lists all upcoming conferences related to front-end web design and development? We do! If you're looking to go to one, check it out. If you're running one, feel free to submit yours.
Now that we're running this, I've got loads of Pull Requests for conferences...
Binance Finally Announces To List Dogecoin, After Requests From Enthusiasts And Support From Leaders
5.7.2019
It’s a moment of rejoicing for all Dogecoin fans, as the token is finally listed on Binance Exchange. Initial trading pairs include DOGE/BNB, DOGE/BTC, DOGE/USDT, DOGE/PAX and DOGE/USDC. #Binance Will Dogecoin ( $DOGE)https://t.co/buj7QF3dGC pic.twitter.com/LNIoLua3l7 — Binance (@binance)...
US Congress Requests Moratorium on Facebook’s Libra Stablecoin
3.7.2019
The U.S. House of Representatives Committee on Financial Services requested that Facebook imposes a moratorium on the development of its stablecoin
Chair of House Financial Services Committee Requests Halt on Facebook’s Crypto Project
19.6.2019
Chair of House Financial Services Committee requests moratorium on development of Facebook’s Project Libra
Indian Crypto Community Petitions Government for Regulation
16.6.2019
Following widespread reports of the upcoming Indian cryptocurrency bill, the crypto community has started a petition for the government to quickly implement a regulatory framework for cryptocurrencies. In addition, a television network operated by the Upper House of the Indian Parliament has aired...
React Async for Declarative Data Fetching
31.5.2019
Generally, there are two ways of writing code: Imperatively/Declaratively and two ways of fetching Data: Synchronously/Asynchronously. We are more convenient with making requests imperatively using
New Cryptocurrency Bill Advances in Japan, Regulator Explains
30.5.2019
Japan’s House of Representatives has passed a new cryptocurrency bill with additional requests for the government to incorporate into law. News.Bitcoin.com talked to Japan’s top financial regulator to find out the implications of this bill and the proposed resolution. Also read: Indian...
DATA Ultimatum: CoinMarketCap Requests More Information From Exchanges to Make Market More Transparent
23.5.2019
‘Trust but verify’: All exchanges are required to provide mandatory API data to CoinMarketCap by June 2019 — or get delisted from the service. Will this new scheme cleanse the market from untrustworthy data?
How to Set Commit Author
13.3.2019
I’ve worn dozens of hats on a dozen different teams during my time at Mozilla, but none has been as rewarding and challenging as community management. Whether it’s mentoring students, welcoming new contributors, or reviewing pull requests, there’s always so much to be done....
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...
How to Optimize Node Requests with Simple Caching Strategies
29.3.2018
One of the things that affect how users interact with our applications is its speed. Even though some users generally have a poor connection, they are expecting some minimum level of speed when usi