Explain Codes LogoExplain Codes Logo

Best Articles — Page 9

How to manage local vs production settings in Django?

python
best-practices
tools
environment-variables

How to make JavaScript execute after page load?

javascript
prompt-engineering
async
defer

How to make HTML Text unselectable

html
responsive-design
css
javascript

How to make HTML text input field grow as you type?

html
responsive-design
css
input-field

How to make HTML table cell editable?

html
prompt-engineering
web-development
best-practices

How to make Google Chrome JavaScript console persistent?

javascript
browser-extensions
console-logging
development-tools

How to make blinking/flashing text with CSS 3

html
responsive-design
css-3
animation

How to make a parent div auto size to the width of its children divs

css
responsive-design
best-practices
css-grid

How to make `` and `` appear on the same line on an HTML form?

html
responsive-design
css-grid
flexbox

How to make an Android device vibrate? with different frequency?

java
haptic-feedback
vibration-patterns
android-development

How to make a jQuery "$.post" request synchronous

javascript
async-programming
callbacks
promises

How to loop over grouped Pandas dataframe?

python
pandas
dataframe
groupby

How to loop backwards in python?

python
reverse-iteration
python-3
best-practices

How to Listen to State Changes in React.js?

javascript
react-hooks
state-management
lifecycle-methods

How to line-break from CSS, without using <br />?

css
responsive-design
pseudo-elements
white-space-properties

How to leave/exit/deactivate a Python virtualenv

python
venv
bash
virtualenv

How to know which Python is running in Jupyter notebook?

python
prompt-engineering
venv
best-practices

How to keep keys/values in same order as declared?

python
collections
dataframe
pandas

How to keep footer at the bottom of the screen

html
responsive-design
css
web-development

How to join two generators (or other iterables) in Python?

python
generator-expressions
lazy-evaluation
iterators