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
👍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
A Handy Use For Cascade Layers
Michelle Barker demonstrates a practical use case for Cascade Layers. - http://amp.gs/jGSCL
#css
Michelle Barker demonstrates a practical use case for Cascade Layers. - http://amp.gs/jGSCL
#css
👍5
Strategy Design Pattern in Angular
Implementing Strategy Pattern in Angular is easy when we have good basics - http://amp.gs/jGSrZ
#angular
Implementing Strategy Pattern in Angular is easy when we have good basics - http://amp.gs/jGSrZ
#angular
👍5
BFF Architecture
Though it has a funny name, BFF architecture is a simple yet effective concept. BFF stands for Backend For Frontend, and what is basically means is that we create a backend for every type of frontend our system has, such as mobile, desktop, web browser and more. This way we can streamline the integration between the frontend and the backend.
Read more about BFF pattern in this great introduction on mobilelive. - http://amp.gs/jGSwD
#bff #architecture
Though it has a funny name, BFF architecture is a simple yet effective concept. BFF stands for Backend For Frontend, and what is basically means is that we create a backend for every type of frontend our system has, such as mobile, desktop, web browser and more. This way we can streamline the integration between the frontend and the backend.
Read more about BFF pattern in this great introduction on mobilelive. - http://amp.gs/jGSwD
#bff #architecture
👍7🥰1
👍3❤1
Refactoring a Component from Vue 2 Options API to Vue 3 Composition API
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API changes, but the one that stands out is the Composition API. - http://amp.gs/jGNkV
#vue
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API changes, but the one that stands out is the Composition API. - http://amp.gs/jGNkV
#vue
Medium
Refactoring a Component from Vue 2 Options API to Vue 3 Composition API
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API…
🐳3👍1💩1
Using Grid Named Areas to Visualize (and Reference) Your Layout
Preethi Selvam shows how to use grid-template-areas to visualize a grid layout. - http://amp.gs/jGNrB
#css
Preethi Selvam shows how to use grid-template-areas to visualize a grid layout. - http://amp.gs/jGNrB
#css
CSS-Tricks
Using Grid Named Areas to Visualize (and Reference) Your Layout | CSS-Tricks
Whenever we build simple or complex layouts using CSS Grid, we're usually positioning items with line numbers. Grid layouts contain grid lines that are
👍4
Shell Scripting with Node.js
Axel is too humble to call this an ‘Ultimate Guide’ or the like, but it is. After months digging into the guts of Node, npm, and the technicalities of shell scripting, he’s released a complete book. You can support him by buying it in various useful formats and/or read it online for free. A new resource to bookmark for sure. - http://amp.gs/jGNHL
#nodejs
Axel is too humble to call this an ‘Ultimate Guide’ or the like, but it is. After months digging into the guts of Node, npm, and the technicalities of shell scripting, he’s released a complete book. You can support him by buying it in various useful formats and/or read it online for free. A new resource to bookmark for sure. - http://amp.gs/jGNHL
#nodejs
👍3