A DIY node_modules Cache for Docker in Your CI
May want to be careful around building deps in one Linux distro and copying to another though.. - http://amp.gs/jGzfr
#nodejs
May want to be careful around building deps in one Linux distro and copying to another though.. - http://amp.gs/jGzfr
#nodejs
remelehane.dev
DIY node_modules cache for Docker in your CI
A custom solution for speeding up docker builds within your CI using a custom node_modules cache container.
👍4
The Study of Shaders with React Three Fiber
A complete guide on how to use shaders with React Three Fiber, work with ‘uniforms and varyings’, and build dynamic, interactive and composable materials with them. A lot to enjoy here if you prefer the more visual and creative end of things. - http://amp.gs/jGzo1
#react
A complete guide on how to use shaders with React Three Fiber, work with ‘uniforms and varyings’, and build dynamic, interactive and composable materials with them. A lot to enjoy here if you prefer the more visual and creative end of things. - http://amp.gs/jGzo1
#react
👍2
3 Useful CSS Hacks
Kevin Powell looks at some unconventional approaches to solving specific problems in CSS. - https://www.youtube.com/watch?v=MywezIxlp8Y
#css
Kevin Powell looks at some unconventional approaches to solving specific problems in CSS. - https://www.youtube.com/watch?v=MywezIxlp8Y
#css
YouTube
3 useful CSS hacks
There are times when we need to take more... unconventional approaches to solving a given problem, so in this video I look at 3 (or 4, really), hacky, but useful solutions that we can use in our CSS.
🔗 Links
✅ vmax, and the other viewport units: htt…
🔗 Links
✅ vmax, and the other viewport units: htt…
👍6
👍5💩1
Husky 6 Lint (prettier + eslint) and commitlint for JavaScript Projects
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the… - http://amp.gs/jGt0W
#husky
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the… - http://amp.gs/jGt0W
#husky
👍10😁1
Style Queries
Una Kravets explains what Style Queries are and shares some ideas on how to use Style Queries in ways that enable a better developer experience and more flexible component-owned styles. - http://amp.gs/jGmT9
#css
Una Kravets explains what Style Queries are and shares some ideas on how to use Style Queries in ways that enable a better developer experience and more flexible component-owned styles. - http://amp.gs/jGmT9
#css
👍6🤮1
Angular: How I Moved 90% GETs Into a Cacheable Shell Component
For web applications, having a lot of similar GET APIs is normal, but creating them is repetitive and tedious for developers. - http://amp.gs/jGm7Y
#angular
For web applications, having a lot of similar GET APIs is normal, but creating them is repetitive and tedious for developers. - http://amp.gs/jGm7Y
#angular
👍6
How I Created an eCommerce Store with Vue Storefront UI and Medusa
Medusa is an open-source composable eCommerce platform with easy customizations and integrations including Vue Storefront UI. - http://amp.gs/jGmiq
#vue
Medusa is an open-source composable eCommerce platform with easy customizations and integrations including Vue Storefront UI. - http://amp.gs/jGmiq
#vue
👍4❤1
How to make Angular OnChanges better
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big… - http://amp.gs/jGZIY
#angular
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big… - http://amp.gs/jGZIY
#angular
Medium
How to make Angular OnChanges better
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big Angular projects. In order to…
👍7
How To Use Multithreading in Node.js
Folks often say they see DigitalOcean's involvement in the publication of an article as a sign of quality, and this practical walkthrough-style introduction to how Node uses threads internally and how and why you might use worker threads is worth a look. - http://amp.gs/jGZ9y
#nodejs
Folks often say they see DigitalOcean's involvement in the publication of an article as a sign of quality, and this practical walkthrough-style introduction to how Node uses threads internally and how and why you might use worker threads is worth a look. - http://amp.gs/jGZ9y
#nodejs
👍3🤯1
How We Built Hydrogen: A React Framework for Building Custom Storefronts - http://amp.gs/jGpzp
#react
#react
👍4
Getting Started with Vue Composables
Learn how composable functions are used to extract logic
functionality to be reused across components. - http://amp.gs/jGpSc
#vue
Learn how composable functions are used to extract logic
functionality to be reused across components. - http://amp.gs/jGpSc
#vue
👍5
The Joy of Variable Fonts: Getting Started on the Frontend
Evgenii Shkodin, Roman Shamin, and Rita Klubochkina take a deep look at getting set up with variable fonts, explain how to properly load them, and deal with settings, some ‘gotchas’ and more. - http://amp.gs/jGlTp
#css
Evgenii Shkodin, Roman Shamin, and Rita Klubochkina take a deep look at getting set up with variable fonts, explain how to properly load them, and deal with settings, some ‘gotchas’ and more. - http://amp.gs/jGlTp
#css
👍5
Domain-Driven Design: Everything You Always Wanted to Know About it, But Were…
DDD is a holistic approach for solving business problems through rich collaboration with domain experts and… - http://amp.gs/jGlit
#ddd
DDD is a holistic approach for solving business problems through rich collaboration with domain experts and… - http://amp.gs/jGlit
#ddd
👍4
Ten Common JavaScript Issues Developers Face
If you’ve been working with JavaScript for many years (perhaps since 2014 when this newly-updated article was first penned), these are potholes you (probably) already know how to steer around, but there’s plenty to chew on here otherwise. - http://amp.gs/jGBxV
#javascript
If you’ve been working with JavaScript for many years (perhaps since 2014 when this newly-updated article was first penned), these are potholes you (probably) already know how to steer around, but there’s plenty to chew on here otherwise. - http://amp.gs/jGBxV
#javascript
👍6
Cloudscape: A React Component Design System from AWS
Built for and used by Amazon Web Services, you currently get 66 components covering all the usual bases, opinionated guides to design best practices, and lots of demos. - http://amp.gs/jGBJw
#react #aws
Built for and used by Amazon Web Services, you currently get 66 components covering all the usual bases, opinionated guides to design best practices, and lots of demos. - http://amp.gs/jGBJw
#react #aws
👍6
Parsing Command Line Arguments with util.parseArgs()
Dr. Axel takes one of his characteristically technical tours of a useful CLI-oriented feature added in Node 18.3. - http://amp.gs/jGnkC
#nodejs
Dr. Axel takes one of his characteristically technical tours of a useful CLI-oriented feature added in Node 18.3. - http://amp.gs/jGnkC
#nodejs
2Ality
Parsing command line arguments with `util.parseArgs()` in Node.js
In this blog post, we explore how to use the Node.js function parseArgs() from module node:util to parse command line arguments.
👍2