Sachin Nandanwarwww.azureguru.net·21 hours agoZ 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·a day agoTSPRank: 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·27 readsRanking Algorithms
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 ...DiscussTalksBlockchain 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
Jaydeep Ravatsuperjavacoder.site·Nov 12, 2024Mastering Spring Boot: The Ultimate Guide to Building Production-Ready ApplicationsSpring Boot has become a go-to framework for building scalable, microservice-based Java applications due to its simplicity and productivity features. However, making an application "production-ready" requires a focus on stability, security, maintaina...Discuss·10 likesJava LearningSpringboot
Jadesola Adeagbojadesolaadeagbo.hashnode.dev·Nov 10, 202410 tools every frontend developer should know aboutBuilding frontend applications can be overwhelming and stressful if you are not using the right tools as a developer. Here are 10 tools I believe every frontend developer should know how to use: 1.) Version Control Tools Examples are Git and Github: ...Discuss·34 likesFrontend Development
Harshad Birajdarblog.harshad.tech·Nov 8, 2024Optimize Your Code Avoid Excessive console.log StatementsHere are two code samples. The first code sample, which includes a console log, took 1.207s, while the second one, the same code without the console log, took 0.32ms. It's common to use console.log to debug or check values during development. Howev...Discuss·57 readsJavaScript
Pagepropagepro.hashnode.dev·Nov 8, 2024Sanity and Nextjs for CI / CDSanity and Next.js for Seamless CI/CD: A Guide In development, optimizing workflows for efficiency is crucial, not only for internal processes but also for improving the end-user experience. CI/CD (Continuous Integration and Continuous Delivery) play...DiscussNext.js
Alvin Leealvinslee.hashnode.dev·Nov 6, 2024Wow, pnpm, you're really fast.If you’re a Node.js developer, then you’re familiar with npm and Yarn. You might even have a strong opinion about using one over the other. For years, developers have been struggling with the bloat — in disk storage and build time — when working with...DiscussJavaScript