Best Practices for Working with Different Filesystems
Be prepared for differences, take care of case sensitivity, and more. - http://amp.gs/jBUWZ
#nodejs
Be prepared for differences, take care of case sensitivity, and more. - http://amp.gs/jBUWZ
#nodejs
Node.js
Working with Different Filesystems | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
👍4
11 Things to Remember for Your Next Flutter Project
An extensive checklist to kick-off a new Flutter project - http://amp.gs/jBdRt
#flutter
An extensive checklist to kick-off a new Flutter project - http://amp.gs/jBdRt
#flutter
Medium
11 Things to Remember for Your Next Flutter Project
An extensive checklist to kick-off a new Flutter project
👍4❤1
Four Eras of JavaScript Frameworks
While the pre-2012 history is a bit fuzzy given the author’s experiences, this is a nice retrospective and attempt to break down the history of JavaScript frameworks into four eras, each of which builds upon what came before. - http://amp.gs/jBOZY
#javascript
While the pre-2012 history is a bit fuzzy given the author’s experiences, this is a nice retrospective and attempt to break down the history of JavaScript frameworks into four eras, each of which builds upon what came before. - http://amp.gs/jBOZY
#javascript
👍4
Pinia: How to Reset Stores Created with Function/Setup Syntax
Pinia is a state management solution for Vue 3. In this article, you'll learn how to reset stores created with function/setup syntax. - http://amp.gs/jBODP
#vue
Pinia is a state management solution for Vue 3. In this article, you'll learn how to reset stores created with function/setup syntax. - http://amp.gs/jBODP
#vue
👍7
React Component Composition Explained
Avoid prop drilling, have cleaner, better structured code.. what’s not to like? - http://amp.gs/jBrCq
#react
Avoid prop drilling, have cleaner, better structured code.. what’s not to like? - http://amp.gs/jBrCq
#react
👍8
Making a Podcast Transcription Server in Node
The author likes listening to podcasts but wants to be able to search back for things that were said in them. He brought it together using the Leopard speech-to-text engine - http://amp.gs/jBr51
#nodejs
The author likes listening to podcasts but wants to be able to search back for things that were said in them. He brought it together using the Leopard speech-to-text engine - http://amp.gs/jBr51
#nodejs
👍3
Deep Dive into Text Wrapping and Word Breaking
Will Boyd explores various ways you can control how text wraps (or doesn’t wrap) on a web page. - http://amp.gs/jBSEi
#css
Will Boyd explores various ways you can control how text wraps (or doesn’t wrap) on a web page. - http://amp.gs/jBSEi
#css
👍2👏1
How to use a skeleton loader with Angular?
Skeleton loaders have become quite popular over the past few years. The purpose of such loaders is to show a… - http://amp.gs/jBNYX
#angular
Skeleton loaders have become quite popular over the past few years. The purpose of such loaders is to show a… - http://amp.gs/jBNYX
#angular
👍6
Building a JavaScript Bundler from Scratch
You’ve built a to-do list, you’ve built a static site generator.. maybe even a testing framework? Christoph, known for his role in building Jest, Yarn and MooTools, takes us to the next step: building a bundler. There’s a livestream version too. A great way to understand how such tools work under the hood. - http://amp.gs/jBN30
#javascript
You’ve built a to-do list, you’ve built a static site generator.. maybe even a testing framework? Christoph, known for his role in building Jest, Yarn and MooTools, takes us to the next step: building a bundler. There’s a livestream version too. A great way to understand how such tools work under the hood. - http://amp.gs/jBN30
#javascript
👍4
👍5
React, Vue and Svelte: Comparing the Basics Series' Articles
An in-depth series of articles comparing the basic features of React, Vue, and Svelte to help you understand the key differences. - http://amp.gs/jBAQl
#vue
An in-depth series of articles comparing the basic features of React, Vue, and Svelte to help you understand the key differences. - http://amp.gs/jBAQl
#vue
👍4
The :removed Pseudo-Class and :finished Functional Pseudo-Class
Ben Frain shares an idea for pseudo-classes that would help you animate or transition things out of the DOM. - http://amp.gs/jBqdY
#css
Ben Frain shares an idea for pseudo-classes that would help you animate or transition things out of the DOM. - http://amp.gs/jBqdY
#css
Ben Frain
The :removed pseudo-class and :finished functional pseudo-class (that I wish we had)
One thing that always frustrates me on the web platform is that there is no way of animating or transitioning things out of the DOM. This is an important shortcoming when you want to create smooth...
👍3
How we scale our frontend applications using micro-frontends
At Unibuddy, we have a lot of products working together to deliver our customers the best experience. - http://amp.gs/jBqLT
#microfrontends
At Unibuddy, we have a lot of products working together to deliver our customers the best experience. - http://amp.gs/jBqLT
#microfrontends
Medium
How we scale our frontend applications using micro-frontends
At Unibuddy, we have a lot of products working together to deliver our customers the best experience. What started as a mono repo soon grew…
👍5
What The useEvent Hook Is
If you want a bit more background to the above, Nick has some initial reactions to the useEvent hook RFC. James Brightman also thinks about it and thinks it’ll eventually “change the way you write modern React.” - http://amp.gs/jBsA3
#react
If you want a bit more background to the above, Nick has some initial reactions to the useEvent hook RFC. James Brightman also thinks about it and thinks it’ll eventually “change the way you write modern React.” - http://amp.gs/jBsA3
#react
typeofnan.dev
What the useEvent React hook is (and isn't)
Initial reactions to the useEvent hook RFC.
👍3👎1
TypeScript 4.7 Released
We wouldn’t usually make TypeScript a top feature in Node Weekly although many of you are using it, but this release has a huge feature in the shape of ES module support for Node – a feature that has been infamously difficult to implement, and whose reliance on file extensions continues to provoke debate. - http://amp.gs/jBsWq
#typescript
We wouldn’t usually make TypeScript a top feature in Node Weekly although many of you are using it, but this release has a huge feature in the shape of ES module support for Node – a feature that has been infamously difficult to implement, and whose reliance on file extensions continues to provoke debate. - http://amp.gs/jBsWq
#typescript
Microsoft News
Announcing TypeScript 4.7
Today we’re excited to announce the availability of TypeScript 4.7! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds…
👍4
How to Build a Podcast Player with Transcriptions using Vue and Supabase
This post walks through setting up a podcast player app using Supabase and Vue 3, including getting transcriptions for the podcasts. - http://amp.gs/jBin6
#vue
This post walks through setting up a podcast player app using Supabase and Vue 3, including getting transcriptions for the podcasts. - http://amp.gs/jBin6
#vue
freeCodeCamp.org
How to Build a Podcast Player with Transcriptions using Vue and Supabase
In this post we will walk through setting up a Podcast Player app using Supabase and Vue 3, including getting transcriptions for the podcasts. This is a continuation of my previous post on setting up Authentication using Supabase [/news/add-supabase-authentication…
👍6
State of CSS 2022
Adam Argyle gives an introduction, and brief overview of styling features coming to CSS in 2022 and beyond. - http://amp.gs/jBDZ5
#css
Adam Argyle gives an introduction, and brief overview of styling features coming to CSS in 2022 and beyond. - http://amp.gs/jBDZ5
#css
👍7