Explain Codes LogoExplain Codes Logo

Best Articles — Page 81

Django optional URL parameters

python
django-views
url-patterns
optional-parameters

Django: Display Choice Value

python
django-templates
best-practices
model-choices

Django auto_now and auto_now_add

python
datetime
django
timestamp

Display image as grayscale

python
image-processing
matplotlib
opencv

Disable zoom on input focus in Android webpage

web-development
responsive-design
mobile-first
performance

Disable webkit's spin buttons on input type="number"?

html
responsive-design
best-practices
css

Disable Pinch Zoom on Mobile Web

web-development
responsive-design
accessibility
best-practices

Disable HttpClient logging

java
logging
httpclient
configuration

Disable a method in a ViewSet, django-rest-framework

python
viewsets
django-rest-framework
http-method-names

Directory Chooser in HTML page

html
directory-chooser
security-restrictions
user-experience

Diff utility works for 2 files. How to compare more than 2 files at a time?

tools
prompt-engineering
best-practices
automation

Different types of thread-safe Sets in Java

java
concurrent-modifications
thread-safe-sets
java-8

Different results with Java's digest versus external utilities

java
file-system-behaviour
windows-platforms
hashing-results

Difference in System.exit(0), System.exit(-1), System.exit(1) in Java

java
exit-codes
system-exit
best-practices

Difference in Months between Two Dates in JavaScript

javascript
date-handling
javascript-functions
date-difference

Difference between @Valid and @Validated in Spring

java
validation
spring
best-practices

Difference between throttling and debouncing a function

javascript
event-handling
performance-optimization
best-practices

Difference between the annotations @GetMapping and @RequestMapping(method = RequestMethod.GET)

java
spring-annotations
best-practices
api-design

Difference between save and saveAndFlush in Spring data jpa

java
best-practices
transactional
database-operations

Difference between position:sticky and position:fixed?

html
responsive-design
css-positioning
sticky-vs-fixed