Andrii Melashchenko, PhDProblog.javatask.dev·a day agoDeploying a Single Page Application (SPA) on AWS: A Beginner's Guide. Part 7. AWS App RunnerIntroduction In this part of the series, the focus is on running your backend application in a production environment. The goal is to provide the necessary tooling to fulfil the Observable, Seamlessly Updatable, and Failure-Tolerant criteria of a Clo...DiscussSPA on AWSAWS
Alvin Leealvinslee.hashnode.dev·Dec 1, 2023Understanding the New SEC Rules for Disclosing Cybersecurity IncidentsThe U.S. Securities and Exchange Commission (SEC) recently announced its new rules for public companies regarding cybersecurity risk management, strategy, governance, and incident exposure. Some requirements apply to this year—for example, disclosure...Discuss#cybersecurity
Rohit Mehtacode-culture.codes·Nov 28, 2023My First Hackathon Experience at HackCBS 6.0Earlier this month, I had the incredible opportunity to attend HackCBS 6.0, India's largest student-run hackathon. In this blog post, I want to share my experience from the moment I registered to the final day of the event. Discovering the Event A fr...Discuss·33 readshackathon
Ignacio Cassiignaciocassi.hashnode.dev·Nov 27, 2023Everything you need to know about Log4Shell vulnerabilityTo understand this vulnerability, we first need to understand its origin. Log4J is the most widely used logging framework in Java for many years. It mainly allows logging events that occur during the execution of a Java application to keep a record, ...Discusslog4shell
demon scientistdemonscientist.hashnode.dev·Nov 20, 2023Mastering Log Parsing for Enhanced Productivity 🚀Introduction Hello, Readers! 👋 Exciting news! Ive discovered a game-changing setup thats supercharged my productivity. Its all about efficiently managing raw logs, like those from Kubernetes pods. This method not only simplifies your workflow but al...Discusslogging
Kunal Sikriroguexray.hashnode.dev·Nov 20, 2023Mastering Log Parsing for Enhanced Productivity 🚀Introduction Hello, Readers! 👋 Exciting news! I’ve discovered a game-changing setup that’s supercharged my productivity. It’s all about efficiently managing raw logs, like those from Kubernetes pods. This method not only simplifies your workflow but...Discussterminal
demon scientistdemonscientist.hashnode.dev·Nov 19, 2023Introducing Loggo: A Powerful Terminal App for Structured Log StreamingIntroduction As a software developer, I often find myself grappling with the challenge of parsing and viewing logs on the terminal. Without color coding and formatting, it can be a daunting task to make sense of the vast streams of data. But then, I ...Discusslogging
Sagar Vaghelasagarvaghela.in·Nov 13, 2023NestJS Logging Like a Pro: Pino, Correlation ID, and GCP Cloud LoggingUnleashing the Power of Professional Logging: Mastering NestJS with Pino, Correlation IDs, and GCP Cloud Logging In the ever-evolving landscape of server-side development, NestJS has emerged as a formidable framework for building efficient and scalab...DiscussNode.js
kibekibeworld.space·Nov 6, 2023Minimum Viable Data - Event Tracking and LoggingWelcome to the world of tech and data, where Reddit's co-founder, Steve Huffman, reminds us that "Data Debt can haunt you" And then there's Mark Zuckerberg, the brain behind Facebook, who hammers home the point that; "...data and qualitative feedbac...Discuss·41 readslogging
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Nov 2, 2023A deep dive into PinoLogging in Node.js development is important because it helps developers monitor the events of their application, track performance, and get alerted of bugs or system malfunctions in their apps. Logging also comes in handy in production environments...Discuss·10 likes·1.2K readsplatformatic