Amr Elhewyhewi.blog·Nov 10, 2024Software Architecture - The Hard Parts [Chapter 10] Distributed Data AccessIntroduction In this chapter we’re going to be diving into the different ways services can read data they do not own, in monolithic systems using a single database, developers don’t give a second thought to reading database tables but when data is br...Discusssoftware development
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 5, 2024WebAssembly: the state of high-performance on the webOver the past couple of years, a number of radical innovations have shaped the web development ecosystem, but few are as exciting as WebAssembly-or Wasm for short. This is a technology trumpeted as the future for high-performance web applications-ena...DiscussWeb Development
Tristan Durettristanduret.hashnode.dev·Sep 23, 2024Gemini, which project should I start ?I like to think of AI models as what you get when you moosh all content creator in a single entity (including the bad ones). But I watch enough House MD to know that even bad idea can detonate good ones. Instead of a little army of resident, I have G...Discusszigzap
Adityaa krdevsadi.hashnode.dev·Sep 9, 2024How Vara Network Stands Out: A Deep Dive into Its Consensus, Governance, and Developer EcosystemIntroduction: Vara Network’s Cutting-Edge Approach Vara Network is redefining blockchain with its innovative Nominated Proof of Stake (NPoS) system, offering enhanced speed, scalability, and eco-friendliness compared to traditional Proof of Work (PoW...Discuss·1 likevaranetwork
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 26, 2024SWC plugin registryRecently, I've been preoccupied with Wasm plugin compatibility issues in swc. I realized that backward compatibility would be difficult to achieve right now, so I decided to create a plugin registry that I had been putting off. The first thing that d...Discuss·282 readsswc
TheComputerMthecomputerm.hashnode.dev·Aug 20, 2024Dirty Deeds Done Dart Cheap, experiments with dart2wasmAs developers, we all love carefully crafted packages and API wrappers that make the process of programming more streamlined, yet there is a certain beauty to patching together something hacky with some bandages and seeing it work. FFIgenPad was one ...Discuss·36 readsDart
The Hypermode TeamforHypermode Bloghypermode.com·Aug 2, 2024How To: Real-Time Vector Search for Ecommerce and TravelIn the world of ecommerce and travel, page speed matters more than any other metric in both search-engine optimization but also in keeping visitors on your page. Deloitte released a white paper in 2020 called "Milliseconds Make Millions." They found ...Discusssearch
Idris OlubisiforAxelar Developer Blogblog.axelar.dev·Aug 2, 2024🔥 Interchain Amplifier Testnet 🔥 Multichain Stablecoin, ERC-20 on Base & Optimism with ITS: July 2024 Dev Update 🏗️Welcome to the June 2024 Axelar Developer Newsletter. You can subscribe to the Axelar Developer Newsletter to get direct updates. Interchain Amplifier is Going Live on Testnet Testing phase to begin Friday. We're excited to share that the Interchain...Discuss·139 readsaxelar
Matthew Oluwabusayo Opoolamatthewopoola.hashnode.dev·Jul 23, 2024WebAssembly (Wasm): Exploring How it Enhances Frontend PerformanceIn the dynamic world of web development, performance is often a crucial factor influencing user experience and overall satisfaction. Traditional web applications primarily rely on JavaScript for client-side scripting, but with the advent of WebAssemb...DiscussWebAssembly
Angus Chiuanguschiu.hashnode.dev·Jul 13, 2024Developing a Rust and WebAssembly Offline Cycling Navigation PWA: Part 3 GuideI started developing this app two months ago to explore Rust frontend development. Initially, I use the Seed framework, which greatly inspired me with its ELM-like syntax. As a backend developer, I found the Elm Architecture (or TEA, the really usefu...DiscussRust