Aakashi Jaiswalaakashi.hashnode.dev·3 hours agoThe Notion Story: A Journey of Simplicity and ComplexityImagine a world where your notes, tasks, databases, and wikis could coexist in one magical space. This isn't just a dream—it's the reality Ivan Zhao and Simon Last created when they founded Notion in 2013. The Origin Story Ivan Zhao wasn't just anot...Discuss·10 likesnotion
Canercanerozdemir.hashnode.dev·2 hours agoUnity ve C# Özelinde Branch PredictionBu yazıyı okuyorsanız, çok yüksek bir ihtimal ile hayatınızda en az 1 kere if-else kondisyonlarının bulunduğu bir kod parçasını gördüğünüzü varsayıyorum. if-else kondisyonları, sadece bilgisayar bilimleri özelinde değil, bilgisayar bilimlerinin genel...Discussunity
Navayuvan Subramanianblogs.navayuvan.dev·4 hours agoTypeScript Won’t Save Your Product: The Case for Clean Code PracticesYou think using TypeScript is gonna keep your product alive, definitely NOT 😂 Here's why! People are obsessed with TypeScript, and I don't say it's wrong. But when it's used incorrectly (without proper clean code principles), even it'll cause a disa...DiscussTypeScript
aman Jaiswalamanog.hashnode.dev·5 hours agoIsolation Levels in Database TransactionsIsolation levels determine how transactions are managed in terms of what they can see and how they interact with other transactions happening at the same time. Each level offers a different balance between speed and keeping data accurate. Here's a lo...Discuss#DatabaseIsolationLevels
Alemoh Rapheal Bajaalemsbaja.hashnode.dev·11 hours agoThe easy way to setup macOS for Laravel app developmentIntroduction In this article, I'll guide you through setting up macOS for Laravel application development. Whether you're a beginner or an experienced developer, you'll find tips on how to build Laravel application using macOS and boost productivity....DiscussLaravelLaravel
Sheikh Abdul Wahidabdulwahidblogs.hashnode.dev·13 hours agoPython Project: Fibonacci Series CalculationIntroduction: The Fibonacci sequence is a classic problem that is often used to demonstrate different approaches to solving problems, such as recursion and iteration. The aim of this program is to calculate the nth Fibonacci number, where the sequen...DiscussPython
aman Jaiswalamanog.hashnode.dev·Dec 13, 2024Redis Core Operations Implementation: On LeetCode ArchitectureRedis is a versatile, open-source, in-memory data store often used for caching, databases, and queues. Here's how Redis can be implemented for core operations and as a queue system. Core Redis Commands SET/GET/DEL Basic commands to store, retrieve, ...DiscussRedis
Ahmad W Khanblog.ahmadwkhan.com·Dec 13, 2024How to Lead Without a Title: Leadership for EngineersLeadership doesn’t come with a badge. It’s not a shiny title on LinkedIn or an extra seat at the conference table. For engineers, leadership is often subtle, quiet, and deeply impactful—a lot like refactoring code. You might not always notice it, but...Discussleadership
Abu Precious O.btere.hashnode.dev·Dec 13, 2024From Training to Inference: How to Use/Know ML Profiling Tools to Maximize PerformanceTo continue our discussion on Latency, we shall talk today about everything profiling. Profiling tools are essential for monitoring the performance of your model and identifying bottlenecks during training and inference. Profiling helps in measuring ...Discussml profiling
Mike Youngmikeyoung44.hashnode.dev·Dec 13, 2024Rho-1: Not All Tokens Are What You NeedThis is a Plain English Papers summary of a research paper called Rho-1: Not All Tokens Are What You Need. If you like these kinds of analysis, you should subscribe to the AImodels.fyi newsletter or follow me on Twitter. Overview The paper "Rho-1: N...DiscussBeginner Developers