JS Function Composition: What’s The Big Deal?
James’ articles on JavaScript fundamentals have been very popular over the years, so it’s great to see a new one focusing on a common activity: function composition — “Why, then, do functional programmers get all worked up about it? What’s the big deal?” - http://amp.gs/jBkCK
#javascript
James’ articles on JavaScript fundamentals have been very popular over the years, so it’s great to see a new one focusing on a common activity: function composition — “Why, then, do functional programmers get all worked up about it? What’s the big deal?” - http://amp.gs/jBkCK
#javascript
James Sinclair
JavaScript function composition: What’s the big deal?
To hear some people talk, you'd think function composition was some kind of sacred truth. A holy principle to meditate upon whilst genuflecting and lighting incense. But function composition is not complicated. You probably use it all the time, whether you…
👍9
Build an Online Course App with Vue
Learn to build a video course single-page app with Vue 3 and Vite. - http://amp.gs/jBkrR
#vue
Learn to build a video course single-page app with Vue 3 and Vite. - http://amp.gs/jBkrR
#vue
Build an Online Course App with Vue
Learn to build a video course single-page app with Vue 3 and Vite.
👍2
10 Useful CSS Tricks for Front-end Developers
These CSS tips and tricks showcase nifty CSS tricks that are useful for both developers as well as designers and highlight the potential of not needing JavaScript for certain design features. And, the nice thing is that you can implement these tricks in practically any design! - http://amp.gs/jBeLc
#css
These CSS tips and tricks showcase nifty CSS tricks that are useful for both developers as well as designers and highlight the potential of not needing JavaScript for certain design features. And, the nice thing is that you can implement these tricks in practically any design! - http://amp.gs/jBeLc
#css
👍10🥰1
An Enhanced 2FA Experience for Your npm Account
Over the past six months, GitHub has been keen to tighten up security around the publishing of npm packages with two-factor authentication at the heart of the effort. Now an array of improved 2FA features are in public beta for you to try out, but all maintainers of the top 500 npm packages will be enrolled in a mandatory fashion on May 31. - http://amp.gs/jB7VE
#nodejs
Over the past six months, GitHub has been keen to tighten up security around the publishing of npm packages with two-factor authentication at the heart of the effort. Now an array of improved 2FA features are in public beta for you to try out, but all maintainers of the top 500 npm packages will be enrolled in a mandatory fashion on May 31. - http://amp.gs/jB7VE
#nodejs
The GitHub Blog
Enhanced 2FA experience for your npm account
Late last year, in response to an unprecedented series of account takeovers resulting from the compromise of developer accounts without 2FA enabled, we committed to a variety of enhancements to the npm registry to make two-factor authentication (2FA) adoption…
👍4
The Complete Vue.js Event System Guide
A detailed tutorial on the events system in Vue that goes deeper than the docs. - http://amp.gs/jBP1U
#vue
A detailed tutorial on the events system in Vue that goes deeper than the docs. - http://amp.gs/jBP1U
#vue
Medium
The Complete Vue.js Event System Guide That The Official Doc Didn’t Explain In Detail — Part 1
Event Handling
👍3
📱🔥 IT Network is a brand new social network for IT, where influencers can earn on content!
In the app you can:
- Get access to unique content
- Communicate with IT experts
- Receive interesting job offers
- Discuss your projects with the community
- Get help and support
Try it on Google Play and App Store.
In the app you can:
- Get access to unique content
- Communicate with IT experts
- Receive interesting job offers
- Discuss your projects with the community
- Get help and support
Try it on Google Play and App Store.
👍3
“Change Array by Copy”: Four New Non-Destructive Array Methods
Dr. Axel takes a look at another in-progress ECMAScript proposal (this one is in stage 3) that will introduce some non-destructive ways to reverse, sort, splice, and set (sort of) array elements. - http://amp.gs/jBPA6
#javascript
Dr. Axel takes a look at another in-progress ECMAScript proposal (this one is in stage 3) that will introduce some non-destructive ways to reverse, sort, splice, and set (sort of) array elements. - http://amp.gs/jBPA6
#javascript
👍5
React Batching
An easy-to-follow and well-illustrated tutorial on how to batch up multiple state updates as one and improve rendering performance as a result. - http://amp.gs/jByBN
#react
An easy-to-follow and well-illustrated tutorial on how to batch up multiple state updates as one and improve rendering performance as a result. - http://amp.gs/jByBN
#react
👍3
Cool Hover Effects That Use Background Properties
Temani Afif demonstrates how to create interesting hover effects using CSS background properties. - http://amp.gs/jBy2X
#css
Temani Afif demonstrates how to create interesting hover effects using CSS background properties. - http://amp.gs/jBy2X
#css
❤6👍2🔥1
What's Involved in Running a Ransomware Attack in a Node Module
What began as a learning experiment to see how difficult it would be turned into concern at how easy it was.. - http://amp.gs/jBhCC
#nodejs
What began as a learning experiment to see how difficult it would be turned into concern at how easy it was.. - http://amp.gs/jBhCC
#nodejs
👍5
Complex Vue 3 State Management Made Easy with Pinia
Build a basic blog engine using Pinia, a state management tool for Vue apps, and its main features, including state, getters, and actions. - http://amp.gs/jBhMA
#vue
Build a basic blog engine using Pinia, a state management tool for Vue apps, and its main features, including state, getters, and actions. - http://amp.gs/jBhMA
#vue
👍5
Fetch vs Axios: A Comparison for Fetching HTTP Resources
A beginner-level comparison of the long standing but borderline legacy Axios client versus using the Fetch API. - http://amp.gs/jBvUn
#javascript
A beginner-level comparison of the long standing but borderline legacy Axios client versus using the Fetch API. - http://amp.gs/jBvUn
#javascript
👍5❤1
Creating a Rich Text Editor using Rust and React
In 2021, Rust topped Stack Overflow’s Loved vs. Dreaded list for the sixth straight year. Here’s an example of how it can be incorporated into a React application – less a tutorial and more a case study. - http://amp.gs/jBgjJ
#react
In 2021, Rust topped Stack Overflow’s Loved vs. Dreaded list for the sixth straight year. Here’s an example of how it can be incorporated into a React application – less a tutorial and more a case study. - http://amp.gs/jBgjJ
#react
👍6
Frontend Interview Cheatsheet That Helped Me Get Offers From Amazon & LinkedIn - http://amp.gs/jBgsc
#interview
#interview
👍12
What If Our Sliders Actually Slid?
Jhey Tompkins explores putting an impractical whimsical spin on a well-known native element range input element. - http://amp.gs/jBEx9
#css
Jhey Tompkins explores putting an impractical whimsical spin on a well-known native element range input element. - http://amp.gs/jBEx9
#css
👍5❤1
How to Create a Password Strength Checker with Vue
Build and style your own password strength checker for your Vue app with the popular library zxcvbn and Tailwind CSS in this tutorial. - http://amp.gs/jBE27
#vue
Build and style your own password strength checker for your Vue app with the popular library zxcvbn and Tailwind CSS in this tutorial. - http://amp.gs/jBE27
#vue
👍6
👍6