Kanav Gathe90-days-of-devops-kanav.hashnode.dev路21 hours agoAnsible Playbooks: A Practical Guide with Best PracticesIn the world of Infrastructure as Code (IaC), Ansible stands out as a powerful automation tool. Today, we'll dive into Ansible playbooks - what they are, how to write them effectively, and the best practices that will help you create maintainable and...#90daysofdevops
Jason Joseph Nathangeekist.co路Dec 19, 2024Building the FoundationIn the previous article, I talked about how to manage your sub-domain setup with Nginx in a streamlined way. In this one, we'll dive into common approaches to structuring folders on your server and share the system I鈥檝e settled on. Traditionally, mos...41 readsTaming Nginxnginx
Mahira Technology Private Limitedmahiratechnology.hashnode.dev路Dec 18, 2024Mastering Modern DevOps: Deploy Retool on Kubernetes with HelmIntroduction :- DevOps practices have become essential in modern software development, enabling teams to deliver applications faster and more efficiently. One powerful combination in this realm is deploying Retool, a popular low-code platform, on Kub...Retool
Felix Verduinfsvtech.hashnode.dev路Dec 18, 2024Three Game-Changing Tips I Wish I Knew Starting Out in Power PlatformAs a Power Platform developer, I鈥檝e had the opportunity to create numerous applications over the years. Along the way, I鈥檝e encountered my fair share of challenges鈥攕ome of which kept me up at night! Looking back, there are several things I wish I had...41 readsMicrosoft PowerFx
Soumya Nasipuritheneuralnotebook.hashnode.dev路Dec 17, 2024Enhance Your Django App with Python Enum: A Practical GuideIntroduction In the world of web development, Django stands out as a powerful and versatile framework for building robust applications. However, as applications grow in complexity, maintaining clean and efficient code becomes increasingly important. ...46 readsDjango
Amrita Sawhneyconstruct-craft.hashnode.dev路Dec 17, 2024The Truth About Refactoring CodeRefactoring code is a journey every developer must face at some point, whether you're looking at a tangle of your own making or grappling with someone else's mysterious creation. I find myself asking the same questions every time: Where do I begin? W...Beginner Developers
Mahira Technology Private Limitedmahiratechnology.hashnode.dev路Dec 17, 2024Streamlining AWS Compliance: A Guide to Email Notifications for Non-Compliant ResourcesOverview :- In the ever-evolving landscape of cloud governance, ensuring AWS resource compliance is paramount. AWS Config provides a robust solution, and in this guide, we鈥檒l delve into the essential process of setting up email notifications for non-...AWS
Nayan Radadiyaweb3fronted.hashnode.dev路Dec 17, 2024Clean and Scalable React Native Expo Project Structure for Modern AppsIntroduction 馃殌 When building a React Native app with Expo, having a clean and scalable folder structure can make a huge difference. A well-organized project helps developers work efficiently, reduces bugs, and makes it easier to scale features in th...Production-Ready React Native
aakasblog.aakas.com.np路Dec 17, 2024Understanding SOLID Principles: Essential Steps for Building Scalable SoftwareIn the realm of software development, creating systems that are scalable, maintainable, and robust is a universal challenge. The SOLID principles provide a tried-and-true framework for achieving these goals by addressing common software challenges su...Programming Blogs
JealousGxblog.jealous.dev路Dec 17, 2024Building Scalable Microservices with Golang: Best Practices and Design TipsIn the world of modern software architecture, microservices have emerged as a game-changer. The need to break away from monolithic, monolithic applications has never been more pressing. But as we embrace microservices, the question becomes: How do we...golang