Anirudh Singh Bhadauriaanirudhbhadauria.hashnode.dev·2 hours agoProtocol Buffers - Google's data interchange format 🎃What is protobuf? 👀 Protocol Buffers are language-neutral, platform-neutral extensible mechanisms for serializing structured data. Basically, Protocol Buffers (often referred to as Protobuf) is a data format developed by Google used for serializing...Discuss·1 likeprotobuf
Jack Linkejacklinke.com·20 hours agoSquashing Django Migrations the Easy WayMy django project currently has almost 300 models (and another 80-ish 3rd party models), along with some 250 or so migration files from 6 years of development. This is a common situation in long-running Django projects - as your application grows, mi...Discuss·1 like·57 readsDjango
Sachin Nandanwarwww.azureguru.net·Nov 22, 2024Z Order in Delta Lake - Part 2In my previous article on Z Order for Data Lake we delved into the underlying algorithm of Z order curve and saw how elegantly the data is organized that suffices the overall optimization of the search process and how instead of vertical efficiency o...Discuss#Z Order
Gabi DobocanforTelepatblog.telepat.io·Nov 22, 2024Harnessing Machine Learning to Revolutionize Geothermal System DesignArxiv: https://arxiv.org/abs/2411.00504v1 PDF: https://arxiv.org/pdf/2411.00504v1.pdf Authors: Yaochu Jin, Zhongzheng Wang, Qiqi Liu, Jiu Jimmy Jiao, Guodong Chen Published: 2024-11-01 Understanding the Core Ideas The paper introduces an advanced ap...Discussgeothermal systems
Sachin Nandanwarwww.azureguru.net·Nov 20, 2024Z Order in Delta Lake - Part 1If you have a strong background with RDBMS and just like me are transitioning over to Delta lake and underlying analytics platforms, you would start to think of similarities between RDBMS and Delta lake. Though they both deal with structured data and...Discuss#Z Order
Gabi DobocanforTelepatblog.telepat.io·Nov 20, 2024TSPRank: A Game-Changer in Ranking Algorithms Blending Pairwise and Listwise Approaches with TSPWelcome to an intriguing exploration of a groundbreaking machine learning ranking approach known as TSPRank. This innovative solution stands at the crossroads of several existing techniques and introduces a novel framework that leverages the Travelli...Discuss·32 readsRanking Algorithms
Akash Desardaimportidea.dev·Nov 19, 2024How I leveraged FastAPI's dependency injection to reduce code by more than 30%This article expects that you know what is Dependency Injection in the FastAPI world & basic syntax. If you haven't yet explored or used it, I recommend following this guide by the original author of FastAPI. They are incredibly useful when you need ...DiscussData EngneeringFastAPI
shohanur rahmanshohan777.hashnode.dev·Nov 16, 2024Why React uses Pure Components?React enforces using pure components. To ensure this React has ‘StrictMode’ on in the development mode/environment. So that any impure component can be identified. React Doc says, “React’s rendering process must always be pure. Components should only...DiscussReact
CryptapeforCryptape Jungleblog.cryptape.com·Nov 15, 2024Spawn: Direct Cross-Script Calling Method in CKB Virtual MachineThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Wanbiao Ye (Mohanson) is a blockchain engineer at Cryptape, specializing in low-level VM and compiler development. His work spans multiple ...Discuss·26 readsTalksBlockchain development
Vishesh Tiwariforvishesh-devvishesh-tiwari-dev.hashnode.dev·Nov 13, 2024How to Identify and Remove Unused Files in React Projects?Hi Developer, In this article ,I am sharing some tools/method which will help you to maintain clean react code base. Keeping Your React Codebase Clean and Efficient: A Comprehensive Guide In the fast-paced world of web development, maintaining a clea...DiscussCodeCleanup