#coding-practices

[ follow ]
Python
fromRealpython
8 months ago

How to Debug Common Python Errors - Real Python

Debugging involves identifying and resolving code errors systematically using techniques like breakpoints and reading tracebacks.
fromHackernoon
4 years ago

40% of AI-Generated Code Is Vulnerable. How to Protect Yours! | HackerNoon

When developers use AI coding tools, they may inadvertently create security vulnerabilities. Nearly 40% of AI-generated code contains issues, which can have serious implications.
Software development
#python
Artificial intelligence
fromPsychology Today
8 months ago

The Oracle Illusion: When Prompting AI Feels Like Faith

As prompting becomes a ritual, fluency replaces depth in how we use and trust AI.
We're coding by intuition, not logic, as vibe replaces understanding in human-AI creation.
The oracle sounds wise, but we risk outsourcing thought for ease.
JavaScript
from2ality
8 months ago

Tips for making regular expressions easier to use in JavaScript

Utilizing flags, named capture groups, and whitespace effectively can improve the readability of regular expressions.
fromSubstack
10 months ago

Vibe Coding is not an excuse for low-quality work

The term 'vibe coding' suggests a new approach where speed and creativity overshadow essential coding principles, highlighting concerns over long-term software maintainability.
Artificial intelligence
#technical-debt
fromHackernoon
4 years ago

5 Ways To Fortify Your Code Against Memory Leaks | HackerNoon

Memory leaks are like roaches in your codebase, sneaking around, gobbling up memory until your app slows down or crashes hard.
Java
[ Load more ]