karthik hubliforKarthik Hublicustomer-identity-access-management.hashnode.dev·10 hours agoUnderstanding Customer Identity and Access Management (CIAM)In today's digital world, secure and reliable online interactions are paramount. We entrust our personal information and financial details to countless digital platforms, making robust security measures essential. This is where CIAM, or Customer Iden...DiscussIAM
Maxi Contierimaximilianocontieri.com·a day agoCode Smell 280 - Spaghetti CodeThis article is dedicated to the late Thomas E. Kurtz, one of BASIC's creators, as it was the first programming language I learned. TL;DR: GOTO statements create confusing and unmaintainable code Problems Logic becomes unclear Debugging gets har...Discuss·98 readsCode Smellsclean code
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Nov 19, 2024How AI is Reshaping Software Development: Insights from the 2024 Dora ReportI’ve been working in tech long enough to see all kinds of "revolutions" come and go, each promising to change everything. But AI? This one feels different. The way it’s woven itself into every corner of software development is wild. AI is reshaping ...Discuss2024 dora report
Omkar Manteomkarmante260.hashnode.dev·Nov 18, 2024What is Big Data? Understanding the 6 Vs of Big DataIntroduction Big Data is more than just a buzzword; it is a disruptive force that influences how we acquire, analyze, and use information. In this blog, we'll look at what Big Data really means and the 6 Vs—the fundamental characteristics that define...Discuss·1 like·45 readsSoftware Engineering
Steve Worthamstevewortham.hashnode.dev·Nov 18, 2024Explained: Network Throttling to Test Website PerformanceIt does not matter whether the site is a shopping site, a news site or a business site; users want to access the pages faster. But the connectivity of the networks differs due to different network conditions and this may affect the user experience of...DiscussTesting
Sanjit Gawadesanjit.hashnode.dev·Nov 18, 2024Understanding MVC: A Simple Introduction to Software ArchitectureWhen building applications, maintaining a clean, modular, and scalable architecture is key to long-term success. The Model-View-Controller (MVC) pattern is one of the most widely used architectural patterns, providing a clear separation of concerns a...Discussmvc
Cyrille N'DAH23cyy.hashnode.dev·Nov 18, 2024Transition vers un code structuré et maintenable avec le DDD, TDD et la Clean ArchitectureDans notre dernier article, nous avons exploré les bases de la programmation procédurale, de la programmation séquentielle et de la programmation orientée objet (POO). Ces paradigmes forment les fondations du développement de logiciels, offrant une s...DiscussDDD
Ayanconnectedrhythms.hashnode.dev·Nov 17, 2024Unpacking the Cloud: What is Cloud Computing and Why It Matters?Cloud computing has revolutionized how individuals and organizations use, manage, and store data. It eliminates the need for physical hardware and enables seamless access to computing resources like servers, storage, and applications over the interne...DiscussComputer Science
Steve Worthamstevewortham.hashnode.dev·Nov 15, 2024Guide to Playwright Debugging – Tips and TechniquesPlaywright is a powerful test automation tool that is gaining popularity in the software development world. The tool allows to automate browser tasks and test web applications. With automation, comes the need to ensure seamless execution of the scrip...Discussplaywright
Pragyanshu Aryandotnet-hangfire.hashnode.dev·Nov 15, 2024Comprehensive guide to learning Hangfire in .NET CoreIn today’s fast-paced digital world, smooth and efficient background processing can make or break the performance of your applications. Enter Hangfire, the powerhouse library for handling background jobs in .NET Core. Whether you’re building a high-l...Discuss.net core