#debugging

[ follow ]
#web-development
JavaScript
fromLogRocket Blog
3 months ago

How to master JavaScript debugging for web apps - LogRocket Blog

Debugging JavaScript requires understanding code intricacies, especially in complex apps with minified code.
fromInfoQ
1 month ago
JavaScript

ESLint Now Officially Supports CSS, JSON, and Markdown

ESLint now officially supports CSS linting, addressing common debugging challenges faced by developers.
fromHackernoon
2 years ago
JavaScript

Front End Debugging Part 3: Debugging Networking Communication Issues | HackerNoon

Modern browser tools are superior for debugging network issues compared to Wireshark.
Chrome and Firefox provide powerful features tailored for web development debugging.
The ability to modify and resend requests within the browser enhances the debugging process.
JavaScript
fromLogRocket Blog
3 months ago

How to master JavaScript debugging for web apps - LogRocket Blog

Debugging JavaScript requires understanding code intricacies, especially in complex apps with minified code.
fromInfoQ
1 month ago
JavaScript

ESLint Now Officially Supports CSS, JSON, and Markdown

ESLint now officially supports CSS linting, addressing common debugging challenges faced by developers.
fromHackernoon
2 years ago
JavaScript

Front End Debugging Part 3: Debugging Networking Communication Issues | HackerNoon

Modern browser tools are superior for debugging network issues compared to Wireshark.
Chrome and Firefox provide powerful features tailored for web development debugging.
The ability to modify and resend requests within the browser enhances the debugging process.
more#web-development
#php
fromwww.sitepoint.com
6 months ago
JavaScript

Script no more working

The problem lies in the handling of directory paths in PHP, particularly the use of variables for dynamic paths.
fromSitePoint Forums | Web Development & Design Community
1 week ago
Web development

Php string code error

Unexpected character in input indicates a syntax error in PHP code.
Refer to the line number of the warning for accurate diagnosis.
Non-ASCII characters often cause such warnings in PHP code.
Focusing on whitespace and special symbols can remedy the issue.
fromwww.sitepoint.com
6 months ago
JavaScript

Script no more working

The problem lies in the handling of directory paths in PHP, particularly the use of variables for dynamic paths.
fromSitePoint Forums | Web Development & Design Community
1 week ago
Web development

Php string code error

Unexpected character in input indicates a syntax error in PHP code.
Refer to the line number of the warning for accurate diagnosis.
Non-ASCII characters often cause such warnings in PHP code.
Focusing on whitespace and special symbols can remedy the issue.
more#php
#nsolid
fromnodesource.com
2 months ago
OMG science

Tracing of Node.js for Better Visibility and Performance with N|Solid

Tracing in N|Solid enables better visibility of application performance, simplifying the identification of bottlenecks and enhancing debugging processes.
fromnodesource.com
2 months ago
OMG science

Tracing of Node.js for Better Visibility and Performance with N|Solid

Tracing in N|Solid enables better visibility of application performance, simplifying the identification of bottlenecks and enhancing debugging processes.
more#nsolid
#software-engineering
fromInfoQ
1 month ago
Growth hacking

The Harsh Reality of Building a Real-time ML Feature Platform

Effective communication is crucial in debugging machine learning models and personal relationships.
fromInfoQ
7 months ago
DevOps

Intuit Engineering's Approach to Simplifying Kubernetes Management with AI

Intuit used Generative AI to enhance monitoring and debugging of Kubernetes clusters, focusing on detection, debugging, and remediation.
fromInfoQ
1 month ago
Growth hacking

The Harsh Reality of Building a Real-time ML Feature Platform

Effective communication is crucial in debugging machine learning models and personal relationships.
fromInfoQ
7 months ago
DevOps

Intuit Engineering's Approach to Simplifying Kubernetes Management with AI

Intuit used Generative AI to enhance monitoring and debugging of Kubernetes clusters, focusing on detection, debugging, and remediation.
more#software-engineering
#coding-practices
fromHackernoon
2 years ago
JavaScript

Code Smell 287 - Unused Local Assignment | HackerNoon

Avoid assigning values you never use to keep your code clean and maintainable.
fromHackernoon
1 month ago
Scala

Overusing Implicit Returns Makes Your Code Harder to Read and Debug | HackerNoon

Overusing implicit returns makes code harder to read and debug.
fromHackernoon
2 years ago
JavaScript

Code Smell 268 - Ternary Metaprogramming | HackerNoon

Ternary operators for dynamic method calls reduce code readability and maintainability, introducing potential errors.
fromHackernoon
3 years ago
JavaScript

Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code | HackerNoon

Range loops in Go can cause bugs due to copying behavior with single variable reuse across iterations.
fromHackernoon
2 years ago
JavaScript

Code Smell 287 - Unused Local Assignment | HackerNoon

Avoid assigning values you never use to keep your code clean and maintainable.
fromHackernoon
1 month ago
Scala

Overusing Implicit Returns Makes Your Code Harder to Read and Debug | HackerNoon

Overusing implicit returns makes code harder to read and debug.
fromHackernoon
2 years ago
JavaScript

Code Smell 268 - Ternary Metaprogramming | HackerNoon

Ternary operators for dynamic method calls reduce code readability and maintainability, introducing potential errors.
fromHackernoon
3 years ago
JavaScript

Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code | HackerNoon

Range loops in Go can cause bugs due to copying behavior with single variable reuse across iterations.
more#coding-practices
fromHackernoon
1 month ago
Digital life

Here's How to Test iOS Apps Across Different States and Lifecycle Stages 10 Different Ways | HackerNoon

Understanding app lifecycle helps in debugging and ensuring smooth user experience during different app states.
#python
fromPythonbytes
2 months ago
Python

22 years old

Python developers can now debug HTTP(S) requests easily using a tool that runs with the command 'pyhttpdbg'.
fromPython
8 months ago
Python

Python in Visual Studio Code - August 2024 Release - Python

Exciting release of Python and Jupyter extensions for Visual Studio Code with improved Python discovery, inline variable values, and VS Code Native REPL enhancements.
fromMouse Vs Python
5 months ago
JavaScript

How to Debug Your Textual Application - Mouse Vs Python

Textual simplifies creating text-based UIs but complicates debugging due to terminal control and IDE limitations.
fromPythonmorsels
5 months ago
JavaScript

Inspecting objects in Python

In Python, we can inspect an object's structure and data through the REPL using various built-in functions.
fromRealpython
11 months ago
JavaScript

Python's Built-in Exceptions: A Walkthrough With Examples - Real Python

Errors and exceptions are crucial in programming. Errors are concrete issues that can be fixed by updating the code, while exceptions are events that should be handled to prevent program crashes.
fromPython
8 months ago
Python

Python in Visual Studio Code - August 2024 Release - Python

Exciting release of Python and Jupyter extensions for Visual Studio Code with improved Python discovery, inline variable values, and VS Code Native REPL enhancements.
fromMouse Vs Python
5 months ago
JavaScript

How to Debug Your Textual Application - Mouse Vs Python

Textual simplifies creating text-based UIs but complicates debugging due to terminal control and IDE limitations.
fromPythonmorsels
5 months ago
JavaScript

Inspecting objects in Python

In Python, we can inspect an object's structure and data through the REPL using various built-in functions.
fromRealpython
11 months ago
JavaScript

Python's Built-in Exceptions: A Walkthrough With Examples - Real Python

Errors and exceptions are crucial in programming. Errors are concrete issues that can be fixed by updating the code, while exceptions are events that should be handled to prevent program crashes.
more#python
Node JS
fromMedium
2 months ago

Adding Trace ID to Responses for Better Correlation

Trace IDs are crucial for observability in distributed systems, enhancing debugging and correlation of requests.
Inclusion of trace IDs in response headers improves client-side correlation and aids in troubleshooting.
Scala
fromHackernoon
5 months ago

EF 9 Has a Bug Related to GroupBy Usage: GroupBy Throwing an Exception | HackerNoon

EF9 has a bug related to GroupBy that leads to an 'EmptyProjectionMember' exception during query execution.
DevOps
fromInfoWorld
2 months ago

Serverless was never a cure-all

Serverless applications have operational constraints that pose challenges such as cold starts, debugging difficulties, and potential for unexpectedly high costs.
fromInfoQ
3 months ago
JavaScript

Android Studio Ladybug Update Adds Gemini Support, New Debugging Features, and More

Android Studio Ladybug 2024.2.2 enhances developer productivity with Gemini Code Transforms and new debugging tools tailored for a better coding experience.
#software-development
Python
fromPycoders
6 months ago

PyCoder's Weekly | Issue #649

Python 3.13 introduces exciting new features while facing potential release delays.
Pdb is a critical tool for effective Python debugging.
Django provides a wealth of project ideas for developers to enhance their skills.
fromJim-nielsen
7 months ago
JavaScript

Sanding UI

Thorough interaction testing with user interfaces can unveil hidden issues and improve overall user experience.
fromHackernoon
2 years ago
JavaScript

Understanding the Art of Full Stack Debugging | HackerNoon

Full stack debugging is crucial for developers to effectively trace issues through various application layers.
fromHackernoon
6 years ago
Miscellaneous

What I've Learned (and Broken) Building Zero-Knowledge Applications | HackerNoon

Zero-knowledge proofs enable privacy by allowing verification of information without disclosure.
fromMedium
11 months ago
DevOps

True Developer Story: Navigating Challenges with Traditional Logging vs OpenTelemetry Tracing

OpenTelemetry tracing provides enhanced visibility and context sharing in modern software debugging.
Python
fromPycoders
6 months ago

PyCoder's Weekly | Issue #649

Python 3.13 introduces exciting new features while facing potential release delays.
Pdb is a critical tool for effective Python debugging.
Django provides a wealth of project ideas for developers to enhance their skills.
fromJim-nielsen
7 months ago
JavaScript

Sanding UI

Thorough interaction testing with user interfaces can unveil hidden issues and improve overall user experience.
fromHackernoon
2 years ago
JavaScript

Understanding the Art of Full Stack Debugging | HackerNoon

Full stack debugging is crucial for developers to effectively trace issues through various application layers.
fromHackernoon
6 years ago
Miscellaneous

What I've Learned (and Broken) Building Zero-Knowledge Applications | HackerNoon

Zero-knowledge proofs enable privacy by allowing verification of information without disclosure.
fromMedium
11 months ago
DevOps

True Developer Story: Navigating Challenges with Traditional Logging vs OpenTelemetry Tracing

OpenTelemetry tracing provides enhanced visibility and context sharing in modern software debugging.
more#software-development
#programming
fromWIRED
3 months ago
JavaScript

HTML Is Actually a Programming Language. Fight Me

Debugging a programming language often reveals artistic chaos, as seen with the 'broken' Embroidery Troubleshooting Guide highlighting issues in semantic HTML.
fromRealpython
5 months ago
Python

Using .__repr__() vs .__str__() in Python Quiz - Real Python

Special methods improve code readability and debugging by controlling how objects are displayed.
fromCodeProject
6 months ago
Java

Understanding the Difference Between Errors and Exceptions in Java

Errors represent severe problems outside application control, while exceptions are manageable issues that can be handled in code.
fromWIRED
3 months ago
JavaScript

HTML Is Actually a Programming Language. Fight Me

Debugging a programming language often reveals artistic chaos, as seen with the 'broken' Embroidery Troubleshooting Guide highlighting issues in semantic HTML.
fromRealpython
5 months ago
Python

Using .__repr__() vs .__str__() in Python Quiz - Real Python

Special methods improve code readability and debugging by controlling how objects are displayed.
fromCodeProject
6 months ago
Java

Understanding the Difference Between Errors and Exceptions in Java

Errors represent severe problems outside application control, while exceptions are manageable issues that can be handled in code.
more#programming
fromClickUp
3 months ago
JavaScript

11 Best AI JavaScript Code Generator Tools | ClickUp

AI JavaScript generators significantly improve coding efficiency and reduce frustrations for developers by automating repetitive tasks.
fromRubyflow
4 months ago
Ruby on Rails

New Gem: EnhancedErrors - See Variable Values in Errors and Spec Failures

EnhancedErrors Gem simplifies debugging by showing variable values in spec failures, making it easier to fix issues without traditional debugging methods.
#javascript
fromVue.js Feed
9 months ago
JavaScript

Frontend Nation 2024: Cai Cruz - Beyond console.log: Supercharge...

Learn advanced debugging techniques for JavaScript applications beyond console.log.
fromLogRocket Blog
5 months ago
JavaScript

Solving the Node.js console.time is not a function error - LogRocket Blog

The 'console.time is not a function' error is often related to modifications of the built-in console object or improper usage of its methods.
fromVue.js Feed
9 months ago
JavaScript

Frontend Nation 2024: Cai Cruz - Beyond console.log: Supercharge...

Learn advanced debugging techniques for JavaScript applications beyond console.log.
fromLogRocket Blog
5 months ago
JavaScript

Solving the Node.js console.time is not a function error - LogRocket Blog

The 'console.time is not a function' error is often related to modifications of the built-in console object or improper usage of its methods.
more#javascript
fromHackernoon
6 years ago
DevOps

Enable Additional Logs in Azure Pipeline Execution With This Guide | HackerNoon

Enabling additional logs in Azure DevOps pipelines is essential for effective troubleshooting during execution errors.
fromZDNET
4 months ago
Miscellaneous

The next LTS Linux kernel is no surprise but it is packed with goodies

Linux 6.12 is the next LTS kernel, introducing significant improvements like real-time support and easier debugging with QR error codes.
fromHackernoon
55 years ago
JavaScript

Front-End Debugging Part 2: Console.log() to the Max Explained | HackerNoon

Console.log() is a valuable tool for front-end debugging, especially for quick, short-term needs.
fromPycoders
5 months ago
Python

PyCoder's Weekly | Issue #656

The article emphasizes essential debugging techniques for TUIs and showcases resources for utilizing dictionary comprehensions effectively in Python.
fromMedium
5 months ago
DevOps

Thread and Heap Dumps in Docker Containers

A simple method exists to debug Docker applications using thread/heap dumps directly from the container.
fromHackernoon
6 months ago
JavaScript

Why Waiting Matters: Making Automated Tests Reliable | HackerNoon

Wait commands are crucial in automated testing to ensure elements load properly before actions are performed.
#development-tools
fromHackernoon
9 months ago
Cryptocurrency

Best Blockchain Developer Tools for Testing, Debugging, and Detoxing | HackerNoon

Blockchain development poses challenges, particularly in coding and testing smart contracts for security and performance.
fromLogRocket Blog
8 months ago
Angular

Hydration visualization in Angular 18 using debugging tools - LogRocket Blog

Investing in debugging resources is key for improving error-fixing efficiency during application development.
fromHackernoon
9 months ago
Cryptocurrency

Best Blockchain Developer Tools for Testing, Debugging, and Detoxing | HackerNoon

Blockchain development poses challenges, particularly in coding and testing smart contracts for security and performance.
fromLogRocket Blog
8 months ago
Angular

Hydration visualization in Angular 18 using debugging tools - LogRocket Blog

Investing in debugging resources is key for improving error-fixing efficiency during application development.
more#development-tools
fromHackernoon
2 years ago
JavaScript

Code Smell 266 - Collection Aliasing | HackerNoon

Immutable collections prevent unintended side effects from aliasing, leading to clearer, safer code.
fromNew Relic
8 months ago
JavaScript

Manually Capturing Browser Logs

The New Relic browser agent offers API methods to capture raw log data, enabling more thorough debugging processes.
fromRubyflow
10 months ago
Ruby on Rails

Puts Debuggerer 1.0.0 Includes Invoked Class/Method Name

Enhanced Puts Debuggerer v1.0.0 now includes printing invoked class method in debug printouts.
fromInfoQ
11 months ago
JavaScript

Visual Studio 2022 17.11 Preview 1: Pull Requests, Debugging, Profiler and More Improvements

Microsoft released Visual Studio 2022 17.11 Preview 1 with features on pull requests, default shortcuts, debugging, and profiler enhancements.
fromAlvinalexander
3 years ago
Scala

Dart/Flutter: A simple delta-time performance debugging technique

Use manual approach to measure time between statements for debugging Dart/Flutter code.
fromDevOps.com
10 months ago
Data science

Building A New Toolkit to Ensure Accurate AI Predictions - DevOps.com

A robust data infrastructure is crucial for accurate AI predictions. HawkEye toolkit enhances ML workflow with monitoring and debugging capabilities for Meta's ML-based products.
fromSpreaker
10 months ago
Web design

Practical Strategies for Web Optimization: Using Chrome DevTools - JSJ 635 - JavaScript Jabber

Optimizing web performance requires using tools like Chrome DevTools and Lighthouse efficiently.
[ Load more ]