Search
Ethereum Patch Set to Fix Transaction Finality Challenges After Second Bout Disrupts Network
13.5.2023
On Friday, Ethereum’s Beacon chain encountered yet another bout of transaction finality challenges, reminiscent of the glitch experienced on May 11, 2023. For over an hour, the blockchain stopped the process of finalizing blocks. However, Superphiz, an Ethereum developer, emphasized that...
Maximally optimizing image loading for the web in 2021
16.2.2021
Malte Ubl’s list for:
8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display.
Fluid width images in CSS, not forgetting the height and width attributes
…
The post Maximally optimizing image...
Ethereum devs discuss gas optimizations, but it will probably be too little too late
4.9.2020
Developers see the problem, but there is little they can do right now
Bitcoin Script and Onchain Contracts: Two High-Level Programming Languages for Bitcoin Cash
11.7.2020
Last May, the software developer and creator of revoke.cash, Rosco Kalis, released Cashscript version 0.4 that included a number of optimizations. Cashscript’s new website highlights the high-level language that “offers a strong abstraction layer over Bitcoin Cash’ native virtual...
BCH Script Meeting Aims to Enhance the Programming Language in Bitcoin Cash
23.1.2020
Bitcoin Cash developers actively participate in video meetings in order to discuss the ongoing development of the BCH ecosystem. BCH software engineers met for the first time in 2020 last Thursday to examine the May upgrade and specification work. Following the meeting, on January 23,...
Smart Contract Blockchains Are Struggling to Scale
17.10.2019
Second generation blockchains were presented as being faster, cheaper, and more scalable than Bitcoin. Third generation chains (basically anything that came after Ethereum) promised even greater optimizations. In the event, these networks have run into the same difficulties as Bitcoin, with...
Browser Rendering Optimizations for Frontend Development
17.1.2019
We live in an age where the importance of delivering web services at optimal speed can't be overemphasized. As the payload transmitted by web applications increase, developers must adopt best pract
Bridging the Gap Between CSS and JavaScript: CSS Modules, PostCSS and the Future of CSS
4.12.2018
In the previous post in this two-part series, we explored the CSS-in-JS landscape and, we realized not only that CSS-in-JS can produce critical styles, but also that some libraries don’t even have a runtime. We saw that user experience can significantly improve by adding clever optimizations, which...