Explain Codes LogoExplain Codes Logo

Best Articles — Page 185

How to alter a column's data type in a PostgreSQL table?

sql
data-loss
constraint-violations
indexing

How do I ALTER a PostgreSQL table and make a column unique?

sql
unique-constraint
postgresql
database-design

Get records of current month

sql
date-format
unix-timestamp
database-performance

Html: Characters allowed for name attribute of input element?

html
form-validation
xss-prevention
html-attributes

Any good, visual HTML5 Editor or IDE?

html
responsive-design
web-development
best-practices

New line in Sql Query

sql
new-line-character
sql-query
database-environments

Convert Long into Integer

java
null-handling
overflow-handling
conversion-strategies

Making the <body> element strech across the whole screen

html
responsive-design
css
layout

Converting an int to a binary string representation in Java?

java
binary-conversion
integer-to-binary
java-8

Sql DELETE with JOIN another table for WHERE condition

sql
join
delete
subqueries

<select multiple> - how to allow only one item selected?

html
responsive-design
accessibility
javascript

Hide html horizontal but not vertical scrollbar

html
responsive-design
css
scrollbar

How to set header and options in axios?

javascript
axios-headers
javascript-configuration
http-methods

How may I align text to the left and text to the right in the same line?

html
responsive-design
css-grid
flexbox

How can you customize the numbers in an ordered list?

html
responsive-design
css
cross-browser-compatibility

Sql Update query with group by clause

sql
subquery
update-query
group-by

Use Mockito to mock some methods but not others

java
mockito
unit-testing
test-coverage

How do I get time of a Python program's execution?

python
performance
profiling
timers

How to make an input type=button act like a hyperlink and redirect using a GET request?

javascript
onclick-event
redirect
get-request

Examples of GoF Design Patterns in Java's core libraries

java
design-patterns
java-8
object-handling