Laasya Kandukurilaasya.hashnode.dev·Nov 15, 2024Garbage Collection: How It Works and Why It MattersGarbage collection is one of the really important processes of programming languages as it collects vacant memory quite efficiently with the help of automatic memory reclamation. If not for this, developers would have to manually allocate as well as ...DiscussJava
Armani Willisarwil.hashnode.dev·Sep 27, 2024The #concepts of #wetware #computing by #arwilThe #concepts of #wetware #computing by #arwil Presented by Armani Willis, assisted by ai. Introduction In the rapidly evolving landscape of technology, the concept of wetware computing has emerged as a fascinating intersection between biological sys...DiscussConcepts
Dewa Mahendradewa-mahendra.hashnode.dev·Sep 11, 2024Learn CI/CD: The Ultimate Introductory GuideIn the world of software development, delivering high-quality software quickly and efficiently is crucial. This is where Continuous Integration (CI) and Continuous Delivery/Deployment (CD) come into play. CI/CD automates the process of software integ...Discuss·26 readsci-cd
Puneethnagapuneeth.hashnode.dev·Aug 31, 2024From Monolithic to Microservices: The Containerization RevolutionHello 👋🏻 tech enthusiasts! In this article we explore the journey from monolithic architecture to microservices and the role of containerization in the microservice architecture. Monolithic Architecture Monolithic architecture was once the standard...Discuss·20 likes·111 readsDevops
Ujjwal Singhujjwal-ghatani-dev.hashnode.dev·Aug 23, 2024Understanding LaunchSettings.json in ASP.NET Core: A Comprehensive GuideIn the world of ASP.NET Core development, configuration plays a crucial role in ensuring that applications run smoothly across different environments. One of the key files that aid in this configuration is the launchSettings.json file. In this articl...Discuss·1 likeasp.net core
Asif Siddiquesemi-colon.hashnode.dev·Aug 21, 2024Who’s ‘This’? A Quirky Exploration of JavaScript’s Most Puzzling KeywordJavaScript is full of mysteries, but none are more elusive than the 'this' keyword. It’s the Sherlock Holmes of the coding world—always present, solving problems, yet often misunderstood. So, grab your magnifying glass, because today, we’re donning o...Discuss·49 readsJavaScript
Suyash Pandeysuyashp30.hashnode.dev·Aug 18, 2024Starting with Learning React but JS firstJS brush-up before Starting Before Starting react, I have to get hold of most important JS concepts used in React such as Promises and Asynchronous JS Functions, Named/Default imports, Arrow functions, Promises and basic event handling and DOM manipu...Discuss·10 likesLearning ReactJSReact
Satakshi Shanvisatakshi.hashnode.dev·Jul 13, 2024Box Sizing and Box Model in CSSBox Model The CSS Box Model is essential for web design and layout, detailing how elements are structured and spaced: Content: The element's actual content. Padding: Space between the content and border. Border: Surrounds the padding and content. ...Discuss·2 likesHTML5
ProDevOpsGuy Tech Communityblog.prodevopsguy.xyz·Jul 4, 2024Docker 🐳 Basic to Advanced Concepts 2024 🚀Comprehensive Guide to Docker Concepts 🚀🐳 Docker has revolutionized the way we develop, ship, and run applications. It provides an open platform for developers and system administrators to build, ship, and run distributed applications on any system...Discuss·2 likes·615 readsDevops
Dr. Juan Zamora-Morawww.doczamora.com·Jun 26, 2024The Bias-Variance Trade-off ExplainedWhat's Bias? In machine learning, Bias refers to the difference between the predicted and expected values. Bias can also be defined as the error that is introduced by approximating a real-life problem. In supervised learning, we usually have a traini...Discuss·37 readsMachine Learning