#coding-practices

[ follow ]
#software-development
fromLogRocket Blog
5 months ago
JavaScript

Automate code commenting using VS Code and Ollama - LogRocket Blog

Comments in code are essential for explaining logic and decision-making, enhancing collaboration for future developers.
fromHackernoon
3 years ago
Java

5 Ways To Fortify Your Code Against Memory Leaks | HackerNoon

Memory leaks can significantly degrade app performance, but there are effective prevention strategies.
fromHackernoon
2 years ago
JavaScript

Duplicating a Database Record in Laravel | HackerNoon

Using brute-force methods in code implementation is not sustainable in the long run.
fromLogRocket Blog
5 months ago
JavaScript

Automate code commenting using VS Code and Ollama - LogRocket Blog

Comments in code are essential for explaining logic and decision-making, enhancing collaboration for future developers.
fromHackernoon
3 years ago
Java

5 Ways To Fortify Your Code Against Memory Leaks | HackerNoon

Memory leaks can significantly degrade app performance, but there are effective prevention strategies.
fromHackernoon
2 years ago
JavaScript

Duplicating a Database Record in Laravel | HackerNoon

Using brute-force methods in code implementation is not sustainable in the long run.
more#software-development
#readability
fromRealpython
7 months ago
Python

Syntactic Sugar: Why Python Is Sweet and Pythonic Quiz - Real Python

Syntactic sugar enhances code readability and is crucial for writing Pythonic code.
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.
fromRealpython
7 months ago
Python

Syntactic Sugar: Why Python Is Sweet and Pythonic Quiz - Real Python

Syntactic sugar enhances code readability and is crucial for writing Pythonic code.
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.
more#readability
Artificial intelligence
fromThe Hacker News
2 months ago

12,000+ API Keys and Passwords Found in Public Datasets Used for LLM Training

Hard-coded credentials in datasets pose severe security risks for users and organizations.
Large language models may amplify insecure coding practices due to the presence of live secrets in training data.
Scala
fromTheregister
2 months ago

Time to make C the COBOL of this century

Buffer overflow vulnerabilities in software are deemed avoidable and frustrating by authorities, prompting calls for better coding practices and alternatives to C.
#web-development
fromJakelazaroff
6 months ago
Web development

My Modern CSS Reset | jakelazaroff.com

A customized CSS reset can simplify web development, incorporating modern practices and serving as a versatile base for styles.
fromJakelazaroff
6 months ago
Web development

My Modern CSS Reset | jakelazaroff.com

A customized CSS reset can simplify web development, incorporating modern practices and serving as a versatile base for styles.
more#web-development
#debugging
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
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
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#debugging
fromnedbatchelder.com
4 months ago
Python

Testing some tidbits

Exploring diverse methods in Python for validating strings of zeros and ones emphasizes practical, varied coding strategies.
fromHackernoon
2 years ago
JavaScript

Web Scraping Optimization: Tips for Faster, Smarter Scrapers | HackerNoon

Advanced web scraping requires a shift from basic practices to more sophisticated strategies for scalability and long-term effectiveness.
fromMedium
7 months ago
Scala

Scala's Option#foreach

Scala's Option type uses foreach instead of ifPresent to align with its collection framework and promote functional programming practices.
fromCSS-Tricks
8 months ago
JavaScript

All About JavaScript Loops | CSS-Tricks

JavaScript has various loop types, each with unique functions suitable for different scenarios.
[ Load more ]