The hottest Scalability Substack posts right now

And their main takeaways
Category
Top Technology Topics
Microfrontends, Architecture and Trade-offs • 0 implied HN points • 03 Jan 24
  1. When using modern frameworks like NextJS or Remix, running on serverless infrastructure is common and efficient.
  2. Deploying a NextJS app on Vercel leverages serverless/edge functions, leading to better scaling without nodejs event loop limitations.
  3. For more control and customization, consider options like deploying NextJS in a containerized, auto-scalable environment or creating a custom framework using vite-plugin-ssr.
Joseph Gefroh • 0 implied HN points • 19 Oct 19
  1. When designing a system for image uploading, it's important to consider technical concerns such as displaying, authorizing, validating, processing, storing, and associating the images.
  2. Tradeoffs to think about include scaling to handle large uploads efficiently, ensuring security to prevent vulnerabilities, managing authorization based on business logic, and maintaining consistency in the image uploading workflow.
  3. A well-designed image uploading system should support creating and using various image variants, offloading processing to separate services, ensuring consistent growth across subsystems, and establishing clear architectural boundaries for scalability.
Thái | Hacker | Kỹ sư tin tặc • 0 implied HN points • 31 Mar 08
  1. Security-clueless companies often focus too much on fancy network devices like firewalls and IDS without considering the human element, a key weak point in security.
  2. Be cautious of companies that claim their products or solutions are 'secure' without specifying what threats they protect against or how they handle unexpected disasters.
  3. Companies that overlook scalability, high-availability, and the importance of cryptography in their security solutions may not fully understand the comprehensive nature of security.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
CommandBlogue • 0 implied HN points • 28 May 24
  1. As companies grow, they often need to add complex features to their products, which can be overwhelming. A simple way to manage this complexity is by using tags to help organize information better.
  2. Tags allow users to categorize items in multiple ways, making it easier to find what they need. Unlike folders, tags let you label something with several different tags without duplication.
  3. Implementing a tagging feature is essential for products as they scale, providing flexibility and improving user experience. It helps keep things organized even when users have lots of content.
Coin Metrics' State of the Network • 0 implied HN points • 02 Dec 25
  1. The Fusaka upgrade will make Ethereum faster and more efficient by increasing the amount of data it can handle at once, allowing for smoother transactions.
  2. New features like PeerDAS will help Ethereum check data more efficiently, making it less demanding on resources and potentially lowering costs for users.
  3. With better fee structures and usability updates, the Fusaka upgrade aims to create a more user-friendly experience, making it easier for everyone to use Ethereum.
Coin Metrics' State of the Network • 0 implied HN points • 03 Feb 26
  1. Ethereum’s activity rose sharply after the Fusaka upgrade, with daily transactions up about 50% and active addresses up roughly 60%, but a notable portion of that growth comes from address‑poisoning dust rather than organic usage.
  2. Analysis of USDC and USDT balance updates shows many transfers are tiny dust amounts—about 43% under $1 and 38% under $0.01—often sent by a small number of accounts to millions of wallets.
  3. Dust seeding now explains roughly 10–15% of transactions and 25–35% of active addresses on a typical day. Using adjusted metrics and wallet UI changes can help highlight real economic activity and reduce user risk.