A React 'Bug' (Of Sorts..)
The details HTML element doesn’t seem to play well when used as a controlled component in React, as pointed out in this open GitHub issue. A quirk to be aware of. - http://amp.gs/jGRwV
#react
The details HTML element doesn’t seem to play well when used as a controlled component in React, as pointed out in this open GitHub issue. A quirk to be aware of. - http://amp.gs/jGRwV
#react
phelipetls.github.io
An apparent React bug
The details HTML element doesn’t seem to work well when used as a controlled
component in React, as pointed out in this open GitHub
issue. At first, I thought it
was a React bug, but at the end of my investigation while writing this, I
concluded it’s simply…
component in React, as pointed out in this open GitHub
issue. At first, I thought it
was a React bug, but at the end of my investigation while writing this, I
concluded it’s simply…
👍6
How Our Organization Improved Web Accessibility
Catherine Houle and Ilknur Eren share how their organization removes barriers for people who learn and think differently by combining accessibility and usability in their processes. - http://amp.gs/jGUCm
#css
Catherine Houle and Ilknur Eren share how their organization removes barriers for people who learn and think differently by combining accessibility and usability in their processes. - http://amp.gs/jGUCm
#css
Smashing Magazine
How Our Organization Improved Web Accessibility (Case Study) — Smashing Magazine
In this article, Catherine Houle and Ilknur Eren share how their organization “Understood” removes barriers for people who learn and think differently by combining accessibility and usability in their processes. They also cover basic steps on how to fix common…
👍2👏2🍌1
Clean Architecture: TypeScript Express API
By employing clean architecture, you can design applications with very low coupling and independent of… - http://amp.gs/jGU4N
#nodejs
By employing clean architecture, you can design applications with very low coupling and independent of… - http://amp.gs/jGU4N
#nodejs
👍5
How To Implement Micro-Frontend Architecture With Vue.js
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jGU3C
#vue
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jGU3C
#vue
Medium
How To Implement Micro-Frontend Architecture With Vue.js
Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced
👍6🕊2
The Basics of Remix
Remix is an up and coming full stack Web framework with a lot of neat ideas. This introduction covers all the basics of handling routing, form handling, headers, meta tags and links to get you up and running. - http://amp.gs/jGUb7
#react #remix
Remix is an up and coming full stack Web framework with a lot of neat ideas. This introduction covers all the basics of handling routing, form handling, headers, meta tags and links to get you up and running. - http://amp.gs/jGUb7
#react #remix
CSS-Tricks
The Basics of Remix | CSS-Tricks
You’ve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but
👍3
Angular – Custom RxJS State Manager
All developers will work with a large data in the project. Early or lately simple solutions won’t work and…
- http://amp.gs/jGdBu
#angular
All developers will work with a large data in the project. Early or lately simple solutions won’t work and…
- http://amp.gs/jGdBu
#angular
Medium
Angular – Custom RxJS State Manager
All developers will work with a large data in the project. Early or lately simple solutions won’t work and for access or modify data You…
👍4
10 Awesome APIs for Every Web Developer in 2022
Here's a list of extremely useful and awesome APIs that every web developer can use for their next web projects in 2022. - http://amp.gs/jGdVy
#api #web
Here's a list of extremely useful and awesome APIs that every web developer can use for their next web projects in 2022. - http://amp.gs/jGdVy
#api #web
👍10👎1
Patterns of Enterprise Application Architecture
Organizing Domain Logic
- http://amp.gs/jGdJp
#pattern #architecture
Organizing Domain Logic
- http://amp.gs/jGdJp
#pattern #architecture
Medium
Patterns of Enterprise Application Architecture — Organizing Domain Logic
Summary of Chapter 2 and 3
👍4
Meet the top layer: a solution to z-index:10000
Jhey Tompkins explains what “Top layer” is and how it helps solve the problem of rendering content above the rest of the document.
http://amp.gs/jGdoo
#css
Jhey Tompkins explains what “Top layer” is and how it helps solve the problem of rendering content above the rest of the document.
http://amp.gs/jGdoo
#css
❤3👍1
Best Practices for Creating a Modern npm Package
A step-by-step “as of 2022” walkthrough of creating your own npm package using current best practices. It’s very thorough and certainly worth revisiting, even if you’ve built a package already. As always, though, there’s more than one way to do it, and other tools like np can be brought into the mix as needed. - http://amp.gs/jGOpC
#nodejs
A step-by-step “as of 2022” walkthrough of creating your own npm package using current best practices. It’s very thorough and certainly worth revisiting, even if you’ve built a package already. As always, though, there’s more than one way to do it, and other tools like np can be brought into the mix as needed. - http://amp.gs/jGOpC
#nodejs
Snyk
Best practices for creating a modern npm package with security in mind | Snyk
In this tutorial, we’re going to walk step by step through creating an npm package using modern best practices (as of 2022).
👍5
My Experience Speaking at VueConf US 2022
This post covers the author's experience speaking at VueConf including the conference review, advice for speakers, and considerations for future organizers. - http://amp.gs/jGOEJ
#vue
This post covers the author's experience speaking at VueConf including the conference review, advice for speakers, and considerations for future organizers. - http://amp.gs/jGOEJ
#vue
👍2💩1
The Orton Effect: 'Dreamy' Looking Photos with CSS and React
Named after Canadian landscape photographer Michael Orton, this image effect creates a surreal, dream-like result. - http://amp.gs/jGOsd
#react
Named after Canadian landscape photographer Michael Orton, this image effect creates a surreal, dream-like result. - http://amp.gs/jGOsd
#react
👍4
13 REST API interview questions you need to know
Show your interviewers you know all about REST APIs and land your dream job.
- http://amp.gs/jGOod
#rest
Show your interviewers you know all about REST APIs and land your dream job.
- http://amp.gs/jGOod
#rest
👍5❤1😁1
Modern alternatives to BEM
Dave Rupert brainstorms a handful of new CSS organization systems. - http://amp.gs/jGrmz
#css
Dave Rupert brainstorms a handful of new CSS organization systems. - http://amp.gs/jGrmz
#css
daverupert.com
Modern alternatives to BEM
When I first heard Nicole Sullivan talk about OOCSS, I thought “Oooh, smart.” When I read Jonathan Snook’s riff on that idea in SMACSS I thought “Oooh, smart.” When I heard Harry Roberts say “never use IDs in your CSS files” I said “Oooh, smart.”
👍5
Scraping Google Scholar Results with Node and Cheerio
Google may well block you from doing this, but the technique applies elsewhere too. - http://amp.gs/jGrfF
#nodejs
Google may well block you from doing this, but the technique applies elsewhere too. - http://amp.gs/jGrfF
#nodejs
👍4
20 principles I learned from 10 years of developing software
Ondrej Sevcik shares timeless principles that will make you a better developer. - http://amp.gs/jGrVf
#principles
Ondrej Sevcik shares timeless principles that will make you a better developer. - http://amp.gs/jGrVf
#principles
👍5❤1
👍3❤1
Are You Using Composition API the Right Way?
In this article, we're going to explore why we should use Composition API and how to do it properly. - http://amp.gs/jGr0p
#vue
In this article, we're going to explore why we should use Composition API and how to do it properly. - http://amp.gs/jGr0p
#vue
❤3👍2
👍6
How I Wrote a Lightning-Fast Image Server in Node.js
Laurent Zuijdwijk describes some of the problems he encountered and the design decisions he had to make. In this post, he will go through the steps in a bit more detail in writing a lightning-fast image server in Node.js and explain the level of detail to make this application quite special. - http://amp.gs/jGSzn
#nodejs
Laurent Zuijdwijk describes some of the problems he encountered and the design decisions he had to make. In this post, he will go through the steps in a bit more detail in writing a lightning-fast image server in Node.js and explain the level of detail to make this application quite special. - http://amp.gs/jGSzn
#nodejs
👍8