Tailwind CSS First Impressions and Cli Setup - Code with Hugo - Jun 18th 2019
Hot off the press
Tailwind CSS 1.x impressions, development and production setup for static sites with Tailwind CLI and PurgeCSS CLI: Tailwind CSS is “a utility-first CSS framework for rapidly building custom designs”. Here's a CLI-only setup for it, with my first impressions.
Find the repo at github.com/HugoDF/netlify-lambda-tailwind-static-starter.
If you missed it
Mocking/stubbing ES6 classes in tests with examples of Sequelize model unit tests: This post goes through some patterns that can be used to unit test ES6 classes.
Jest exclude file/function/statement from test coverage: In computer science, test coverage is a measure used to describe the degree to which the source code of a program is executed when a particular test suite runs.
Super-powered newsletter content with Pocket and Netlify Lambda: An example Netlify Lambda to fetch all “newsletter” posts from Pocket.
An enterprise-style Node.js REST API setup with Docker Compose, Express and Postgres: The why and how of enterprise-style Node.js application.
From the web
CSS Utility Classes and "Separation of Concerns" by Adam Wathan: Over the last several years, the way I write CSS has transitioned from a very "semantic" approach to something much more like what is often called "functional CSS.
Is High Quality Software Worth the Cost? by Martin Fowler: Betteridge's Law of headlines is an adage that says any article with a headline or title that ends in a question mark can be summarized by "no". Those that know me would not doubt my desire to subvert such a law.
Getting to Know Python 3.7: Data Classes, async/await and More! | Heroku by Casey Faist: If you're like me, or like many other Python developers, you've probably lived (and maybe migrated) through a few version releases.