Akinsola AdemolaforMore.About.Techlevi-writes.hashnode.net·Feb 2, 2023Logging in Python: A Beginner's GuideLogging is an important aspect of any application. It is the process of providing information about the happenings in your application. If done well, It can be useful for helping a developer pinpoint reasons for app crashes, errors, possible bugs, an...Robiu Adepoju Adufe and 5 others are discussing this6 people are discussing thisDiscuss·103 likes·1.3K readsPythonGreat article, Levi! 12
Andy Blackledgefor10 PRINT "I AM COOL"andyblackledge.hashnode.net·Aug 17, 2021FeaturedBetter logging through technologyLogging is a subject close to my heart. Good quality logging will get you out of a tight spot, poor quality logging will have you pulling your hair out (metaphorically in my case 😊). Here, I try to share the benefit of my experience and thinking in ...Vijay Thirugnanam and 4 others are discussing this5 people are discussing thisDiscuss·68 likes·415 readsProgramming Blogs
Josue Balandrano Coronelforrm complexityrmcomplexity.hashnode.net·Dec 2, 2020FeaturedIntroduction to Python LoggingLogging is one of the best way to keep track of what is going on inside your code while it is running. An error message can tell you details about the state of the application when an error happens. But proper logging will make it easier to see the ...Discuss·61 likes·632 readsPython
Sylvester Amaechiforslycreatorslycreator.hashnode.net·Apr 25, 2023Introduction to Logging in JavaWhat is logging? Logging is the process of recording information about an application's behavior during runtime. This information can be used for debugging, troubleshooting, and performance analysis. Why do we need logging in Java? Logging is crucial...DiscussJava
WhatDoesKmean?for@WhatDoesKmean?loggar.hashnode.net·Apr 21, 2023Updating a Sumo Logic Collector using the APISumo Logic is a cloud-based log management and analytics platform that enables organizations to collect, analyze, and visualize their machine data in real-time. One of the key components of Sumo Logic is the Collector, which is responsible for ingest...Discusssumologic
Carlos Moleroforcarlosmta.hashnode.net·Apr 20, 2023The Power of One: Creating a Single-Instance Logger in TypeScriptThe singleton pattern in software engineering is a design concept that limits the creation of a class to a single instance. It’s a commonly recognized pattern among the “Gang of Four” design patterns, which solve recurring issues in object-oriented p...Discuss·48 readsTypeScript
Alberto LerdaforDeploy Golang web apps using Docker & Cosecudevops.hashnode.net·Apr 18, 2023Docker simple logging managementThe moment you understand you need logs is when your application fails and you don't know what happened. The only way to prevent this is to think about logging from the beginning. To add logs to our application, we have to decide where to store them ...DiscussDocker
Saumya Pandeyforsaumyapandey.hashnode.net·Apr 9, 2023Sending Linux Syslogs to Graylog ServerIn the previous blog, we talked about Graylog and its important properties. We have also talked about how to install Graylog locally and get started. Here is the link for that blog, https://saumyapandey.hashnode.dev/getting-started-with-graylog In th...Discuss·11 likes·167 readsgraylog
Saumya Pandeyforsaumyapandey.hashnode.net·Apr 7, 2023Getting started with GraylogGraylog is an open-source log management platform that allows organizations to collect, process, and analyze logs from various sources. It is written in Java and uses Elasticsearch or OpenSearch for indexing and searching, MongoDB for storage, and Ap...Discuss·7 likes·79 readsDevops
Karan CSforThe Backend Expresskaranblog.hashnode.net·Apr 7, 2023Programming like a "backend engineer" in Node, Express applications.Node.js and Express are popular technologies for building web applications, providing developers with the tools needed to create fast and scalable backends. Two modules that can help with debugging and logging in these applications are Morgan and Deb...Discuss·10 likeslogging
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Mar 30, 2023Introducing LogIQAre you tired of dealing with slow, buggy web applications? Do you struggle to find the root cause of performance issues and errors? Look no further than LogIQ, a new open-source tool that can help you analyze and optimize your web applications. We a...Discuss·1 like·31 readsOpen Sourcelogging
Marvin KweyuforTheGreenCodesmarvin.hashnode.net·Mar 28, 2023Recommendation systems on the webIntroduction I have a confession to make; I am a huge fan of sci-fi. Whether it is another episode of The Minority Report, Upload or Travelers, I am all for it. Perhaps the underlying cause is my fascination with how these societies use technology in...Discuss·3 likes·62 readsThe Entrepreneur's Path recommender-systems
Jhonatan OliveiraforJhon's Blogjhonatanfoliveira.hashnode.net·Mar 27, 2023Asp.Net Core Apps: A Guide to Observability - Part 1Observability is a key concept in modern software development. It refers to the ability of a system to be monitored, measured, and understood in order to identify and address issues. In the context of ASP.NET Core, observability can help developers a...Discuss·11 likes·338 readsasp.net core