Dhanish ShettyforCOPS IIT BHUblogs.copsiitbhu.co.in·Dec 19, 2024Understanding Euler's Totient Function: A Key Tool in Number TheoryEuler’s Totient Function often symbolised as ϕ(n), is one of the most important and fascinating functions in number theory. Named after the mathematician Leonhard Euler, it counts the number of integers upto a given integer n that are coprime to n. T...30 likes·162 readsProgramming Blogs
Max Comperatoremaxcomperatore.hashnode.dev·an hour agoThe Power of a Software EngineerBeing a software engineer is the best thing that has ever happened to me—I was born for this. It feels like a superpower. I see technology through a unique lens: I not only understand it, but I also have the ability to craft it and bring ideas to lif...software development
Nicsady Ngwenyadeegemini.hashnode.dev·8 hours ago404 ErrorIntroduction Have you ever wondered why the internet decided to make "404" the official code for a page not found?🤔 I mean, out of all possible numbers, why not 400? Or 123?🤷♀️ Turns out, there’s a room behind this mystery. Literally. Let’s dive ...4 likesProgramming Blogs
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·12 hours agoMastering Literals in Python Programming: A Complete Guide with Practical ExamplesIntroduction: In Python, literals are fixed values that can be assigned to variables or constants in the code. These values can be of various types, including strings, numbers, or boolean values. Literals are fundamental to Python programming, allowi...Kubernetes Basics: A Beginner’s GuideDevops
Vineeth J Nairmodule-federation.hashnode.dev·12 hours agoMicro Frontend Architecture and Module Federation: A Deep DiveIn the modern web development landscape, scalability, maintainability, and faster deployment are critical. Micro Frontend Architecture has emerged as a powerful solution to address these needs, especially for large-scale applications. This blog explo...Programming Blogs
Shreya Sharmacnn-lstmhybridstockpred.hashnode.dev·12 hours agoUnleashing the Power of High-Frequency Trading with Real-Time AI SystemsTitle AI for High-Frequency Trading: Building Resilient Real-Time Prediction Systems Introduction High-frequency trading (HFT) has revolutionized financial markets by leveraging ultra-fast algorithms to execute thousands of trades in milliseconds. B...Programming Blogs
FAB Builderfabbuilder.hashnode.dev·15 hours agoFrom Zero to Launch: Web & Mobile Apps Made EasyIn today's digital world, the demand for web and mobile applications is increasing, providing ample opportunities for businesses to grow and connect with their audience. However, turning an idea into an application can be a daunting task, especially ...webdev
Cyrille N'DAH23cyy.hashnode.dev·15 hours agoLe Principe de Turing : Un fondamental de l'Informatique ModerneIl existe des concepts qui, bien qu’issus d’une époque lointaine, continuent de définir notre monde moderne. Parmi eux, le principe de Turing occupe une place essentielle. C’est une idée révolutionnaire, à la fois simple et élégante, qui est à la bas...logical-thinking
unidoclibunidoclib.hashnode.dev·19 hours agoExploring the Role of Golang in Excel File CreationExcel files are integral to modern data management and analysis. Whether you're dealing with financial reports, inventory tracking, or project management, the ability to generate Excel files programmatically can save time and ensure consistency. With...Excel File Creation
Varun Kelkardevvarun.hashnode.dev·20 hours agoHoisting in JavaScript: The Simple Concept That Can Trick YouHoisting is one of the most commonly asked JavaScript interview questions, often considered a beginner-friendly concept. However, its behaviour can be deceptive, leading even seasoned developers into traps. What is Hoisting? Hoisting in JavaScript is...JavascriptJavaScript
esProc Desktopesproc-desktop.hashnode.dev·21 hours ago#120 — Group by SegmentProblem description & analysis: Here below is a data table: Task: We want to count the number of people in each of the following score segments respectively: below 50, 50–60, 60–70, 70–80, 80–90, and above 90. Solution: Use SPL XLL and enter the fol...10 likesexcel