Search
Recipes for Performance Testing Single Page Applications in WebPageTest
10.10.2019
WebPageTest is an online tool and an Open Source project to help developers audit the performance of their websites. As a Web Performance Evangelist at Theodo, I use it every single day. I am constantly amazed at what it offers to the web development community at large and the web performance folks...
BitPay Undergoes Security and Confidentiality Certification Audit
30.9.2019
BitPay has undergone a security and confidentiality compliance audit, the Service Organization Control 2
‘Not an Audit’: IRS Notice Could Spell Trouble for Crypto Traders
26.8.2019
The IRS took to Twitter on August, 26, posting a video about recently mailed CP2000 notices, of special interest to crypto traders. The notice, which seeks to rectify discrepancies made by recipients in tax reporting, is another in a series of crypto-related letters recently sent by the agency....
A Big Four Audit Firm Lost $1 Million In Bitcoin. Victims Are Losing Patience
16.8.2019
QuadrigaCX creditors are losing patience with their court-appointed law firm, demanding answers about the effort to recover their funds
In Search of a Stack That Monitors the Quality and Complexity of CSS
12.8.2019
Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding...
[aktualita] Soud vyhověl Pirátům, Česká pošta musí zveřejnit audit datových schránek
29.7.2019
Piráti a veřejnost se nyní dostanou k poslednímu proběhnutému bezpečnostnímu auditu datových schránek. Poslední proběhnutý bezpečnostní audit datových stránek zjistil nedostatky v efektivitě bezpečnostních opatření. Pirátům, kteří si vyžádali jeho plné znění, nicméně Česká pošta nevyhověla...
AICPA Proposes New Standards That Would Apply to Blockchain-Based Audit Data
25.6.2019
The AICPA is soliciting feedback on a new proposal for audit standards, in which they are seeking to accommodate data provided by new technologies such as blockchain
Monero Price Analysis: A Security Audit is Going On After the RandomX Protocol Update
11.6.2019
Monero (XMR) recently conducted the first audit of RandomX Protocol. OSTIF, TrailOfBits, and Arweave came together for the audit. Additionally, Monero (XMR) will soon undergo a second audit by Kudelski Security. All these audits will formalize the blockchain and also help the users to figure...
Monero Price Analysis: The True Potential of XMR Will Be Revealed After Audit Completion
31.5.2019
Monero (XMR) is known to be the most privacy-centric currency. But lately, they are switching to new Proof of work algorithm as agreed with Armweave. The developers of XMR were trying to enable the ASIC (application specific integrated circuit) resistance, which was then questioned as an overly...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Empathy
29.5.2019
Yes, you didn’t see it coming, but empathy is really important. We are talking about the Next Billion Users here, remember? As developers, we might have the expensive resources like 4G internet to
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Bundle Splitting, Deferred Loading and Prefetching
29.5.2019
Since the advent of module bundling, we thought all our asset request got solved because the bundler hands us a single bundle that represents everything. We just shove this bundle right into our ap
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Offline First
29.5.2019
Offline first strategy is the thing of the web right now. It has proven to boost user engagement unbelievably high. If you haven’t given it a shot, here is what it is.
The strategy
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Delivering Optimized Resources
28.5.2019
Don’t just get assets from your resources pool and dump it right into your web pages. There is always a high chance that SVGs, images, fonts, videos, and every kind of asset you can think of come i
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Delivering Optimized Resources
28.5.2019
Don’t just get assets from your resources pool and dump it right into your web pages. There is always a high chance that SVGs, images, fonts, videos, and every kind of asset you can think of come i
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Art Direction
28.5.2019
It is very important not to confuse design with art direction. Design is perfection in technique while art direction is about the important, yet sometimes intangible emotion that powers the design
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Art Direction
28.5.2019
It is very important not to confuse design with art direction. Design is perfection in technique while art direction is about the important, yet sometimes intangible emotion that powers the design
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle