Delicious

Delicious

10518 bookmarks
Custom sorting
Why is .gitignore not ignoring .DS_Store?
Why is .gitignore not ignoring .DS_Store?
In this case I want to ignore the files iOS uses, and in particular this file .DS_Store I created a .gitignore file as such touch .gitignore and put in a single line /.DS_Store I push to a ...
·stackoverflow.com·
Why is .gitignore not ignoring .DS_Store?
Getting started
Getting started
Create a modern notebook to document or explain almost anything with spacebook.app
·spacebook.app·
Getting started
CSS Only Masonry Layouts with Grid
CSS Only Masonry Layouts with Grid
Masonry layouts have become increasingly common across the web. Let's look at how to create them with minimal JS - and also what the CSS only future looks like for masonry.
·fjolt.com·
CSS Only Masonry Layouts with Grid
How to do a nested if else statement in ReactJS JSX?
How to do a nested if else statement in ReactJS JSX?
I wanted to know if its possible to do nested if else if in ReactJS JSX? I have tried various different ways and I am unable to get it to work. I am looking for if (x) { loading screen } else { ...
·stackoverflow.com·
How to do a nested if else statement in ReactJS JSX?
flattening the nested object in javascript
flattening the nested object in javascript
I ran into this problem, I was able to write solution which can handle array of object (not posted here) or one level deep nested object but i couldn't solve when the given object has nested struct...
·stackoverflow.com·
flattening the nested object in javascript
Minimum Static Site Setup with Sass | Stephanie Eckles
Minimum Static Site Setup with Sass | Stephanie Eckles
Use this command line combination for building a static site that includes Browsersync, processing Sass and running the final files through autoprefixer and cssnano.
·thinkdobecreate.com·
Minimum Static Site Setup with Sass | Stephanie Eckles
Fontsource
Fontsource
Self-host fonts in neatly bundled NPM packages.
·fontsource.org·
Fontsource
Writing Logic in CSS • i am schulz
Writing Logic in CSS • i am schulz
CSS is a highly specialized programming language focusing on style systems. Because of this unique use case and its …
·iamschulz.com·
Writing Logic in CSS • i am schulz
How to Build a Website From Scratch With PHP
How to Build a Website From Scratch With PHP
Got the very basics of PHP down pat and ready to take up a beginner challenge? Try building a site from scratch with this tutorial.
·makeuseof.com·
How to Build a Website From Scratch With PHP
How to prevent scrolling the page on iOS Safari 15
How to prevent scrolling the page on iOS Safari 15
If we show a modal on iOS we need to prevent events inside the modal from interacting with the page behind the modal. On a previous episode of “Fun with Safari” we could use preventDefault() on the "touchmove" event but on iOS 15 that no longer works. Here we go.
·pqina.nl·
How to prevent scrolling the page on iOS Safari 15
LEGO Letterpress: Bird Species from The Netherlands Are Printed with Everyone’s Favorite Toy Bricks
LEGO Letterpress: Bird Species from The Netherlands Are Printed with Everyone’s Favorite Toy Bricks
Back in 2017, designer Roy Scholten and collaborator Martijn van der Blom brought LEGO into their letterpress workshops for elementary school students. Small and accessible to most, the ubiquitous plastic bricks were easier and faster to use than traditional lead type and were familiar creative tool
·thisiscolossal.com·
LEGO Letterpress: Bird Species from The Netherlands Are Printed with Everyone’s Favorite Toy Bricks
Patterns
Patterns
Learn JavaScript design and performance patterns for building more powerful web applications.
·patterns.dev·
Patterns