Freebie: “Oasis” Jekyll Website Template
20.4.2018
A responsive Jekyll template designed for developers who want to set up a small landing page for their mobile applications.
Freebie: “Oasis” Jekyll Website Template was written by Amie Chen and published on Codrops
Collective #408
19.4.2018
Panning Effect for SVG * Oh Man, Look at Your API! * Semantic Experiences * Matrix Vision * Mission Critical
Collective #408 was written by Pedro Botelho and published on Codrops
Build an Amazon-Like Product Preview App using Vue.js
19.4.2018
If you have ever used online stores like Amazon or eBay, you have definitely used the preview feature. It shows you images or videos of the product so you know what to expect before making a purcha
Why You Shouldn’t Necessarily Start with a Monolith
19.4.2018
For your consideration: monolith vs. microservices
Conventional wisdom counsels starting out with a monolith, but are there exceptions? I asked some top CTOs about their experiences to det
What are Higher-Order Components in React?
19.4.2018
If you have been in the React ecosystem for a while, there is a possibility that you have heard about Higher Order Components. Let’s look at a simple implementation while also trying to explain the core idea. From here you should get a good idea of how they work and even put them to use.
Why...
Scroll to the Future
19.4.2018
This is an interesting read on the current state of scrollbars and how to control their behavior across operating systems and browsers. The post also highlights a bunch of stuff I didn’t know about, like Element.scrollIntoView() and the scroll-behavior CSS property.
My favorite part of all though?...
Kinsta
19.4.2018
(This is a sponsored post.)
Huge thanks to Kinsta for sponsoring CSS-Tricks this week! We're big fans of WordPress around here, and know some of you out there are too. So this might come of interest: Kinsta is WordPress hosting that runs on Google Cloud Platform. And in fact, it's officially...
Our 20 Favorite Web Dev Comics of All Time
19.4.2018
Brighten up your day at the office with these fun programming comics
VuePress Static Site Generator
18.4.2018
VuePress is a new tool from Vue creator Evan You that spins up Vue projects that are more on the side of websites based on content and markup than progressive web applications and does it with a few strokes of the command line.
We talk a lot about Vue around here, from a five-part series on getting...
Password Strength Visualization
18.4.2018
Visual feedback for password strength on an image based on Colibro's sign up form.
Password Strength Visualization was written by Mary Lou and published on Codrops
Build An Animated Image Search with Vue.js (Solution to Code Challenge #8)
18.4.2018
Yet to take the code challenge #8 to build an animated image search? You can still do so! Send in your solutions using the co
Creating Spacers with Flexbox
18.4.2018
I was one of the biggest fans of flexbox before it hit but, due to being shuffled around at Mozilla, I never had the chance to use it in any practice project; thus, flexbox still seems like a bit of a mystery to me. This greatly pains me because I feel left out of the […]
The post Creating...