How To Ensure You Are Following The Best Coding Practices
Coding doesn’t have to be confusing or frustrating. As long as you and your team are following these best practices, you should be able to produce high-quality, consistent, and easy-to-read code you can use again and again. Here’s how to ensure you are following the best coding practices to create simple, readable, easy-to-edit, and reusable code. - http://amp.gs/jmZgu
#best #coding
Coding doesn’t have to be confusing or frustrating. As long as you and your team are following these best practices, you should be able to produce high-quality, consistent, and easy-to-read code you can use again and again. Here’s how to ensure you are following the best coding practices to create simple, readable, easy-to-edit, and reusable code. - http://amp.gs/jmZgu
#best #coding
👍1
Top React Component Libraries (2021 Edition)
We're doing a separate list of top code and tools items below, but if you want a one-stop shop for component libraries, the folks at Retool released a 2021 update of their list of top React libraries. - http://amp.gs/jmZ5f
#react
We're doing a separate list of top code and tools items below, but if you want a one-stop shop for component libraries, the folks at Retool released a 2021 update of their list of top React libraries. - http://amp.gs/jmZ5f
#react
Retool
Top React component libraries: 2021 edition
An overview of the top React component libraries , looking at popularity, use cases, documentation, resources, support, etc.
👍1
40+ Node.js Integration Test Best Practices
This popular repository digs into a variety of quick-fire patterns and practices for creating good component/integration tests. There’s also a demo app and examples to check out using Jest, Mocha, Express, Fastify and Nest.js. - http://amp.gs/jmpxQ
#nodejs
This popular repository digs into a variety of quick-fire patterns and practices for creating good component/integration tests. There’s also a demo app and examples to check out using Jest, Mocha, Express, Fastify and Nest.js. - http://amp.gs/jmpxQ
#nodejs
👍1
How to Build a Vue-Based Micro-Frontends Infrastructure
Learn how a Vue 3 micro-frontends infrastructure can offer you superior performance as well as improve your development cycle. - http://amp.gs/jmpqx
#vue
Learn how a Vue 3 micro-frontends infrastructure can offer you superior performance as well as improve your development cycle. - http://amp.gs/jmpqx
#vue
Medium
How to build a Vue-based micro-frontends infrastructure
Micro-frontend infrastructure can help you create better applications, regardless if you want to replace the app’s framework or not.
Less Absolute Positioning With Modern CSS
Ahmad Shadeed explores a few use-cases where using absolute positioning isn’t needed anymore. - http://amp.gs/jmlpg
#css
Ahmad Shadeed explores a few use-cases where using absolute positioning isn’t needed anymore. - http://amp.gs/jmlpg
#css
Building a PWA with Vue.js
Discover what a PWA is, how to build one with Vue.js, and some tips, tricks, and best practices you can use along the way. - http://amp.gs/jmlFr
#vue
Discover what a PWA is, how to build one with Vue.js, and some tips, tricks, and best practices you can use along the way. - http://amp.gs/jmlFr
#vue
Using Angular Change Detection Effectively.
Overview Change Detection is the mechanism angular uses to keep DOM in synchronization with component data… - http://amp.gs/jmBFv
#angular
Overview Change Detection is the mechanism angular uses to keep DOM in synchronization with component data… - http://amp.gs/jmBFv
#angular
Best Practices for Logging in Node
A collection of tips walking through logging essentials - things like avoiding logging sensitive information, writing descriptive messages, and using logging levels correctly. - http://amp.gs/jmnDH
#nodejs
A collection of tips walking through logging essentials - things like avoiding logging sensitive information, writing descriptive messages, and using logging levels correctly. - http://amp.gs/jmnDH
#nodejs
How To Write Better Functional Components in React
Five simple tips to help write optimized functional components that are more readable, each with its own sample code showcased with JSFiddle. - http://amp.gs/jmG9a
#react
Five simple tips to help write optimized functional components that are more readable, each with its own sample code showcased with JSFiddle. - http://amp.gs/jmG9a
#react
👍1
Taking micro-frontends to the next level
The micro-frontends concept has been out there for quite a while. We’ve been using this architecture in Wix… - http://amp.gs/jmxPV
#microfrontends
The micro-frontends concept has been out there for quite a while. We’ve been using this architecture in Wix… - http://amp.gs/jmxPV
#microfrontends
How to Find Out If Someone Really Knows Angular
5 Advanced Interview Questions - http://amp.gs/jmfpJ
#angular
5 Advanced Interview Questions - http://amp.gs/jmfpJ
#angular
Medium
How to Find Out If Someone Really Knows Angular
5 Advanced Interview Questions
Orchestrating Complexity With Web Animations API
Kirill Myshkin explains how Web Animations API timing works and how to control the playback of several animations at once. - http://amp.gs/jmfaZ
#css
Kirill Myshkin explains how Web Animations API timing works and how to control the playback of several animations at once. - http://amp.gs/jmfaZ
#css
👍1
How to Make a Nuxt.js Application SEO Friendly
Learn how to configure Nuxt to ensure your web app maximizes SEO potential. - http://amp.gs/jmC3B
#vue
Learn how to configure Nuxt to ensure your web app maximizes SEO potential. - http://amp.gs/jmC3B
#vue
On Building an Effective Image Component for Next.js
The story of an out-of-the-box solution to optimize images for Next.js. It optimizes loading, compression and responsiveness. - http://amp.gs/jmkNw
#react
The story of an out-of-the-box solution to optimize images for Next.js. It optimizes loading, compression and responsiveness. - http://amp.gs/jmkNw
#react
Node.js Garbage Collection Explained
Explains how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This post was updated in September. - http://amp.gs/jmeCH
#nodejs
Explains how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This post was updated in September. - http://amp.gs/jmeCH
#nodejs
A journey into NgRx Selectors
This article dives deep into NgRx selectors and will help you understand what role that play in NgRx architecture and how they help decrease the complexity of a codebase - http://amp.gs/jmPIJ
#angular
This article dives deep into NgRx selectors and will help you understand what role that play in NgRx architecture and how they help decrease the complexity of a codebase - http://amp.gs/jmPIJ
#angular
Introduction to Nuxt 3 Modules
An introduction to creating custom modules with the new Nuxt 3 framework. - http://amp.gs/jmPJ3
#vue
An introduction to creating custom modules with the new Nuxt 3 framework. - http://amp.gs/jmPJ3
#vue
The Effect of CSS on Screen Readers
Jozsef Polgar explains how poorly written CSS can affect screen readers. - http://amp.gs/jmyrX
#css
Jozsef Polgar explains how poorly written CSS can affect screen readers. - http://amp.gs/jmyrX
#css
Better Micro Frontends and Design Systems with Independent Components
Why you should stop using tools and methodologies made for monolithic projects to develop and collaborate on… - http://amp.gs/jmhCa
#microfrontends
Why you should stop using tools and methodologies made for monolithic projects to develop and collaborate on… - http://amp.gs/jmhCa
#microfrontends
Medium
Better Micro Frontends and Design Systems with Independent Components
Why you should stop using tools and methodologies made for monolithic projects to develop and collaborate on modules.