Explain Codes LogoExplain Codes Logo

Best Articles — Page 38

Is there a "not equal" operator in Python?

python
functions
best-practices
dataframe

Is there an eval() function in Java?

java
dynamic-code-execution
security-risks
expression-parsers

Is there an equivalent to background-size: cover and contain for image elements?

css
responsive-design
object-fit
css-tricks

Is there a library function for Root mean square error (RMSE) in python?

python
dataframe
pandas
mean-squared-error

Is there a label/goto in Python?

python
functions
recursion
exceptions

Is there a Java equivalent to null coalescing operator (??) in C#?

java
null-coalescing-operator
java-8
best-practices

Is there a ceiling equivalent of // operator in Python?

python
functions
performance
best-practices

Is there a best practice for generating html with javascript

javascript
client-side-rendering
web-components
security

Is the order of elements in a JSON list preserved?

javascript
json-arrays
object-order
key-order

Issue with virtualenv - cannot activate

python
venv
virtualenv
python-versions

Is putting your favicon.ico file in a non-root path a bad idea?

html
responsive-design
performance
best-practices

Is Node.js native Promise.all processing in parallel or sequentially?

javascript
async-await
promise-all
concurrent-processing

Is Java's assertEquals method reliable?

java
object-comparison
equals-method
assertequals

Is it worth to use slf4j with log4j2

java
logging
best-practices
performance

Is it valid to have an HTML form inside another HTML form?

html
responsive-design
best-practices
accessibility

Is it sometimes bad to use <BR />?

html
responsive-design
best-practices
accessibility

Is it really impossible to make a div fit its size to its content?

html
responsive-design
css
web-development

Is it possible to use raw SQL within a Spring Repository?

java
spring-data
sql-queries
repository-patterns

Is it possible to trap CORS errors?

javascript
cors-error-trapping
cross-origin-requests
security-policies

Is it possible to solve the "A generic array of T is created for a varargs parameter" compiler warning?

java
pattern-builder
type-safety
unchecked-casting