Explain Codes LogoExplain Codes Logo

Best Articles — Page 221

Implementing Singleton with an Enum (in Java)

java
singleton
best-practices
thread-safety

How to fix the ''module java.base does not "opens java.io" to unnamed module'' error in Android Studio?

java
java-8
gradle
android-studio

Ruby on Rails: how to render a string as HTML?

ruby
html-rendering
rails-erb
html-sanitization

Force flex item to span full row width

html
responsive-design
flexbox
css

Error when connect database continuously

sql
retry-policies
database-connections
error-handling

Why does Iterable<T> not provide stream() and parallelStream() methods?

java
stream-engineering
best-practices
performance

Using Selenium WebDriver to retrieve the value of an HTML input

javascript
webdriver
javascript-executor
selenium

Is it possible to output a SELECT statement from a PL/SQL block?

sql
prompt-engineering
best-practices
pipelined-functions

Java: how to initialize String[]?

java
array-initialization
best-practices
java-8

Can an input field have two labels?

html
accessibility
form-design
screen-readers

Recommended SQL database design for tags or tagging

sql
database-design
performance-optimization
indexing

Using CSS td width absolute, position

html
responsive-design
css
table-layout

Custom ListView Adapter `getView` Method Called Multiple Times, and No Coherent Order

android
listview-performance
viewholder-pattern
adapter-optimization

Sql query to select distinct row with minimum value

sql
window-functions
sql-queries
performance-optimization

How do I access an array item by index in handlebars?

javascript
handlebars
array-access
javascript-templates

How to use Java property files?

java
file-input-stream
properties-file
utf-8-encoding

Override twitter bootstrap TextBox Glow and Shadows

web-development
css-customization
responsive-design
best-practices

How to use FormData for AJAX file upload?

javascript
ajax-file-upload
formdata
javascript-objects

Get the number of rows in a table using SQLAlchemy

python
sqlalchemy
orm
performance

Database/sql Tx - detecting Commit or Rollback

sql
transaction-management
error-handling
database-operations