Think Throothinkthroo.hashnode.dev·Oct 25, 2024rollup-plugin-analyzer usage in trpc scriptsIn the previous article, we provided a mental picture of functions in analyzeSizeChange.ts file, In this article, let’s find out how the actual size change is analyzed. import analyze from 'rollup-plugin-analyzer'; export default function analyzeSize...DiscussJavaScript
Think Throothinkthroo.hashnode.dev·Oct 24, 2024analyzeSizeChange script in tRPC source codeIn this article, we provide an overview of analyzeSizeChange script in trpc source code. This file has the following functions: 1. func analyzeSizeChange2. func onAnalysis3. type GitHubLogType4. type GitHubLogOptions5. func logNewModule6. func logDif...DiscussJavaScript
Anjanesh LekshminarayananforLit Me Inlit.me.in·Aug 7, 2024Getting Started with litSo I've been wanted to try for sometime but what put me off was the lack of a comprehensive documentation from scratch assuming a little knowledge of TypeScript and build tools by the learner. Because that's where I was coming from. Had it been JavaS...Discuss·51 readslit
Nicanor Talks Webblog.nicanor.me·Jul 29, 2024JavaScript and TypeScript BundlersI recently took on a #WeekendBuild challenge idea to create an autocomplete/autosuggestions input package, nicanor-autocomplete. Of course, it seems like a stupid idea, but the end game was learning and building a package-ready product. In the proces...DiscussBundler
Amaanamaanmavad.com·May 8, 2024Rollup vs. Webpack: A Breakdown for Modern Web DevelopmentThe battlefield of web development is a constant struggle against sluggish load times. JavaScript, the engine behind interactive features, can quickly become a bulky foe if left unchecked. Enter JavaScript bundlers: Rollup and Webpack, the valiant kn...Discuss·15 likes·60 readsJavaScript
Zeevezeeve.hashnode.dev·Jan 10, 2024What are Layer-2 rollup networks? Everything You Need To KnowScalability has always been a concern for blockchains, even major network like Ethereum that want to scale and compete with TradFi. What the best blockchain can do is by implementing Layer-2 rollup networks. In this article, we will deep dive to unde...DiscussAppChains
Zeevezeeve.hashnode.dev·Dec 21, 2023Various Rollup Frameworks for launching Optimistic and ZK RollupsAs rollups become the next hot topic in the blockchain scaling space, rollup solution providers have waged a supremacy war to simplify launching Optimistic and ZK rollup chains for enterprise use cases. In this piece, we shall have a comprehensive ...DiscussAppChains
Robinblog.robintak.com·Dec 17, 2023Metrics RollupIntroduction and Need of Rollup In response to the challenges of managing extensive time-series data, PhonePe’s Metrics platform has introduced “Rollup” This feature aggregates time series data, simplifying historical data analysis by reducing data r...Discussopentsdb
Emre Aslanemreaslan.hashnode.dev·Jul 14, 2023Scaling Ethereum Securely: Exploring the Innovation of Optimistic Rollups and Fraud ProofsWhat happened the Ethereum? With Bitcoin, people can send money to each other in a decentralized environment. They can also do that with Ethereum. In addition to sending money, can do lending, borrowing, staking process etc. (Dapps) with Ethereum. (D...Discuss·1 like·38 readsoptimism
Eric Obengericobeng.hashnode.dev·Jul 12, 2023CREATING REACT APPLICATION USING VITE.js RATHER THAN CREATE-REACT-APP (CRA)In this article, I will examine an alternative to Create React App (CRA) for building React applications: Vite.js. I will go over Vite.js's primary advantages over CRA and outline how to use it to build a React application. This tutorial is aimed at ...Dumebi Okolo and 3 others are discussing this4 people are discussing thisDiscuss·34 likes·166 readscreate-react-app