#programming-practices

[ follow ]
Developer Tech News
2 days ago
Information security

Safe Coding: Google's strategy reduces memory safety vulnerabilities

Google's 'Safe Coding' approach significantly reduces memory safety vulnerabilities, setting a new industry standard for secure programming practices. [ more ]
Alvinalexander
3 weeks ago
JavaScript

Scala best practice: Think "Expression-Oriented Programming"

Expression-Oriented Programming focuses on using expressions that return values, unlike statements that only produce side effects. [ more ]
David Walsh Blog
6 months ago
Web development

I'm So Old: Web Edition

Web development has evolved significantly over the years with changes in coding practices and tools.
Software engineers may feel a generation gap when referring to old programming practices with younger engineers. [ more ]
Realpython
7 months ago
Python

Python Basics Exercises: Lists and Tuples - Real Python

Python lists and tuples are containers for organizing and storing collections of objects
Lists are mutable, while tuples are immutable [ more ]
[ Load more ]