Explain Codes LogoExplain Codes Logo

Best Articles — Page 107

C# guid and SQL uniqueidentifier

sql
guid
sql-server
entity-framework

How to convert a Binary String to a base 10 integer in Java

java
binary-conversion
base-10-integer
two-complement-notation

Make div's height expand with its content

html
responsive-design
flexbox
css

How do I install a Python package with a .whl file?

python
pip-installation
python-packages
wheel-files

Spring MVC - How to return simple String as JSON in Rest Controller

java
best-practices
json-handling
rest-controllers

Sql query for finding records where count > 1

sql
performance
best-practices
indexing

Single vs Double quotes (' vs ")

html
html-entity
html-attribute
best-practices

Eclipse: Set maximum line length for auto formatting?

java
editor-preferences
auto-formatting
custom-formatter-profile

Overflow:hidden dots at the end

css
responsive-design
best-practices
css-pseudo-elements

Are there legitimate uses for JavaScript's "with" statement?

javascript
javascript-best-practices
scope-management
modern-javascript

Ternary Operation in CoffeeScript

javascript
prompt-engineering
best-practices
functions

Preserve Line Breaks From TextArea

html
best-practices
responsive-design
performance

When to use the !important property in CSS

html
css-best-practices
responsive-design
css-structure

How to iterate through SparseArray?

java
sparse-array
android-development
performance-optimization

Quickest way to convert XML to JSON in Java

java
xml-to-json
jackson-library
org-json-library

Add/remove HTML inside div using JavaScript

javascript
event-delegation
dom-interactions
performance-optimization

Make HTML5 video poster be the same size as video itself

html
responsive-design
performance
best-practices

Is there a srcset equivalent for css background image

css
responsive-design
image-optimization
css-features

Limit number of characters allowed in form input text field

javascript
prompt-engineering
functions
callbacks

Which Python memory profiler is recommended?

python
memory-profiling
performance-optimisation
python-tools