Shahin Hemmatidevopsdetours.com·Dec 8, 2024Comparing Different Models of the Software Development Life Cycles (SDLC)What is Software Development Life Cycles (SDLC)? The Software Development Life Cycle (SDLC) is a structured process used for developing software systems. It defines a series of steps or phases to guide teams in planning, creating, testing, deploying,...DiscussDevOpssoftware development
Rory Murphyapidna.hashnode.dev·Nov 8, 2024API Lifecycle Management: The Role of AIAPI lifecycle management is the backbone of today’s digital world, covering every phase of API development and implementation. From planning and design to testing, deployment, maintenance, and, eventually, retirement, this process is essential for de...DiscussAPIs
Rahul Bansodcompile.hashnode.dev·Nov 2, 2024Life of a Request in Kubernetes: Understanding API Server Processing with ExamplesIn Kubernetes, each request sent to the API server goes through a detailed, multi-step process that ensures security, compliance, and resource correctness. Let’s explore each stage in processing a request, using an example of creating a new Pod to hi...DiscussKubernetes
Parmeet Singhpxrmeet97.hashnode.dev·Oct 7, 2024Long Live Unmount!Recently, I encountered an app that was behaving very poorly, being slow and unresponsive, which it shouldn't have been. I discovered a flaw in a component that was using many timed animations. This prompted me to write this post before fixing the is...DiscussReact
Parmeet Singhpxrmeet97.hashnode.dev·Sep 29, 2024React is classy!You might have guessed from the title what this is going to be about. Yes! It’s about React Class-Based Components. Although the trend has now shifted towards Function-Based Components, it's still important for beginners to understand the concepts an...Discuss·2 likesReact
Aman jaindevnook.hashnode.dev·Sep 15, 2024Understanding the Laravel Life CycleBefore you start with a Laravel project, it's great to get a sense of how Laravel operates behind the scenes. Knowing the journey of a request, from clicking a button to how Laravel processes it step by step, can boost your confidence. This understan...Discuss·41 readsLaravel SeriesLaravel
Chidinma Ozoemenachidinmawrites.hashnode.dev·Sep 6, 2024Cloud Identity and Organization Management: A Comprehensive GuideHey there, cloud enthusiasts! Today, we're diving into the fascinating world of Cloud Identity and Organization Management and exploring the Identity Management Life Cycle. Managing identities and access in cloud environments is crucial for ensuring ...DiscussCloud
Rowland Adimoharowjay.hashnode.dev·Aug 12, 2024Software Releases: A Developer's Guide to Smooth DeploymentsImagine pushing a critical update that brings down your entire production system. Now imagine having the confidence to roll back that change in seconds. This is the power of effective software release management. In today's fast-paced tech world, whe...DiscussWeb Development
Quang Phanquangphan.hashnode.dev·Jul 30, 2024Managing hosted service with IHostedLifecycleService..NET 8 introduced a new interface, IHostedLifecycleService, which lets you define logic to run before StartAsync and after StopAsync. This addition to the existing lifecycle management of a hosted service within .NET Core gives you more flexibility i...Discuss·67 readsC#
Arpan Padhibeingtechsavy.hashnode.dev·Jul 22, 2024An Introduction to Activity Lifecycle in Android"The future of mobile is Android, and Android is the future." - Hiroshi Lockheimer, Former Senior Vice President of Android, Chrome OS & Play at Google Introduction Let us Imagine your phone as a stage with different apps like mini-plays. The Activ...DiscussAndroid