Sheetal BajajforThe Git Spotgithub-beginning.hashnode.dev·7 hours agoGitHub Basics: Creating and Setting-up a RepositoryIntroduction If you are new to programming, GitHub is a must learn tool. It not only helps you manage your code but also makes collaboration effortless. If you’re working on a project, and suddenly you lose your track of changes made or need to colla...Sonam Kumari and 2 others are discussing this3 people are discussing thisDiscuss·53 likes·56 readsasync devs
Mitali sahuforwhat is OOPSwhat-is-oops.hashnode.dev·2 hours agoWhat is JavaJava is a class base Object Oriented Programming, high level, robust, multithreaded, Programming language. Java is very powerful and versatile programming language. It’s a great language for creating banking application because it provides more secur...DiscussJava
Oguntade EmmanuelforOguntade Emmanuel Bolubolu-writes.hashnode.dev·4 hours agoCallback functions, Higher Order Functions and Closures in programming.Callback Function: What are callback functions?Just as the names implies, it is a function that is called back whenever it is needed. In JavaScript, callback functions are passed into another function as a param with the sole aim of the callback to r...DiscussJavaScript
Sheetal BajajforThe Git Spotgithub-beginning.hashnode.dev·7 hours agoGitHub Basics: Creating and Setting-up a RepositoryIntroduction If you are new to programming, GitHub is a must learn tool. It not only helps you manage your code but also makes collaboration effortless. If you’re working on a project, and suddenly you lose your track of changes made or need to colla...Sonam Kumari and 2 others are discussing this3 people are discussing thisDiscuss·53 likes·56 readsasync devs
Sahil SudanforSudan's Bloggrowingdeveloper.hashnode.dev·15 hours agoUnderstanding the Problem: The First Step Towards Efficient CodingIn the world of programming, there’s a popular saying: “Understanding the problem is 50% of the work.” This may sound like an oversimplification, but it holds a deep truth. As developers, we often get caught up in the excitement of coding, jumping st...Discusscoding
Mohammed Anwarforos-module-in-python.hashnode.dev·Nov 30, 2024Time Complexity: Beyond Interview QuestionsDuring technical interviews, many developers first encounter Big O notation and time complexity analysis. This often leads to the misconception that these concepts are merely academic exercises. However, understanding time complexity is crucial for b...DiscussGeneral Programming
Nicsady NgwenyaforWallMinderdeegemini.hashnode.dev·Nov 29, 2024Foo and BarIf you’ve been coding long enough, well, even if you haven't really, maybe you're a student, you’ve probably encountered foo and bar. No, they’re not failed attempts at naming a dog and a cocktail lounge—they’re placeholders. But why foo and bar? Are...Discusswomenwhocode
ViditforGodspeed Systemsgodspeed.hashnode.dev·Nov 29, 2024Godspeed Winter of AI: Building the Future, Together🎉 Announcing Godspeed's Winter of AI 🎉 Starting from the 6th of December, you can apply to be part of something amazing - the Winter of AI, a program in partnership with IIT-Kanpur’s Programming Club, designed to empower innovators, technologists...DiscussThe 10X Engineer#WinterOfAI
esProc Desktopforesproc-desktop.hashnode.dev·Nov 29, 2024#107 — Sorting of Simple MembersProblem description & analysis: Here below is a data table: Task: We want to sort the values in ascending and descending orders. Solution: Use SPL XLL and enter the following formulas respectively. Sort in ascending order: =spl("=?.sort()",A1:A10)...Discuss·10 likesexcel
Swapnoneel SahaforKeploy Community Blogkeploy.hashnode.dev·Nov 29, 2024How AI is Transforming the Future of Software DevelopmentThe world of software development is undergoing a huge transformation, due to the emergence of artificial intelligence (AI). AI-powered tools and methodologies are reshaping how we write, test, and deploy code, which is making our programming faster,...Discuss·10 likesAI
Vibhas ThakurdesaiforCodotics blogcodotics.hashnode.dev·Nov 28, 2024Playing with data types...The article provides an overview of data types in C, highlighting primary types such as integers, floating-point numbers, and characters, along with derived types like arrays, pointers, structures, and unions. It also explains the characteristics and...Discussbigining