Ishwar Galaneblog.kloudwiz.com·Oct 20, 2024AWS Nuke ☢️💥 - How to use it?In the earlier blog, we saw what AWS Nuke is and why & when you should use it. In this blog, we'll walk through how to install and use aws-nuke to keep your AWS accounts tidy. 🔍 Finding the Right Version of AWS-Nuke aws-nuke is a command-line tool t...DiscussAWS NukeAWS
Rishav Dharrdhar.hashnode.dev·Oct 20, 2024Secure cloud provisioning pipeline with GitHub automationAs a member of the Platforms engineering team, we understand that security is a shared responsibility throughout the DevSecOps lifecycle for provisioning infrastructure. As a result, we set about championing best practices across the organization, wi...DiscussInfrastructure as code
Ashutosh Rathoreblog.ashutoshrathore.in·Oct 18, 2024Empowering the Future with Platform EngineeringIntroduction: In the ever-evolving landscape of technology, organizations are constantly seeking ways to enhance efficiency, agility, and scalability. The advent of cloud computing has revolutionized the way applications are built and deployed, enabl...DiscussPlatform EngineeringCloud
André Hoffmannandrehoffmann.hashnode.dev·Oct 15, 2024Beyond DevOps: Integrating SRE and Platform Engineering for Holistic SuccessAs you may have heard, DevOps is on the verge of death. It's about software development and how the DevOps culture has been detrimental to organizations. I mentioned in my last article that DevOps is about to break down silos and improve communicatio...DiscussDevops
Sameer iisameer3056.hashnode.dev·Oct 3, 2024DevOps vs SRE vs Platform EngineeringEnterprises must navigate and optimize their operational frameworks in the fast-paced world of modern IT. In this revolutionary journey, Site Reliability Engineering (SRE), DevOps, and Platform Engineering are three particularly well-known methods. E...DiscussSRE
Luca MaraschiforPlatformatic Blogblog.platformatic.dev·Sep 24, 2024Introducing the Node Application PlatformImagine a world where managing Node.js applications on Kubernetes was as simple as deploying a single command. A world without the complexities of juggling multiple environments, logging, and tracing. Unfortunately, for many enterprise teams, this is...Discuss·5.6K readsNode.js
Sangam BiradarforCloudNativeFolks Communityblog.cloudnativefolks.org·Sep 23, 2024Infrastructure from Code (IfC): Overview and Role in Platform Engineering with StackGenIn our previous blog, we explored the concept of Infrastructure from Code (IfC) and how it automates the generation of infrastructure directly from application code. This approach eliminates the need for manually writing infrastructure as code (IaC) ...Discuss·11 likes·176 readsPlatform Engineering
GUDI KOTI ESWAR MANIgcpgkemhcs.hashnode.dev·Sep 12, 2024Mastering Docker Buildx and BuildKit: Transitioning from Legacy Builds to Multi-Platform MagicIntroduction: If you've been building Docker containers for a while, you’ve likely come across this message: DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with Buil...Discuss·40 readsCloud
Qasim AlbaqaliforCalo Engineeringengineering.calo.app·Sep 3, 2024AWS Inter-Service Communication: Simplifying Integration and Enhancing EfficiencyService-to-service communication (also known as inter-service communication) refers to the exchange of data or messages between different services or components that collectively form a larger application or system (think how different microservices ...Discuss·206 readsAWS
Patrick Wawerublog.iampato.me·Sep 1, 2024Part 1: Setting Up the Development EnvironmentIn this first part of our series, we'll set up the development environment necessary to build our mini Whatsapp application. We'll be installing and configuring the essential tools and frameworks required for both the back end and the front end of ou...DiscussBuilding a mini chat appFlutter