Explain Codes LogoExplain Codes Logo

Best Articles — Page 9

What does colon equal (:=) in Python mean?

python
assignment-expressions
walrus-operator
python-3.8

What does ':' (colon) do in JavaScript?

javascript
object-literal-declarations
json-data-structures
destructuring

What characters are valid in a URL?

html
percent-encoding
url-validation
browser-compatibility

What causes "Unable to access jarfile" error?

java
file-permissions
typographical-mistakes
path-encapsulation

What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?

java
maven-compiler-plugin
java-version-management
eclipse-configuration

What are .tpl files? PHP, web design

web-development
template-engine
smarty-syntax
php-scripts

What are the ways to make an html link open a folder

html
browser-differences
file-links
security-measures

What are these three dots in React doing?

javascript
spread-operator
react
typescript

What are the pros and cons of performing calculations in sql vs. in your application

sql
database-performance
sql-vs-java
data-transfer

What are the differences between numpy arrays and matrices? Which one should I use?

python
numpy
arrays
matrices

What are the differences between json and simplejson Python modules?

python
json-vs-simplejson
python-modules
performance-optimization

What are the differences between Helper and Utility classes?

java
singleton
best-practices
design-patterns

What are the actual uses of ES6 WeakMap?

javascript
memoization
garbage-collection
event-listeners

What are some methods to debug Javascript inside of a UIWebView?

javascript
debugging
web-inspector
remote-debugging

What are initial-scale, user-scalable, minimum-scale, maximum-scale attributes in meta tags?

html
responsive-design
viewport
meta-tags

What are good ways to prevent SQL injection?

sql
sql-injection-prevention
parameterized-queries
orm-security

What are data classes and how are they different from common classes?

python
data-classes
object-comparison
python-3-7

What are all the valid self-closing elements in XHTML (as implemented by the major browsers)?

html
self-closing-tags
xhtml-specification
mime-types

What are all possible POS tags of NLTK?

python
nltk
pos-tagging
natural-language-processing

Websockets vs. Server-Sent events/EventSource

javascript
real-time-communication
server-sent-events
websockets