PawHavenpawhaven.hashnode.dev·Nov 25, 2024Mental Self Care WorkbookIntroduction to Your Mental Self Care Workbook Welcome to your journey of introspection and growth with the Mental Self Care Workbook! In an age where mental wellness is gaining the attention it deserves, creating a sustainable self-care routine has ...Discussboosters
Vincemrdvince.hashnode.dev·Nov 9, 2024Buildlog Genesis - Single Control Plane Kubernetes HomelabOriginally posted from my blog: https://mrdvince.me/posts/build-log-genesis-single-control-plane-kubernetes-homelab/ So I decided to build a Kubernetes cluster at home. Sure, I could say it's mainly for self-hosting + probably ML (I will need to add...DiscussKubernetes
Tom X NguyenforDwarves Foundation's Team Blogdwarvesf.hashnode.dev·Oct 16, 2024LoggingWhen you’re working with generative AI application, one thing that often gets overlooked is logging. Logging helps you keep track of what’s happening under the hood and gives you the insights you need to improve your model. Whether it's detecting err...Discussllm
Kanglin Wukanglin.hashnode.dev·Jul 27, 2024快速產生 log 的 tool - flogBackground 之前為了要在自己本機測試 filebeat 的功能,但是因為沒有可以測試的 log 而煩惱,後來在網路上找到這個由 mingrammer 所建立的 image,十分地強大,可以用 go / homebrew 及 docker 來安裝,我打算用這篇筆記來記錄我用這資源建立一個不斷產生假資料的 docker container。 Run by docker-compose 1. Create docker-compose.yaml Based on command args,...Discussdocker images
TECHcommunity_SAGtechcommsag.hashnode.dev·Apr 18, 2024Log Aggregation for Cumulocity IoT MicroservicesOverview In my last article about Microservice Monitoring I explained 2 ways how you can achieve a proper monitoring for your microservices hosted in Cumulocity. I explicitly excluded logging and log aggregation from that topic because it is another ...Discusscumulocity
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 27, 2024Day 29: Jenkins Important interview Questions.Difference between Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD): CI: Integrates code changes into a shared repository frequently, ensuring automated builds and tests. CD: Automates the process of deploying a...Discuss·34 readshandling secets
HANBYEOL LEEweppykr.hashnode.dev·Dec 22, 2023Unity 에서 원격으로 사용가능한 Console 패키지Unity로 개발하는 동안 유용하게 사용하던 콘솔 에디터를 오픈 소스로 공개했습니다. 네트워크 연결을 통해 앱에서 생성된 로그를 에디터에서 원격으로 확인할 수 있고, 사용자 정의 명령어를 실행할 수 있어 다양한 테스트와 디버깅에 유용합니다. Unity 패키지 매니저를 사용하여 쉽게 설치하고 사용할 수 있습니다. Introduction RemoteConsole 은 원격으로 전송 되는 로그를 통해 디버깅을 하고, 사용자 정의 명령어를 이용하여 개발...Discussunity
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Nov 23, 2023Creating Cloudwatch Log Group's using TerraformIntroduction:- CloudWatch is a powerful monitoring tool provided by #Amazon Web Services (AWS) that enables you to collect and track data from various sources, including resources and applications running on #AWS. #Terraform is a popular infrastructu...DiscussTerraform
Maisy Tsemaisyt.hashnode.dev·Jan 23, 2023Cron: Schedule Task with Log HousekeepingMany Linux servers run scheduled tasks using Cron Jobs as a matter of routine. According to the job definition, Cron will run the task (usually a command or a group of commands in a shell script) at specific times (e.g. daily, 1st of every month, eve...Discuss·215 readscronjob
Francisco Alvarenga Ruafranciscorua.hashnode.dev·Oct 1, 2022Creating a log file in PythonIntro Hi! This article if suitable for Data Analysts or early stage developers, I'm sure there are multiple other ways of doing this and maybe even more efficiently. This is meant to help you guys saving time coding and debugging. Here's my 50 cents...Discuss·42 readsPython