#todayilearned
by @jm3 · aka
John Manoogian
3
Frequent, bite-size mini-milestone updates as I fast-forward merge
*
my front-end web development skills up to 2019 levels.
Learn more
Learnings
Projects
Tags
Entries tagged - "Command Line"
Jul 18, 2019
When it's safe to Git Force Push with Rebase
—
git push –force-with-lease
Command Line
Jul 17, 2019
Live Server: a Simple CLI Server
—
npm i -g live-server; live-server public
Command Line
Javascript
Bundling
Jul 17, 2019
Create New Github Repos from the CLI
—
Using the Hub helper tool
Command Line
Jul 11, 2019
Responsive Image Directory Structure
—
Or, why my images are not in “img”
CSS3
Command Line
Images
Command Line
Responsive
Jul 11, 2019
Responsive Image Directory Structure
—
Or, why my images are not in “img”
CSS3
Command Line
Images
Command Line
Responsive
Jun 30, 2019
ASCIInema - the cinema of ASCII
—
Embeddable, extremely efficient low-bandwidth ASCII terminal screencasts
Command Line
Hugo
Jun 29, 2019
Debugging and inspecting your NPM environment
—
dump your npm environment
Javascript
Command Line
Debugging
Jun 25, 2019
BASEOF in Hugo templating
—
A bit like Ruby’s elegant :yield construct, but without the elegance
Hugo
Command Line
Jun 25, 2019
Repeatable AWS Amplify Console Docker builds
—
Download your amplify.yml and keep it updated as your build evolves
command-line
debugging
Jun 23, 2019
Named colors in Stylelint
—
“always where possible”
CSS3
Color
Command line
Jun 22, 2019
Best practices for naming your NPM scripts
—
Today I learned there are some recommended best practices for naming NPM scripts.
command-line
Jun 14, 2019
JSON api to markdown post creation
—
Airtable → Ruby → Hugo markdown converter
command-line
hugo
Jun 13, 2019
Remove git submodules
—
it’s a lot easier than it used to be
command-line
Jun 11, 2019
Stylelint
—
A mighty, modern linter helping you avoid errors and enforce style conventions.
css3
command line
tools
Jun 10, 2019
Find security vulnerabilities in libraries with Lighthouse
—
Don’t get XSS’d
Hugo
Command Line
Jun 8, 2019
AWS Amplify Console for CI/CD pipelines
—
glue to unify the AWS service zoo for front-end devs
code
command line
tools
Jun 8, 2019
Save or apply a git patch
—
git diff > foo.patch; git reset; echo do stuff; git apply foo.patch Learn more about git patches
Command Line
Jun 7, 2019
Stylelint on the command line
—
Stylelint isn’t just for editors.
CSS3
Command Line
Jun 6, 2019
Flag risky CSS with the 'no-unsupported-browser-features' stylelint plugin
—
Find and fix browser compatibility issues
before
you go live
CSS3
Command Line
Debugging
Jun 1, 2019
Bundle simply with Parcel, a webpack alternative
—
Do you value convention over configuration? Do you strive for simplicity? then Parcel may be for you.
CSS3
Command Line
Bundling