Gagandeep Singhblog.gagan93.me·Oct 28, 2023Debugging Production DowntimesDowntime refers to a period when a system/service is partially or completely unavailable. Based on the criticality of service and the customers you're serving, this can cause a loss of millions of dollars. I've been on the frontline for debugging and...Discuss·86 readsdebugging
Ian Carsoniancarson.hashnode.dev·Oct 13, 2023Process of Shipping code to Production.The process of shipping code to production is one of the core processes that every organization routinely engages in. It is therefore paramount that this process should be as strict as possible. The process should also pass through a series of checks...Discussproduction
Eniola Chinemeremdevelopercruz.hashnode.dev·Oct 13, 2023Revolutionizing Production: IoT Innovation Sparks a Manufacturing EvolutionIntroduction In today's rapidly evolving world, the Internet of Things (IoT) has taken the manufacturing industry by storm. The integration of IoT technology into production processes has brought about remarkable changes, optimizing efficiency, reduc...Discussiot
Ian Andwatiandwati.hashnode.dev·Sep 29, 2023Django Secret Key TutorialManaging the Django SECRET_KEY variable The Django SECRET_KEY variable is very crucial to your Django application. The secret key must be a large random value and it must be kept secret. Leaking this value to unauthorized people could lead to a secur...Discuss·35 readsPython
Simran KaurforTryst with Debuggingctrlb.hashnode.dev·Sep 27, 2023Dynamic Logging: The Evolution of Software MonitoringTraditional static logging is like writing a journal without knowing what your day will be like—often cluttered and overwhelming. But imagine a smarter journal that records only what's truly essential as your day unfolds. Dynamic logging is a smart j...Discuss·31 readsdebugging
Karuppiah Natarajankaruppiah.dev·Sep 27, 2023Upgrading a NATS Cluster in ProductionThis blog post provides details on how to upgrade a NATS cluster from one version to another version. This is a pretty straightforward process, assuming You have a good Highly Available (HA) setup (topology) for the NATS cluster. And all your data i...Discuss·28 readsnats
Josh AdvisoryforJosh Advisory Blogblog.joshadvisory.tech·Sep 26, 2023SQL UPDATE Query Locking nightmareOne fine morning, around 6 AM, I got a pagerduty alert that the production systems were down, some of our users were able to intermittently access the application but there were mostly database errors. The application I am talking about is a Golang m...Discuss·2 likes·32 readsMySQL
Emediong Samuelemebless.hashnode.dev·Sep 25, 2023Testing In Production: What You Need to Know“Horrible app, it keeps logging me off each time!” — These are certainly not the kind of user reviews software companies want to read. As a result, companies are on their feet, striving to ensure they release software applications that work flawlessl...Discuss·10 likes·188 readsTesting
Rajaram Erraguntlaforiamrajaram1iamrajaram1.hashnode.dev·Sep 24, 2023Production-Ready in Minutes: The Ultimate Real-Time Pre-Launch AWS EC2 Checklist for CloudOps Engineers📚 Abstract Learn how to launch cloud services quickly and confidently with our guide. This checklist will help CloudOps Engineers make sure their systems are ready for action in no time. Discover real-time tips and best practices to simplify your wo...DiscussAWS
Krishna SainiforKrishna Saini's team blogkrishnasaini.hashnode.dev·Sep 12, 2023From console.log to Log Mastery: Elevating Your Software Development GameWhen working on personal projects or small-scale experiments, it's common to rely heavily on console.log debugging and getting insights into how your code is functioning. This makes sense because it's a quick and straightforward way to understand wha...Discuss·32 readslogging